Hello,
I am trying to get one of the demo programs for the TMS320C5505 evaluation board running, but I am having some trouble. I modified the Timer example (\EVMC5505\example\gpt\) to run the timer in autoreload mode.
I changed only timer configuration to hwConfig.autoLoad = GPT_AUTO_ENABLE;
but the ISR of the time runs only one time.
What could I do to run the Timer in autoreload mode?
I am using Code Composer Studio Version: 3.3.8 which is the one that came on the CD that was in the Box.
Thank you.