change printf() output from console to uart

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

change printf() output from console to uart

跳至解决方案
1,674 次查看
liorsmila
Contributor I

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

标签 (1)
标记 (1)
1 解答
1,369 次查看
liorsmila
Contributor I

Thank you - issue was solved - I needed to implement some functions in the console_io_cf.c - so it is OK - thank you.

在原帖中查看解决方案

2 回复数
1,369 次查看
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Lior,

Could you tell us which Colfire MCU are you using?

Thanks in advance!

Best Regards,

Carlos Mendoza

Technical Support Engineer

0 项奖励
回复
1,370 次查看
liorsmila
Contributor I

Thank you - issue was solved - I needed to implement some functions in the console_io_cf.c - so it is OK - thank you.