Hi, we use DM8168 EVM, RDK4.0.
How can I access the MCASP0 register?
The base addr of MCASP0 register is 0x48038000?
Thanks.
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.
Hi, we use DM8168 EVM, RDK4.0.
How can I access the MCASP0 register?
The base addr of MCASP0 register is 0x48038000?
Thanks.
Hi Li,
Li Michelle said:How can I access the MCASP0 register?
You need to enable the McASP0 clock from the device PRCM registers:
CM_ALWON_MCASP0_CLKCTRL[1:0] MODULEMODE = 0x2 (enable)
Li Michelle said:The base addr of MCASP0 register is 0x48038000?
http://processors.wiki.ti.com/index.php/McASP_Tips#Port_inconsistency
Regards,
Pavel