• how to solve " error 65: access violation at C:0x0042 : no 'execute/read' permission"?
    The following is my program: ORG 0000H LJMP MAIN ORG 0030H MAIN:MOV A,@R0 MOV B,#100 DIV AB INC R0 MOV @R0,A MOV A,#10 XCH A,B DIV AB INC R0 MOV @R0,A INC R0 MOV @R0,B END When I debugging it,the...
  • error 65: access violation : no 'execute/read' permission
    hello, i am using the following code to generate a delay of 200ms. while(tfcount <= 16666) { if (TF1 == 1) { tfcount++; TF1 = 0; } } im using the Timer 1 as a baud rate generator and it overflows...
  • error 65: access violation - no 'execute/read' permission
    I'm trying to write a simple c program, nothing fancy, but whenever I declare an array of char, I try to use scanf to get text from the user but then it gives me the access violation error - no 'execute...
  • error 65: access violation: no 'execute/read' permission
    Hi, I have a code which gives the following error on infineon SLE66CL160S chip.....the code compiles well,but while debugging it gives error that error 65: access violation at some memory : no...
  • access violation at 0x0000000C : no 'read' permission
    while using simulator on stm32f103r8t6-------------uart firmware code *** error 56: cannot open file WS 1, 'THH WS 1, 'TMM WS 1, 'TSS WS 1, 'TimeVar *** error 65: access violation at 0x0000000C...