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