Hello,
I had a question regarding "printf".
On R5 core, using "printf" outputs on the UART terminal (enabled UART on syscfg).
We want to replicate similar behavior for M4 core as well. On M4 Syscfg, UART is enabled but nothing comes up when I use "printf".
Note: "DebugP_log" does print out to the UART terminal, but I want to figure out why printf won't achieve the same behavior as it does on R5f.
Thank you