change printf() output from console to uart

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

change printf() output from console to uart

ソリューションへジャンプ
1,722件の閲覧回数
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,417件の閲覧回数
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,417件の閲覧回数
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,418件の閲覧回数
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.