Other Parts Discussed in Thread: SYSBIOS
How do I invoke the fault handlers using TI-RTOS on TM4C129*, in particular SVCall?
I don't think it's possible using Hwi_post since the parameter passed has to be an interrupt number found in table 2-9 of the datasheet.
Doing what is done in the bootloader example for the Tivaware libraries:
(*((void (*)(void))(*(uint32_t *)0x2c)))();
does not seem to work, (TI-RTOS copies the vector table elsewhere at startup?)
Should be straighforward, but still not obvious to me.
Thanks for any help.