• printf() function not working
    hi, i compiled the sample progarm given by keil named RTX_ex1... i just included the printf() function to indicate which task running but when i debug its not printing in any of the serial terminal....
  • printf() function not working
    hi, i compiled the sample progarm given by keil named RTX_ex1... i just included the printf() function to indicate which task running but when i debug its not printing in any of the serial terminal....
  • Solution if printf function is not working...
    I had a problem with pintf() function. It was working when I was sending characters, while blocking when working with decimal, double, float or other integer types. The solution which worked for...
  • Solution if printf function is not working...
    I had a problem with pintf() function. It was working when I was sending characters, while blocking when working with decimal, double, float or other integer types. The solution which worked for...
  • How to rework "printf" function to use for two UARTS in the cygnal's MCU?
    Hi,everyone! A problem here:The cygnal's MCU has two serial ports,so "printf" function must be reworked.But I don't know how to do it. Give me a hand! Thanks a lot!