Other Parts Discussed in Thread: MSP430F2274
Hello everyone!
I'm trying to output the UART of a MSP430F2274 in terminal, using the printf() function from IAR 5.4.
- I'm not quite sure about how should I redirect the printf function to UART but I'm pretty sure I should do something in the linker configuration.... After declaring the new putchar function, Does anyone knows what should be done?