Best practices for instrumentation logging with dual-core MCU
Hi all,
May I kindly ask some suggestions about the best practices, how to use e.g. printf for instrumenting logs that both of the dual M7 and M4 core could print at the same time?(Best case is through the same port...)
Some background information: I was previously trying to write a debug library using ITM and SWV but seems not be able to work as expected. Details: https://community.st.com/t5/stm32-mcus-products/how-to-call-itm-sendchar-with-stm32h755-dual-core-mcu-but-on-cm4/td-p/604888
Many thanks in advance!