Search found 3 matches

by mckey128
Fri Sep 27, 2024 1:23 pm
Forum: ESP-IDF
Topic: ESP32S3 load_ram
Replies: 1
Views: 605

Re: ESP32S3 load_ram

Does anybody have an idea?
by mckey128
Wed Sep 25, 2024 2:03 pm
Forum: ESP-IDF
Topic: ESP32S3 load_ram
Replies: 1
Views: 605

ESP32S3 load_ram

Hello everyone, I’m having several difficulties using the load_ram function with esptool. I need to load a simple startup firmware into RAM that makes an LED blink. The application is built and runs correctly in debug mode, but when I try to load it into RAM, the LED stays on constantly, so I believ...
by mckey128
Wed Apr 26, 2023 8:27 am
Forum: ESP-IDF
Topic: ESP32 UART Encrypted Firmware Update
Replies: 1
Views: 1576

ESP32 UART Encrypted Firmware Update

Hallo everyone, I am trying to figure out how to securely update the application via UART of my ESP32S3 module. I've been reading almost all documents around but one way or the other I am always missing a part of it. 1. I am not not using an OTA update. I have no space left in the external flash as ...