Really appreciate this post and its mention of "CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE".
For some reason this is enabled by default in arduinoespressif32 for ESP32S3 (via PlatformIO), I knew it would be something obvious like this but took me some time to find it!
Search found 7 matches
- Wed Sep 04, 2024 8:24 am
- Forum: ESP32 Arduino
- Topic: Reasons for RTCWDT_RTC_RESET
- Replies: 3
- Views: 6004
- Wed Mar 20, 2024 3:09 pm
- Forum: ESP-IDF
- Topic: Encryption via espsecure.py
- Replies: 5
- Views: 2488
Re: Encryption via espsecure.py
Thanks for your reply Aditya. I've learned some more since this post, see answers below. What is the main reason for enable Flash Encryption in development mode? My understanding was that this is the only way to allow flashing of unlimited encrypted binaries via a known key, but maybe I misunderstoo...
- Mon Mar 18, 2024 10:33 am
- Forum: Hardware
- Topic: Read/Write Protect & eFuses (Simplified)
- Replies: 3
- Views: 2224
Re: Read/Write Protect & eFuses (Simplified)
Query resolved - see my other related post:
viewtopic.php?f=13&t=38777&p=129402#p129402
viewtopic.php?f=13&t=38777&p=129402#p129402
- Mon Mar 18, 2024 10:32 am
- Forum: ESP-IDF
- Topic: Encryption via espsecure.py
- Replies: 5
- Views: 2488
Re: Encryption via espsecure.py
I've resolved this after much reading of documentation and forums, so I thought I'd post my findings for anyone else in the same situation. To clarify, I'm using PlatformIO VS code extension and the esp-idf platform with Arduino as a component, so I'm unable to encrypt firmware on my HOST machine an...
- Fri Mar 08, 2024 10:07 am
- Forum: ESP-IDF
- Topic: Encryption via espsecure.py
- Replies: 5
- Views: 2488
Encryption via espsecure.py
Hello fellow ESP enthusiasts. I'm fairly new to this game and I'm struggling to attain some detail around encryption from the datasheets, as thorough as they are! I'm using a ESP32-WROOM-32, chip revision 1, my company is intending to start production in a few weeks, I need to use the following proc...
- Fri Mar 08, 2024 8:20 am
- Forum: Hardware
- Topic: Read/Write Protect & eFuses (Simplified)
- Replies: 3
- Views: 2224
Re: Read/Write Protect & eFuses (Simplified)
Realised I haven't specified what I'm compiling to! It's an ESP32-WROOM-32, chip v1. Any guidance from ESP staff or otherwise would be greatly appreciated.
- Wed Mar 06, 2024 3:00 pm
- Forum: Hardware
- Topic: Read/Write Protect & eFuses (Simplified)
- Replies: 3
- Views: 2224
Read/Write Protect & eFuses (Simplified)
I have some basic questions regarding functionality of the read/write protection and eFuses which I'm unable to clarify from the documentation and existing forums. Facts about my code No personal data will be stored, no ota partition is available and WiFi not configured. What I'm struggling with I w...