Skip to main content
flyclown
Associate
August 2, 2012
Question

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

  • August 2, 2012
  • 2 replies
  • 832 views
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''
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    August 2, 2012
    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 VenmoUp vote any posts that you find helpful, it shows what's working..
    flyclown
    flyclownAuthor
    Associate
    August 2, 2012
    Posted on August 02, 2012 at 17:22

    I got it, thanks