cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F107VB excute ''error 65 violation at 0x40021000''

flyclown
Associate
Posted on August 02, 2012 at 13:05

I received an error message in simulation as 'error 65: access violation at 0x40021000: no 'read' permission'. I have no idea about this error, should i modify debug setting? or I might loss something ?

Thank

Environment : Keil MDK v4.54 -> Use Simulator

Device : STM32F107VB

My file is simple, only including ''startup_stm32f10x_cl.s'', ''system_stm32f10x.c'' and ''main.c''. I have modified device as stm32f10x_cl in ''stm32f10x.h''
2 REPLIES 2
Posted on August 02, 2012 at 14:21

Read the box ''Simulated Features''

http://www.keil.com/dd/chip/4888.htm

Run the code on real hardware.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
flyclown
Associate
Posted on August 02, 2012 at 17:22

I got it, thanks