cancel
Showing results for 
Search instead for 
Did you mean: 

Using STM32L0 in simulator mode

rebwarghadrzade
Associate II
Posted on July 07, 2015 at 13:28

Hi,

I want to develop code for STM32L0 device using KEIL ( MDK ARM V5.15.0). I try to debug the code in simulator mode but whenever I run the debug I get an Error message (*** error 65: access violation at 0x40021000 : no 'write' permission) or Read Permission for each step.

 Has anyone came across this issue before.?  I appreciate it if you could guide me through setting up a project in simulator mode if it needs changes in settings.

Thanks in advance

#run-stm32l0-in-simulator-mode
3 REPLIES 3
Posted on July 07, 2015 at 14:09

The error suggests that the hardware/peripheral is not supported by the simulator. You would need to check if the part, or subsets of it, are supported.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
chrif
Associate II
Posted on July 07, 2015 at 15:48

Hi,

Refer to this discussion [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Simulation%20error%20for%20STM32F030P4%20in%20keil%20compiler&&currentviews=44]Forum discussion

Regards

rebwarghadrzade
Associate II
Posted on July 09, 2015 at 13:20

Thank you guys