Hi,
I am using IAR Embedded Workbench version 6.10.7 for MSP430 and FET Debugger. When running in debugger mode, I am unable to see prints given using printf statement.
I have enabled Options -> Linker -> Output -> Debug Information for C-SPY, With I/O emulation modules and while running I have opened Terminal I/O window in tool.
Also I can see prints given under puts statement. Only printf statements get skipped.
Any idea how to get printf statement output?