Using HSEM of STM32H7 ( sharing data )
Hi, I am working in project in which I use an STM32H745, So am trying to share data between the two CPUs.first I create structure in the two CPU like this :I used the same memory addressstruct shared_data { uint8_t drdyM4; float32_t data_to_M7[6][1...