2025-12-02 11:32 AM
Hello everyone.
In a couple of past days I was trying to make the code execution from external PSRAM to work. I managed to load the code into external FLASH and then copy it to PSRAM at boot stage. The code runs nice but can't debug it for some reason. Debugging worked when I was running the code directly from external FLASH but when I introduced copying the data to PSRAM and running it from there I started to get errors. It wont even let me Run the program if I dont exit the debugger.
I don't understand how it can't access the memory despite the application running fine.
2025-12-03 2:56 AM
Hello @Kubis438
Can you try to Delete all previous breakpoints, Inside CubeIDE: Window → Show View → Breakpoints → Remove All.
BR, Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-12-03 3:37 AM
Thanks for suggestion but already tried that. It didn't help.