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:
Hello Specialists,
I was trying to create timer interrupt on AM243x-LP demo-board using a modified mcu_plus_sdk_am243x_10_00_00_20 example project: gpio_led_blink_am243x-lp_r5fss0-0_norotos_ti-arm-clang.
The modified codes are posted as below:
The example.syscfg setting about timer is as below:
After I start the R5F core0 with that modified code, the break-point I set inside the ISR was never triggered.
There might be several ways to set the Interrupt.
Please help to check what settings were missing for the timer interrupt to be able to visit the ISR.
Thank you very much. Jason.
Hello Specialists,
I solved the problem by reading some contents on the Forums.
Case was closed.