Quantcast
Channel: MSP low-power microcontroller forum - Recent Threads
Viewing all articles
Browse latest Browse all 21942

MSP430 irq handlers and vectors with gcc

$
0
0

Hi!

I just wondering if it is possible for define all the irq handlers array in c and placing it at the reset vector address:

something like is defined for arm.

void (* const g_pfnVectors[])(void) = {

reset_handler,

other_irq_handler,

dummy_handler,

....
};


Viewing all articles
Browse latest Browse all 21942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>