Using STM32L0 in simulator mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-07-07 4:28 AM
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
Labels:
- Labels:
-
STM32L0 Series
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-07-07 5:09 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-07-07 6:48 AM
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&¤tviews=44]Forum discussion RegardsOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-07-09 4:20 AM
Posted on July 09, 2015 at 13:20
Thank you guys
