• access violation error
    Im programming space vector modulation in arm7024,I have stored 255 data in an array.while simulating the program Im getting 'NO Read Permission -access violation error'.what is the reason and the remedy...
  • Error access violation
    I am using AT91SAM7X-EK to do a very simple experiment which is show "hello" in UART1 by simulator. The code can be successfully compiled with no error. but while I used debug, it showed following...
  • Access violation???
    Hi, am gettign a "*** error 65: access violation at 0x4005200E : no 'write' permission" error for a blank MK20DX256VLH7 project (with just the startup_MK20D7.s, system_MK20D7.c and int main())while...
  • error 65: Access Violation
    Hi, I am simulating my code using the uVision v2.33. When I am exiting a function i get the following error: error 65: Access violation at address 0x00BA0180. and the simulator jumps to disassembly...
  • Error 65 access violation
    Hi im having a problem with the interrupts im making a mastermind game that uses a matritial board 4x16 and im using a changin bit to check if any button has been pressed, and everything goes right until...