This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AM3354: address mapping of conf_mmc0_dat

Guru 15520 points

Part Number: AM3354

Tool/software: Code Composer Studio

Hi,

I have a question about conf_mmc0_dat_x address of AM335x.

In AM335x Technical Reference Manual(spruh73p) page.1457 "Table 9-10. CONTROL_MODULE REGISTERS",
conf_mmc_dat0 to conf_mmc_dat3 are mapped as following:
*******************************************************
conf_mmc0_dat0 : offset 0x8FC
conf_mmc0_dat1 : offset 0x8F8
conf_mmc0_dat2 : offset 0x8F4
conf_mmc0_dat3 : offset 0x8F0
*******************************************************

But in "Register View" of Code Composer Studio v7, the above registers are
mapped as following:
******************************
conf_mmc0_dat0 : offset 0x8F0
conf_mmc0_dat1 : offset 0x8F4
conf_mmc0_dat2 : offset 0x8F8
conf_mmc0_dat3 : offset 0x8FC
******************************

Which address offset are correct, TRM or CCS?

best regards,
g.f.