Hi there,
I did install the new version of J-Link (6.20) that includes the support for programming the QSPI on STM32F7. I created a new section that was mapped to the QSPI range (addresses above 0x90000000). Then a data array was placed in this section. I.e. :
When I build up the project with SES the part that resides in the QSPI was not programmed. Even, I tried to generate a .hex output file but only the data for the internal flash was stored in it (0x08000000). I don't understand how the SES loader is handling additional memory section when building the output file. Do I need to make additional configuration inside SES?
Thanks,
Victor
I did install the new version of J-Link (6.20) that includes the support for programming the QSPI on STM32F7. I created a new section that was mapped to the QSPI range (addresses above 0x90000000). Then a data array was placed in this section. I.e. :
When I build up the project with SES the part that resides in the QSPI was not programmed. Even, I tried to generate a .hex output file but only the data for the internal flash was stored in it (0x08000000). I don't understand how the SES loader is handling additional memory section when building the output file. Do I need to make additional configuration inside SES?
Thanks,
Victor
The post was edited 1 time, last by victortomov ().