This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
一但使用printf函数打印在串口终端上,编译就会出现这些错误,注释掉printf就能编译通过,可我需要通过一个能传参的函数去打印到串口上,该怎么解决?使用的是MSP430G2553。谢谢了!
你好,
你是使用的printf函数?调试的时候不能使用printf这个函数吧,你应该直接把数据丢到串口发送buffer,用串口把数据发送出去才对吧。