madhu 0 Posted May 8, 2017 Share Posted May 8, 2017 I am using launchpad cc3200 and i saw the attachInterrupt function. Is there a function to set the priorities of multiple interrupts ? I wish to declare the interrupt priorities of two or more tasks Thanking you Quote Link to post Share on other sites
Rei Vilo 695 Posted May 8, 2017 Share Posted May 8, 2017 The attachInterrupt is a standard function of the Arduino / Wiring framework. There are two frameworks for the LaunchPad CC3200: Energia based on the Arduino / Wiring, and Energia MT or Energia Multi-Tasking based on TI-RTOS. For more information on the latter, please refer to Introducing Energia MT, LaunchPad MSP432: RTOS for Everyone and Exploring RTOS with Galaxia on Energia MT. For more advanced RTOS applications where priority is critical, please consider Code Composer Studio, the official IDE from Texas Instruments. energia 1 Quote Link to post Share on other sites
energia 485 Posted May 8, 2017 Share Posted May 8, 2017 There are no interrupt priorities on the CC3200. All have the same priority. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.