2020-01-28 02:54 AM
i am using STM32F303RE nucleo 64 board. On Iar workbench, the printf statement does not print the complete message when st link debugger is used.
Can somebody please let me know if some settings or any other modifications are needed to resolve this issue?
2020-01-28 03:53 AM
I think you need to check IAR's printf redirection implementation. The IAR WB used to come with pretty good help/documentation.
Probably a limited buffer size you exceed.
As a quick fix, you could try shorter debug strings.
2020-01-28 05:07 AM
"Can somebody please let me know if some settings or any other modifications are needed to resolve this issue?"
That would be IAR !