Skip to main content
msvidya2012
Visitor II
July 1, 2013
Question

STM 32 Debug Mode

  • July 1, 2013
  • 2 replies
  • 681 views
Posted on July 01, 2013 at 06:48

Dear All,

                I am new to this STM microcontroller. I started working on with some of the few examples provided in keil 4 .Presently i am working on STM32F217IG controller for which I wrote a small program for just toggling the port pins. The Program which i wrote is compiled and  a Hex file is created. This toggling of the port pins I want to check in Debug Mode. When I an running in Debug mode i am facing a problem with an '' error 65. access Violation no Read Permission '', and i am not able to do debugging. Can any one sort out this problem.

Thanks &r Regards

Vidya
    This topic has been closed for replies.

    2 replies

    frankmeyer9
    Associate III
    July 1, 2013
    Posted on July 01, 2013 at 08:51

    Information about the toolchain and the underlying OS would be helpful here.

     

    ... access Violation no Read Permission ...

     

    Under Linux, that could mean that you have no permission to access USB. If this is the case, you can try as root, and if this works, granting you (your user) the required access rights.

    Tesla DeLorean
    Guru
    July 1, 2013
    Posted on July 01, 2013 at 12:17

    Are your debug settings actually downloading the code to the board, or are you ''simulating'' the target. Check the ''Debug'' tab under options.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..