2012-08-02 04:05 AM
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''2012-08-02 05:21 AM
Read the box ''Simulated Features''
http://www.keil.com/dd/chip/4888.htm
Run the code on real hardware.2012-08-02 08:22 AM
I got it, thanks