Search found 2 matches
- Thu Nov 24, 2022 8:16 pm
- Forum: ESP-IDF
- Topic: Advice on Core Dumps + Flash Encryption
- Replies: 2
- Views: 2278
Advice on Core Dumps + Flash Encryption
Hello, I've got a device with firmware in production. We have enabled flash encryption, and have cored dumps enabled. Unfortunately we didn't see anywhere in the documentation that the core dump partition needs to be explicitly marked as encrypted in the partition table... At this point we have our ...
- Fri Nov 18, 2022 1:17 am
- Forum: ESP-IDF
- Topic: Corrupt Heap in app built on IDF 4.4, looking for some suggestions in troubleshooting
- Replies: 1
- Views: 1117
Corrupt Heap in app built on IDF 4.4, looking for some suggestions in troubleshooting
Hello, I've got an app which was originally built on ESP-IDF V4.2 and was ported up to IDF 4.4 After upgrading the framework I've had to work through a number of compatibility issues, or minor bugs in our code. We have it mostly stable now, but still have some lingering heap corruption/stack clobber...