Hello,
i am trying to port the timer_test example (pdk_C6678_1_1_2_6\packages\ti\csl\example\timer) from C6678 to C6670. I have copied the timer_test.c to a C6670 project and created a C6670 cmd file. All sections are mapped to L2_SRAM. Also the C6670 header (pdk_C6670_1_1_2_6\packages) and libraries (ti.csl.ae66 and ti.csl.intc.ae66) have been added to the project.
The program compiles without warnings or errors.
The problem is when i run the program on the first core the interrupt is never serviced, so the program is stuck at "while (timerISRCounter != 1);".
Any suggestions?