Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
|
Hi all, I am working on C6211 based board. Can anybody please tell What is the address of Control Status Register(CSR)?? I couldn't find it in any of the docs. I want to read CSR through Host Port. So I should know its address. Looking Forward.. Simha |
|
|
|
CSR is a core register. Unlike other TI DSPs core registers are not
memory mapped and can not be read through HPI. Possibly you can write a small program that that copies CSR to a know memory location, download the program, run it and then read from the known memory location. /Regards, Pär Ligander simha j wrote: > Hi all, > > I am working on C6211 based board. > Can anybody please tell What is the address of Control > Status Register(CSR)?? > I couldn't find it in any of the docs. > I want to read CSR through Host Port. So I should know > its address. > > Looking Forward.. > > Simha > > _____________________________________ |