Part Number: MSP432P401R
Other Parts Discussed in Thread: SYSCONFIG
I have a design where I need to run the spi bus on EUSCI_B3 in callback mode. I have the spimaster example up and running on a MSP-EXP432P401R demo board. It works fine when the spi bus is EUSCI_Ax but when I change it to B3 it chokes on the transfer. It will completely jump out of the thread and not hit any more of my breakpoints. I can make it work if I setup the spi bus in blocking mode with the min DMA transfer size >30 in syscfg... but this does not help me. I need to be able to use DMA and I would like to use the callback functionality (I created a separate project to test this, it does the same thing).