• ARM GCC Retarget dosen't work in coresight example
    I have not seen any axi transfer when I run coresight example helloworld. And the cpu program counter stopping in some code I have some questions when I check my IMAGE0.lst file 1 .why printf...
  • ARM GCC Retarget dosen't work in coresight example
    I have not seen any axi transfer when I run coresight example helloworld. And the cpu program counter stopping in some code I have some questions when I check my IMAGE0.lst file 1 .why printf...
  • ANOTHER retarget issue
    Hi All, I've been working my way through all the retarget.c threads on here today, trying to resolve the old Symbol __stdout multiply defined (by stdio_streams.o and retarget.o) Symbol __stding...
  • ANOTHER retarget issue
    Hi All, I've been working my way through all the retarget.c threads on here today, trying to resolve the old Symbol __stdout multiply defined (by stdio_streams.o and retarget.o) Symbol __stding...
  • C retarget file I/O
    I am using uVision 5.11.1.0 with projects based on LPCOpen examples. My application uses C++ and C routines. I have managed to send printf() output to UART using by implementing fputc(). I now...