Version:
RTOS for TM4C 2_16_01_14
Hi everyone,
So I've been trying to use TI RTOS. I have multiple questions but I will do some more digging before I ask them all. The one question I want to make now is related to interrupts.
Can I set up a interrupt like when I did without RTOS? I had some code that would setup the interrupt handler and whatnot and tried to use it. I had to add .vtable into the linker.cmd, although with a bit cheating, because I just set it anywhere in the RAM.
Do I have to always use the HWI, so I have to adapt my whole code to use it? I prefer to have everything in run time because of the files working like a API, instead of having to set everything up in the .cfg (it's seems that's an option, correct me if I am wrong).
The only example I found was for a GPIO interrupt, using a Tm4C RTOS Driver (not tivaware). Are there any more examples in how to setup a ISR with TI RTOS?