UART Rx Interrupt never get in to a HAL_UART_RxCpltCallback for CM4
Dear all,
I am using NUCLEO-H745ZIQ for the UART communication.
I try to use the UART RX Interrupt to get the data from PC. I set the UART parameters as same as I was use for the STM32F4 which work fine. Currently, I would like to use both of CM4 and CM7, CM4 used UART1 and CM7 used UART3.
My problem is the UART Rx interrupt is go to HAL_UART_RxCpltCallback only in the CM7, but for the CM4, it never go to the HAL_UART_RxCpltCallback function.
However, for the other interrupts are work find for both CM4 and CM7 such as timer interrupts.
Could you please help me, may be I did some miss configuration.
Thanks in advance