How to use printf/scanf in both cores using SWO?
I have the M7 core running and printing debug messages to the IAR Workbench terminal, and also have the M4 doing something similar. My probem is that I get a hard fault in the M4 core if the its printtf messages are included in the build. If I don't use the printf() functions within the M7 code then the M4 is ok and printd its messages. So, can both cores share the SWO line when using printf debug statements?
