• problem with printf()
    Hello, I want to ask a little bit help. I want to use the printf instruction with the Noice debugger. I can printf char or float fine but when I try to printf int or long I get a totally different...
  • 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()
    Hello, I want to ask a little bit help. I want to use the printf instruction with the Noice debugger. I can printf char or float fine but when I try to printf int or long I get a totally different...
  • 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...