Associate II
May 1, 2020
Question
STM32CubeIDE Disassembly Error
- May 1, 2020
- 0 replies
- 976 views
Hello,
i use STM32CubeIDE to program STM32H753 and i now got this error in my disassembly (attached).
The Code Piece is attached too.
I tried a bit and have seen that the error only occurs when i add the for-loop. Without it, its all ok. When i move the for-loop out of the if-break, its ok too.
The error occurs because the debugger tries to read from address 0x00010000, which doesnt exist physically (ITCM ends at 0x0000FFFF). But i dont know, why the debugger accesses that address.
I attached the debug log too.
Anyone an idea?
Greetings