We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I am trying to run the Blinky example for the STM32 Discovery board. The path is typically:
C:\Keil\ARM\Boards\ST\STM32-Discovery\Blinky\Blinky.uvproj
When I run the example project on the board I can debug and single step through the program. However, when I try to run the project on the simulator I get the following:
*** Error: invalid option '-REMAP'
*** error 65: access violation at 0x0000000C : no 'read' permission
I probably have a setting messed up but cannot track it down.
Thanks,
Trevor.
Hello Trevor, the device you use is not fully simulated as you can see in the DeviceDatabase: http://www.keil.com/dd/chip/5086.htm
On a Cortex-M3 device with ETM (Embedded Trace Macrocell) simulation becomes more or less unnecessary. ULINKpro (http://www.keil.com/ulinkpro) can provide almost all advanced analysis features simulation offers from a hardware target.
Regards, Matthias