2024-08-07 08:25 PM
I use STM32H750XBH6, Flash is 128kBytes.
My Program is too big,so I Write a BootLoader to load the program into sdram ,and run it in sdram.
This is the setting of my APP in keil,
This way can run the program successfully , but I cannot debug APP in Keil.
How Can I Debug APP in Keil?
Thanks!
2024-08-11 11:13 AM
Dear @Passerby ,
I assume this Application Note was used :
there is a particular hint at the end when using IAR EWARM, I would say there is similar technique for Keil/ARM MDK as well . Hope it helps you .
STOne-32
2024-08-11 11:42 AM
Odd Coincidence... This was posted today in the knowledge base:
https://community.st.com/t5/stm32-mcus/debugging-in-external-memory-on-stm32cubeide/ta-p/705333
Targets CubeIDE, but may give you hints for achieving same in KEIL. There's also a link to a training video on youtube.
2024-08-11 07:23 PM
Hello @STOne-32
I can jump to the APP runtime, but I don't know how to Debug in Keil.
I can only use printf for debug right now
Thanks!
2024-08-11 07:25 PM
Hello @BarryWhit
Thank you for your reply. I can debug using Qspi-Flash, but I don't know how to debug using Sdram!
Thanks!