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
Hello TI Team,
I have a RTI setup on counter 0 for a 50ms IRQ interrupt. I also have Halcogen setup to have an interrupt on CAN1 on one IRQ 20ms CAN message. They work well individually however when I have both together my program no longer functions. My first thought was that perhaps I am having nested interrupts. I went ahead and at the start of of the CANnotification and rtinotification function I _disable_IRQ_interrupt_() and at the end of the notification routine _enable_IRQ_interrupt(). However this does not help the issue.
Inside Halcogen for the RTI1 Counter0 I set the RTU source configuration -> 0
RTI1 Compare I set Compare 0 Period -> 50 (ms)
Am I not disabling and re-enabling the interrupts appropriately?
Did I not set the RTI1 properly where the interrupt is occurring much faster than I expect?
Robert