Do anybody meet this:8147 lost hwi?
I use edma to copy data,but sometime cann't get edma complete interrupt to release semphore,so dsp will blocked.
In which situation can 8147 lost hwi?
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.
Do anybody meet this:8147 lost hwi?
I use edma to copy data,but sometime cann't get edma complete interrupt to release semphore,so dsp will blocked.
In which situation can 8147 lost hwi?
Hi,
Semaphores can be used in HWI, you can only post a semaphore in HWI, you cannot pend on semaphore on HWI since it may sleep, and which in turn can create a deasdlock of the system.
Regards,
Hardik Shah
Can you post the code for you EDMA HWI ?
Are you using a loop to check the IPR flags before you exit the HWI routine ?
At what rate are the EDMA HWI occurring ?