Hi!
I am trying to use the interrupt on a Sitara AM3359 chip. To do so, I am configuring my interrupt options coming from a timer. Since I cannot use the interrupt functions of Starterware, I am using the Hwi functions. Here is the code (in red is what is related to interrupt stuff):
Void taskFxn(UArg a0, UArg a1) |
The timer is working great. I can see it incrementing. And when the timer overflows, the program is stuck somewhere wrong, it is not is the main() neither in the DMTimerIsr().
Would you guys have an idea of what's wrong with my code ?
Thanks,
Have a nice week-end,
Paul
PS:
am335x_sysbios_ind_sdk_1.0.0.8
bios_6_35_00_20
xdctools_3_24_06_63