Tool/software:
Hello,
I had posted this question earlier, but there was no reply to it, and now the thread is locked. So I am reposting the question here.
I am working with the AM5728 SoC. I am making use of 4 McASP modules and the DSP1-EDMA module in my application. The application runs correctly on device power up or on hardware reset of the entire board. If I just restart the application in CCS, the functionality of the McASP and DSP1-EDMA modules messes up. My application puts the McASP state machines in reset at the beginning by setting the MCASP_GBLCTL register (pg.6139 of TRM) to 0x00000000. However, that doesn't help.
Is there any other way to reset the McASP and DSP1-EDMA modules thru software so that the application can work well without any hardware reset ?
Thanks,