Search found 13 matches

by shawn2019
Wed Aug 17, 2022 2:03 pm
Forum: General Discussion
Topic: The tinyusb port in ESP-IDF is bad!
Replies: 4
Views: 3644

Re: The tinyusb port in ESP-IDF is bad!

Thanks tore!!! Thanks espressif!!! The best IOT chip company in China will also be the best IOT chip company in the world.
by shawn2019
Tue Aug 16, 2022 11:37 pm
Forum: General Discussion
Topic: The tinyusb port in ESP-IDF is bad!
Replies: 4
Views: 3644

Re: The tinyusb port in ESP-IDF is bad!

thank you very much! In which version of IDF will this be released? I tried 4.4.3 and nothing for now. Will it be available in IDF 5.0?
by shawn2019
Sat Aug 13, 2022 1:58 pm
Forum: General Discussion
Topic: The tinyusb port in ESP-IDF is bad!
Replies: 4
Views: 3644

The tinyusb port in ESP-IDF is bad!

ESP-IDF's wrapper for tinyusb makes USB more complicated, and many places are written dead and inflexible. For example, it cannot support custom devices, and configuration descriptors, interface descriptors, and port descriptors cannot be modified. The best porting is to be compatible with tinyusb'...
by shawn2019
Sun Oct 27, 2019 1:01 pm
Forum: ESP-IDF
Topic: Bootloader crash, help me pls!
Replies: 3
Views: 3684

Re: Bootloader crash, help me pls!

Hello, I think issue is in between bootloader and application firmware. As per error it seems to be like bootloader has been started and it tries to up application image in which there are some issues. Did you check same bootloader and application image in which you haven't enabked secure boot and ...
by shawn2019
Sat Oct 26, 2019 12:38 pm
Forum: ESP-IDF
Topic: What is the difference between ESP32 and ESP32D2WD in ESP FLASH TOOLS?
Replies: 2
Views: 4655

Re: What is the difference between ESP32 and ESP32D2WD in ESP FLASH TOOLS?

WiFive wrote:
Sat Oct 26, 2019 11:34 am
WROOM-32D has ESP32 inside, not ESP32-D2WD
Thanks, WiFive
by shawn2019
Sat Oct 26, 2019 9:28 am
Forum: ESP-IDF
Topic: What is the difference between ESP32 and ESP32D2WD in ESP FLASH TOOLS?
Replies: 2
Views: 4655

What is the difference between ESP32 and ESP32D2WD in ESP FLASH TOOLS?

What is the difference between ESP32 and ESP32D2WD in ESP FLASH TOOLS? The module I use is ESP32-WOORM-32D. Which tool should I use?

Image
by shawn2019
Sat Oct 26, 2019 8:47 am
Forum: ESP-IDF
Topic: Bootloader crash, help me pls!
Replies: 3
Views: 3684

Bootloader crash, help me pls!

I enabled secure boot and encrypted flash. The following error occurred during the first boot. How can I solve this problem? rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 ...
by shawn2019
Wed Oct 23, 2019 10:50 am
Forum: ESP-IDF
Topic: Secure Boot CheckSum error, Help Please!
Replies: 5
Views: 5178

Re: Secure Boot CheckSum error, Help Please!

0x9000-0x1000 = 0x8000 = 32k Sorry I don't use secure flasher tool but I guess it automates the rest of the process and it wrote partition table over bootloader. After I posted, I realized that I made a stupid mistake in the calculation of BIN size, thank you! The Secure bootloader does set ABS_DON...
by shawn2019
Wed Oct 23, 2019 10:49 am
Forum: ESP-IDF
Topic: Secure Boot CheckSum error, Help Please!
Replies: 5
Views: 5178

Re: Secure Boot CheckSum error, Help Please!

0x9000-0x1000 = 0x8000 = 32k Sorry I don't use secure flasher tool but I guess it automates the rest of the process and it wrote partition table over bootloader. After I posted, I realized that I made a stupid mistake in the calculation of BIN size, thank you! The Secure bootloader does set ABS_DON...
by shawn2019
Wed Oct 23, 2019 8:50 am
Forum: ESP-IDF
Topic: Secure Boot CheckSum error, Help Please!
Replies: 5
Views: 5178

Re: Secure Boot CheckSum error, Help Please!

How big is bootloader.bin file? Do you have the secure boot and flash encryption keys saved? For one-time flash mode and release mode you should not enable the security features in the download tool, the bootloader will do it for you. Thanks WiFive! 1. I saw that the size of my bootloader.bin file ...