User Activity

Dear ST support team, I am using STM32-H755 for my motor control application. I am using Hardware Semaphore for synchronization between two cores. What I did, I developed the notification release in M4  in a timer interrupt routine as below: void TIM...
Dear Support team, I am using this STM32H755 as a motor control application. I have developed motor control algorithm on M4 and the communication with Master through SPI using M7.I need to exchange data between M4 and M7 continuously. I tried with Op...