How to use peripherals in both core?
Hello,I am working on Nucleo-h745ziq board. I am enable the UASART3 ,the intialization in done in cortex m7 and I try to use in both core,but only core 7 USART3 is working in core m4 USART3 is not get worked ,the code is as followscore m7 code: HAL_U...