Search found 4 matches
- Tue Sep 10, 2024 11:39 am
- Forum: ESP-IDF
- Topic: Problem with segments overlap since esp-idf_v5.3
- Replies: 0
- Views: 536
Problem with segments overlap since esp-idf_v5.3
Hello community, I come to you because I faced strange behaviour with linker since esp-idf_5.3. Due to unknown reason I have a Segments loads ... land in same ... I tryed to extend my code memory (passed from wroom1 16MB to wroom2 32MB configuration) but still the same. I use an external RAM of 8MBy...
- Fri Mar 31, 2023 12:34 pm
- Forum: ESP-IDF
- Topic: [Solved] esp32-s3 where are my keys :) ?
- Replies: 1
- Views: 858
Re: esp32-s3 where are my keys :) ?
Hello support and other users,
So the problem was that I missed the argument --aes_xts for encrypt/decrypt data ! Only that
I can close it !
Mickael
So the problem was that I missed the argument --aes_xts for encrypt/decrypt data ! Only that
I can close it !
Mickael
- Mon Mar 06, 2023 7:55 am
- Forum: ESP-IDF
- Topic: [Solved] esp32-s3 where are my keys :) ?
- Replies: 1
- Views: 858
[Solved] esp32-s3 where are my keys :) ?
esp32-s3 which encryption clef is used :) Hello Espressif forum, Here is my situation. I am doing some test around security on my esp32-s3 eval-board. I would like to understand where I did a mistake in my flash encryption process. There is operation I did : generating encryption_key with : python c...
- Sat Nov 12, 2022 4:39 pm
- Forum: ESP-IDF
- Topic: ESP32S3 lost USB download features since deep sleep test
- Replies: 0
- Views: 731
ESP32S3 lost USB download features since deep sleep test
Hello Support, I am here because I am facing strange problem with a custom board with an ESP32S3 chip. During developement, I tested some deep sleep capacities with EXT0/EXT1 wakeup from IO0 pin. Since I flashed that firmware, my device is not able to receive firmware through USB bus. I added a USB/...