This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How does Simulation of STM32F407 blinky example work?

Hello,

to compare the floating point performance (Cortex M3 sw-floation point/Cortex M4 hw-floating point) I would like to simulate a Cortex M3 and a Cortex M4. I found a Blinky example in arm\boards\st\stm32F4-discovery\blinky that use a ST Controller with Cortex M4 which I want to modify for my tests. But when I hit the Debug-Button (debugger set to "use simulator" and the project set to STM32F407 RAM) I get the ***error 65: access violation at 0x0000000C: no 'read' permission.

Why does the simulator try to read from that address although ROM is mapped to RAM-Address 0x20000000?
What should I do to simulate the example?

Regards
Gunnar

0