Hi, Which ARM chip are you using? If you're using MSP432, I'd recommend reading through Section 4.2.3 Interrupt System in the MSP432 Platform Porting Guide . The traditional #pragma vector method to define interrupts on the MSP432 is not supported yet. However, this method would most likely be supported by the CCS compiler only, which could affect code portability across different compilers. Regards, James MSP Customer Applications
↧