Hello all,
I'm using codewarrior 10.6 with coldfire + freertos as OS.
I want to use the printf() function for debug.
when I created a default project the the printf() function call direct me to printf_s_console - I want to use one of the coldfire uarts. how do I change that? I'm not using processor expert...
any help is most welcome - thank you...
Solved! Go to Solution.
Thank you - issue was solved - I needed to implement some functions in the console_io_cf.c - so it is OK - thank you.
Hi Lior,
Could you tell us which Colfire MCU are you using?
Thanks in advance!
Best Regards,
Carlos Mendoza
Technical Support Engineer
Thank you - issue was solved - I needed to implement some functions in the console_io_cf.c - so it is OK - thank you.