I am not familiar with dsp and i have to use EVM6657.
I am experienced with microcontroller and ARM M processor.
When I make code for microcontroller, i can access the register directly after include the device header file.
How about dsp TMS320C6657, is there any header file that i have to include so that i can access registers directly?
I mean like timer register TCR (timer control register), i can write in C --> TCR=0x00000001;
Thanks in advance !