CodeWarrior

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

CodeWarrior

跳至解决方案
2,141 次查看
Batscap
Contributor I
Do you know this problem ?
 
L1822: Symbol TERMIO_Putchar in file C: "Chemin d'installation de IDE" ... anisiis.lib is not defined.
 
I want to use <STDIO.H> with printf("Toto").
 
Have you got answers ?
 
Thanks.
 
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
763 次查看
CompilerGuru
NXP Employee
NXP Employee
You have to provide you own TERMIO_Putchar and TERMIO_Init functions.
Have a look at the code in
lib\hc12c\src\termio.c
For the HC12 you have to at least adapt the baud rate in TERMIO_Init.
For the HC08, the implementation has to be adapted more..

Daniel

在原帖中查看解决方案

0 项奖励
回复
1 回复
764 次查看
CompilerGuru
NXP Employee
NXP Employee
You have to provide you own TERMIO_Putchar and TERMIO_Init functions.
Have a look at the code in
lib\hc12c\src\termio.c
For the HC12 you have to at least adapt the baud rate in TERMIO_Init.
For the HC08, the implementation has to be adapted more..

Daniel
0 项奖励
回复