2015-07-07 04:28 AM
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-mode2015-07-07 05:09 AM
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.
2015-07-07 06:48 AM
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&¤tviews=44]Forum discussion Regards2015-07-09 04:20 AM
Thank you guys