Help with Keil MDK debugger. STM32F072.
I've reinstalled latest Keil MDK v 5.26.2 and have show-stopper issue with debugging STMF072.
When the debugger starts, it throws the following error:
Load "…………....axf"
Error while accessing a target resource.
Resource perhaps not available or a wrong access was attempted.
*** error 57: illegal address (0x08000000)
Then it shows disassembly (correctly) but won't allow to set breakpoints in source, looks like it does not load the debug info or fails to associate it with the executable.
The flash loading itself seems to work correctly (the program runs as expected).
The address 0x08000000 is, of course, legal... and disassembly shows it correctly.
Before installing 5.26.2, I had v. 5.24 and the debugger worked great, with same ST-LINKV2 dongle.
The project is same as before, just opened and rebuilt in new MDK.
However the debugger works well with my other boards with STM32F4, with same ST-LINK and cables. ST-LINK updated to version V2J31S7.
Anyone has seen this error? Please advice.
-- pa
