Other Parts Discussed in Thread: SYSCONFIG
Hi,
I need to use DSP1 EDMA to transfer data between EDMA and McASP1 on AM5716. In my code, I am trying to configure the DSP1 EDMA , such as set up PaRAM, etc. However, after my configuration function is executed , I check the configuration using emulator, I found all filed are still 0. It seems my configuration data was not written into. My other code is ruing on DSP well, such as toggle LEDs.
I read some reference, and a refence says, DSP EDMA must be removed from idle, etc. My question is :
is DSP1 EDMA needed to be active before configure it? if yes, how do I check is the EMDA is active?
I also tried to set DSP core in No idle state by set IDLEMODE(0x1) in DSP_SYS_SYSCONFIG to : NO_IDLE in my init code, but it is still 0.
any help is highly appreciated!
Ron