Hi,
I am using dm4637 and I am customizing a third party application. I have a task what I am doing the following process:
-Configurating EDMA to serve SPI/McBSP0
-Set a pin to high level to indicate to another device to start sending bytes to DM6435
The thing is that if I set priority of this task to medium, EDMA is not able to serve SPI properly but if I set to low it does, it really works well (ocasionally after some time of execution it fails). I am thinking that when I set to medium priority, the task have to 'fight' versus other medium priority tasks of the third party application, and these kind of tasks are using maybe EDMA indirectly (ACPY I think, not sure 100% due to the application is quite large). BUT my questions is, if the problem is about getting EDMA resources, and my task can get them, shouldn't be some flags setted in my EDMA channel? I think I should see EMR (event missed register) set or at least ER (event register) set (although EDMA was not able to serve it properly the event should be registered, shouldn't be?).
Do you have any idea about this?