You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
296 B
C

/* startup code for TM4C MCU */
2 years ago
/* NOTE: this is an INCOMPLETE startup code that does not work yet.
* It does not yet implement the Reset_Handler.
*/
int const __vector_table[] @ ".intvec" = {
2 years ago
0x20004000, /* Top of Stack */
0x9 /* Reset Handler <== NOT implemented yet */
};