2022-04-05 03:04 AM
<STM32CubeF7-master\Projects\STM32F7508-DISCO\Examples\BSP>
<STM32CubeF7-master\Projects\STM32F7508-DISCO\Examples\LTDC>
after few seconds code stops with error (refer attached img file)
2022-04-05 05:39 AM
Hello @Ss.6 ,
Make sure that you have program the internal Flash with the ExtMem_Boot (Path: Projects\STM32F7508-DISCO\Templates\ExtMem_Boot).
In order to make the example work, you must do the following:
1. Select required configuration in memory.h in Templates\ExtMem_Boot\Inc.
The default configuration is the right one:
- DATA_AREA set to USE_INTERNAL_SRAM
- CODE_AREA set to USE_QSPI
2. Program the internal Flash with the ExtMem_Boot.
3. Program the external memory with this example "Examples/BSP".
4. Start debugging user example or reset for free running.
Otherwise, you can find all the steps to run the example in the README file.
I hope this helps.
BeST Regards,
Walid
2022-04-05 06:41 AM
There really needs to be some robust QA to ensure that examples all work out of the box.
2022-04-05 08:31 PM
Thank you very much for quick response,
yes ,
<it shows the error attached image>
regards
sivanesh
2022-04-05 08:34 PM
The query,
How to debug the code in external memory?
Is the same procedure open the project and do the debug or any other methods?