Part Number: MSP432P401R Tool/software: TI C/C++ Compiler Dear All, I'm developing an application and I wanted to use interrupt sub-routines as more as possible for communication such as SPI, I2C, UART, for ADC, PWM (servo-motors) and DMA. Unfortunately, I have issues with multiple ISRs, I think the issues are on my side (for sure). My application works for a short time and then block: some interrupt flags are raised but the ISR is not called. I would like to know if some one could point me to some sample codes which use simultaneously ISRs for communication, ADC... for the MSP432. I'm using the DriverLib library. Many thanks in advance for your help, Best regards, Yann
↧