What's the problem ? Help!! I don't know how can i do a more complex code, if i can't solve this.
void main() { while (FOREVER) { P0=0x00; Delay(); P0_1 = 1; Delay(); } }
The code you have posted does not define FOREVER, P0, P0_1 or Delay. There is no way it will compile and link. Please post all the code.