Part Number: TMS320C5517
Tool/software: Code Composer Studio
Hello.
Working on a project that was ported from a 5535 to the 5517. This might be part of the problem, but I have set it up correctly for the C5517, I believe.
When right clicking in the Register window and choosing "View Memory at Address" while debugging Timer 0, the addresses are shown to be 0x1800 to 0x1806. The datasheet says the registers are at 0x1810 to 0x1816, which are also the ones that actually work. All of the timer (0x18xx) registers are off by 0x10, it seems.
So CCS has a wrong idea about where the timer registers actually are. Is there a configuration somewhere where I can change that?
Best regards