Part Number: MSP432P401R
Hi, overall I'm quite inexperienced with microcontrollers, so please excuse me if this question is quite basic.
I'm creating a project in CCS using SysConfig to configure my MSP432. I currently have three interrupt enabled pins -- on a falling edge, it causes two different ADC's to sample, and some math is performed on the two measurements, and some data is sent out using UART.
One question that I have is what behavior occurs if two falling edges occur at the same time? Does one of the interrupts get completely ignored? Or does one of them get "buffered" and the callback functions execute sequentially? In SysConfig, it seems that the interrupt priority is global and affects the priority of all interrupts, so there doesn't seem to be a way to assign different priorities to the different interrupts.
Regards,
Michael Wu