Hi all,I am using SPC582B mcu.The system timer is based on PIT0 CH0 (default choice) at frequency 1kHz.In the timer IRQ handler, I need to invoke SPI spi_lld_exchange API. Problem is this API doesn't complete, remaining stuck on the whileSPC5_SPI_WAI...