Hello Team,
I am using LS1043ARDB and want to generate interrupt whenever timer overflow flag set for FTM1 module.
I have set the FTM1_SC.TOIE=1.
As per the LS1043A FTM1 has interrupt ID 118. So, I have done following settings w.r.t interrupt ID 118:
After doing all above settings still interrupt is not getting generated. I have checked that FTM module is properly configured and overflow flag is being set when FTM counter passes the value in the MOD register.
Could you please let me know is there anything missing in the setting? It would be great help if you share sample code.
Thanks.