Tool/software: Code Composer Studio
Hi TI:
which method shloud i use to register can interrupt?
Hwi_create or CANIntRegister?
it's in a rtos enviroment.
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi TI:
which method shloud i use to register can interrupt?
Hwi_create or CANIntRegister?
it's in a rtos enviroment.
Thanks
Hi,
If you use RTOS then you need to use Hwi_create. If you use CANIntRegister then you will confuse the TI-RTOS. You only use CANIntRegister when you are using the TivaWare in a non TI-RTOS environment.