• syntax "?PR?printf"%FCODE only works on some PCs ?
    Hi everyone, My application requires that I locate the "printf" code from the library to a certain location, so in my linker file, I wrote: "?PR?printf"%FCODE (0x0300) [0x0300] This uVision-2...
  • putchar works, printf not
    Hello, I'm programming a OS for C167 and my problem is that the C167 does write with putchar, but when I want to write with printf it only prints the first character of the string. For example:...
  • 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...
  • cmsis-rtos v2 - printf not working inside threads
    Hello, I am working with STM32WB55RG platform. I have successfully use printf function with uart. However when I try to use this same function inside cmsis-rtos v2 threads it's not working. Basically...
  • printf ITM with RTX RTOS
    Hello all, I am having an issue with using the 'Debug (printf) Window' to display debugging messages as the code runs. Upon startup I print simple initialization messages using the printf function...