Search found 3 matches
- Fri Jan 20, 2023 4:01 pm
- Forum: ESP-IDF
- Topic: SPIFFS configuration incompatibility
- Replies: 0
- Views: 646
SPIFFS configuration incompatibility
Hey All, Thanks in advance for anyone reading. I'm using the old loboris implementation of spiffs that was made before ESP made their own implementation and we are in the process of updating to IDF 4.X / 5.X from 3.X and would like to remove this dependency. This gives us a lot more functionality fo...
- Fri Jan 22, 2021 1:39 pm
- Forum: ESP-IDF
- Topic: Software constantly reset after flash encyption. Factors for bootloader size?
- Replies: 2
- Views: 2097
Re: Software constantly reset after flash encyption. Factors for bootloader size?
If your bootloader has no logging it is hard to say where the reset happens. It looks like the bootloader is correctly loaded from flash and executed. Does your app have logging so you at least know it happens before the app runs? Thank you for the reply. I did temporarily have logging enabled and ...
- Thu Jan 21, 2021 6:48 pm
- Forum: ESP-IDF
- Topic: Software constantly reset after flash encyption. Factors for bootloader size?
- Replies: 2
- Views: 2097
Software constantly reset after flash encyption. Factors for bootloader size?
Hello all, Thank you in advance for any help. I have a problem where after flashing a wrover-e with flash encrypted software I get constant software resets as seen from monitor. rst:0x3 (SW_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x0...