Hello!
Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware? The data is in the area 0x0000 - 0x7FFF. Read the data should the same ESP32 microcontroller which is run from flash memory.
Thanks for the answer
Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware?
Re: Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware?
Yes. Do you mean from the same flash chip the firmware is on? Are you talking about a relative address within a partition, because the bootloader is in the absolute address range you mentioned.
Re: Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware?
Thanks for the answer. Yes, I meant it. I need to read data from the same flash chip with which the ESP32 microcontroller loads. I have to read the data from the first sector of this chip located at addresses 0x0000 - 0x8000. Read data is pre-written there by the STM32 microcontroller before turning on the ESP32.
Re: Is it possible to read data from the flash memory at the given addresses during the operation of the ESP32 firmware?
Sector size is 0x1000 and while the first sector is only used for secure boot, the bootloader has to be at the second sector starting at 0x1000 so you can't write anything there.
Who is online
Users browsing this forum: No registered users and 56 guests