• 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
    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...
  • 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 at 0xD1010BC8 : no 'read' permission
    To summarize, I have a project which contains main.c, file.cpp, and file.hpp. In a header file, I have defined a class in which all the variables and functions are declared and they are defined in file...
  • *** error 65: access violation at 0x40023800 : no 'read' permission
    i'm nagendra murthy, i'm developing code for STM32F427VITboard for blinking the led using keil. i'm facing the problem in solving this error *** error 65: access violation at 0x40023800 : no 'read' permission...