• error 65: access violation at C:0xFF00 : no 'execute/read' permission
    #include <REG2051.H> #define SL P1_4 #define SR P1_5 #define A P1_6 #define EN P1_7 unsigned char F = 0x00; unsigned char PF = 0; void Go_To_Sleep (void) { PCON = 0x01; } void main (void) { IT0...
  • error 65: access violation at C:0xFF00 : no 'execute/read' permission
    Hello,I have a huge problem and I can't fix it for a days so I desided to ask you for help.My program is very simple but as you said before it's not imune for errors.I'm having this message: *** error...
  • error 65: access violation at C:0xFF00 : no 'execute/read' permission
    Hello,I have a huge problem and I can't fix it for a days so I desided to ask you for help.My program is very simple but as you said before it's not imune for errors.I'm having this message: *** error...
  • error 65: access violation at C:0xFF00 : no 'execute/read' permission
    #include <REG2051.H> #define SL P1_4 #define SR P1_5 #define A P1_6 #define EN P1_7 unsigned char F = 0x00; unsigned char PF = 0; void Go_To_Sleep (void) { PCON = 0x01; } void main (void) { IT0...
  • 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...