• printf doesn't work
    I'm trying to use printf() function on LPC2138 UART0 but it seems it doesn't work. It works fine on UART1 but not on UART0. Am I missing something? Must I use some redirect or something? Michal
  • printf doesn't work
    Hello, I've a project with two targets, the XC167CI and the C167CR-LM. But if I want the program to print some information with printf, it doesn't work (flash version and sumulationon the XC167CI and...
  • Why doesn't work
    void drawline2(char x1,char y1,char x2,char y2) { char i, deltax, deltay, numpixels; char d, dinc1, dinc2; char x, xinc1, xinc2; char y, yinc1, yinc2; deltax = abs(x2 - x1); deltay = abs...
  • Simulator Works ... Hardware Doesn't
    I am currently working on converting an application originalldeveoped using the Archimedes tool kit V4, to Keil. The device is a Dallas 80C320. I have successfully ported the code and it runs using...
  • log doesn't want to work
    hello, kill button* kill func* log off func void toggle1 (void) { credit++; } func void toggle2 (void) { lecture_switch_start_stop = 1; } signal void affichage (void) { while (1) { exec...