Thank you!
With this reference example, I add console.c and console.h to my project , and then I can use printf and scanf , that's good!
But another problem, if i scanf some words from lpuart, and then use PINS_DRV_SetPins this function for setting gpio ,
PINS_DRV_SetPins will not work, i don't know why. Can you help me?
console.c and console.h I have not changed these two files.