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.

LAUNCHXL2-570LC43: RTI Timer Configuration after FreeRTOS Scheduler has started

Part Number: LAUNCHXL2-570LC43

Hi,

I´m using the Launchxl2-570LC43 with FreeRTOS and want to configure a RTI- Timer during runtime, after the FreeRTOS-Scheduler has started.

When I initialize a second RTI Compare  in the prvSetupTimerInterrupt(void) in os_port.c everything works fine. But I need to start/stop the timer as well as configure the comparevalue during runtime.

Whenever I try to write the "RTISETINTENA" or  "Count0_Comp1"- Registers after calling  vTaskStartScheduler(), i receive a "dataEntry" -Interrupt while Debugging.

How can I configure the RTI while the FreeRTOS-Scheduler is running?

Thanks and Regards,

Chris