CodeWarrior

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior

Jump to solution
2,137 Views
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.
 
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
759 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
760 Views
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 Kudos
Reply