stm32 rx and tx interrupts interfere with each other
Hello,
I am using STM32H743 Nucleo-144
I have an RX EXTI interrupt which reads multiple SPI messages (a very busy channel)
also, a TX interrupt which reads UDP messages dose small calculation and sends the new messages with SPI channel (pretty busy too).
they can work individually on their own without any issues, but if I connect both of them, they start to interfere with each other, and the receiving MCU is not happy about this.
because the transmit stops in the middle of the SPI message because the CPU is now busy with the RX EXTI interrupt.
any idea what to do instead of replacing to stronger device (more the one core)?
thank you !! :)
