• Problem with printf()
    Hi, when I use printf("12345"); on the serial window #1 , I can only see 1234 so I wonder (1) where is the character '5', (2) why only "1234" is printed. (3) Has '5' already been sent...
  • problem with printf
    I have a problem with the following code: #pragma LARGE #include <C8051F120.H> #include <stdio.h> char add(char a) reentrant { printf("Data is %d\n",a); if(a==255) { return 0; } else { return...
  • Problem with printf()
    Hi, when I use printf("12345"); on the serial window #1 , I can only see 1234 so I wonder (1) where is the character '5', (2) why only "1234" is printed. (3) Has '5' already been sent...
  • problem with printf
    I have a problem with the following code: #pragma LARGE #include <C8051F120.H> #include <stdio.h> char add(char a) reentrant { printf("Data is %d\n",a); if(a==255) { return 0; } else { return...
  • Printf(); problem with JTAG
    Hi Friends, We are using ARM922 core , AXD & Faraday ICE JTAG , A simple program like "hello world" is executed using JTAG, but printf() function is not working properly, nor any library is working...