• hello.c does not work
    I'm very new... I have a XC167 and I tried to use the hello.c code here: http://www.keil.com/support/docs/2601.htm but on the Hyperterminal i see only the "H" (anyway, this should mean that...
  • #include does not work!
    Hi all, as a preparatory exercise in studies I created the following source code: #include<Euro_535.h> // Registernamen void Main (void) { int zaehler; int k; int entprellzeit; k = 0; entprellzeit...
  • CODE DOES NOT WORK
    HI. I HAVE GOT SOME GOOD CODE,,,, IT DID NOT WORK AND I NOW FIX ALL BUGS AND PROBLEMS AND IT IS RUNNING,,,,, BUT IT IS STILL DOES NOT WORK,,,, PLZ I SEND THE CODE TO YOU AND YOU FIX IT QUICKLY FOR...
  • _nop_() does not work
    Hi forum! I need a delay in a programm but _nop_() seems not to work. Thus I wrote the following code in the main function where x is an IO pin: while(1) { x = 1; _nop_(); x = 0; _nop_();...
  • hello.c does not work
    I'm very new... I have a XC167 and I tried to use the hello.c code here: http://www.keil.com/support/docs/2601.htm but on the Hyperterminal i see only the "H" (anyway, this should mean that...