Part Number: MSP432P401R
Other Parts Discussed in Thread: LM95071
Tool/software: Code Composer Studio
I'm using the the eUSCIB to communicate with LM95071 by SPI mode. While the main() function is implemented and and successfully entering the EUSCIB0_IRQHandler(), it won't return to the main() function. In the EUSCIB0_IRQHandler() function I've commented all the commands except the interrupt flag clear. Could you help to check and instruct where I should set to let the interrupt function return to the main() function? Thank you!