• 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...
  • 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...
  • 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...
  • 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...