Hi
when I use the spi read a angle sensor data, there are some issues need your help.
when I read the angle every 1ms, it can work correctly, but when I read the angle every 100us in the CTU FIFO1 ISR, it cant' work correctly, the ISR runing time over 100us.
the SPI implement time over more than 100us, but my SPI baud rate is 5M.
I suspect that, the interrupt nestting lead the error.
I want to use the blocking way for the transfer , but I fount the SDK actually use the non-blockig interrupt for the transfer, becuase I use the angle for motor control, so the 100us CTU ISR is very high prority.