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.