Hello!I have developed a firmware for the STM32H745 where I have communication between the two cores. I am using a specific ring buffer library and the semaphore method. Meaning:First core gets the semaphore, puts something into the shared memory, re...