2022-06-15 10:00 AM
Hi,
I'm trying to download a binary file into an external flash using the STM32CubeProgrammer with an .stldr file.
I can Read, Erase, but the download doesn't work.
The tool start by programming the first 0xFF addresses and stops.
the error is Error: failed to download Segment[0].
Can anyone help please ?
2022-06-15 10:50 AM
What Pseudo Address space does the data for your SPI FLASH live in?
You should debug your write code within an application.
The loader can output diagnostic/telemetry via a serial port if you need to debug it in operation.
2022-06-16 02:17 AM
It is placed in a declared buffer.
I'm going to debut the write code within an application.
Thank you