User Activity

everything is working, downloads and runs, I am still not sure it the external QSPI works.I can write and read from QSPI, checked but I am not sure if it works as external flash to load the code and run from it.I chose to put main.c in external flash...
I am reading AN333 from Keiland here is the next stepThe FlashPrg.c which comes with Keil is just blank template, it is missing code to initialize, erase, program QSPIWhat they say is to get FlashPrg.c from application note’s ZIP file but the ZIP fil...
I am trying to test STM32F469I Disco, it has already external loader in Keil ready to useEverything works fine it connects to the external QSPI when uploading I do not have any break points defined so why I get this error message and I cannot debug. 
I have been looking for a working project external loader in Keil or CubeIDEfor some of the discovery boards I haveThe only projects I see are in EWARMhttps://github.com/STMicroelectronics/stm32-external-loader I do not know why STM did this only in ...
here is the application note from Keilhttps://developer.arm.com/documentation/kan333/latest/ but it refers to QSPII wonder if it would be the same to follow and make external loader in Keil for OSPI (this is the memory chip MX25LM51245GMI00)the first...