Search found 13 matches
- Wed Aug 17, 2022 2:03 pm
- Forum: General Discussion
- Topic: The tinyusb port in ESP-IDF is bad!
- Replies: 4
- Views: 4511
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.
- Tue Aug 16, 2022 11:37 pm
- Forum: General Discussion
- Topic: The tinyusb port in ESP-IDF is bad!
- Replies: 4
- Views: 4511
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?
- Sat Aug 13, 2022 1:58 pm
- Forum: General Discussion
- Topic: The tinyusb port in ESP-IDF is bad!
- Replies: 4
- Views: 4511
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'...
- Sun Oct 27, 2019 1:01 pm
- Forum: ESP-IDF
- Topic: Bootloader crash, help me pls!
- Replies: 3
- Views: 4113
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 ...
- 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: 5285
- 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: 5285
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?
- Sat Oct 26, 2019 8:47 am
- Forum: ESP-IDF
- Topic: Bootloader crash, help me pls!
- Replies: 3
- Views: 4113
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 ...
- Wed Oct 23, 2019 10:50 am
- Forum: ESP-IDF
- Topic: Secure Boot CheckSum error, Help Please!
- Replies: 5
- Views: 5890
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...
- Wed Oct 23, 2019 10:49 am
- Forum: ESP-IDF
- Topic: Secure Boot CheckSum error, Help Please!
- Replies: 5
- Views: 5890
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...
- Wed Oct 23, 2019 8:50 am
- Forum: ESP-IDF
- Topic: Secure Boot CheckSum error, Help Please!
- Replies: 5
- Views: 5890
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 ...