Hi!I'm trying to share one UART in both cores of the dual-core STM32H745. I'm using the HAL library.I've achieved to transmit (in polling mode) from the two cores using a semaphore to manage access to the UART.However, I can't receive using interrupt...