Hi,
After working on TMS320VC5505 now i am working on TMS320VC5401.
But during this development i am facing some problems,
Generally in 5505 to access the peripheral registers (like GPIO, I2S, UART and Timers etc etc) we need to declare it's address with their name like below register decleration example
#define PLL_CNTL2 *(ioport volatile unsigned *)0x1C21
But for the TMS320VC5401 the document given by TI, no one document is not describing register address fro HPI(GPIO),Timers, Interrpts registers.
So, Can anybody please provide me some information on this?
Thanking You in Advance,
Ashwin