Tool/software:
I use the syscfg tool of CCS 20.2
I have a hard time understanding the counter behaviour. In the tool the configuration parameters are Reset, Event Trigger, Counter Enable and Direction.
In the code this correlates to Reset, Event Trigger, Mode_0 and Mode_1
It appears that When Enable is set, the counter counts with sys-clock rate as long as Enable input equals one. Thus Event Trigger has only effect when Enable is set to zero
Setting counter event action to 'add' and an event load value and an event trigger will cause the value to load,, though the event action is set to add.
In fact none of the Counter event Actions changes any of the counter config values. This looks like a bug in the configuration tool. Unfortunately I did not find any documentation on the actual register. Can you post how the actual settings work without the tool, then it would be easier to analyze such issues.
Thanks,