Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi expert
We have a programme base on mmw_demo example.
Our project has three freertos tasks. The highest-priority task is dpc, and the lowest-priority task is responsible for the uart output message.
Now we need to upgrade the uart output message method from the previous CPU-occupying output to EDMA output in ISR.
Programme run normally but will stuck in1-2 hours.
After Investigation,Programme stuck in DPU_Aoa2dProc_process::SemaphoreP_pend(&obj->hwaDoneSemaHandle, SystemP_WAIT_FOREVER) function,also assert because of return value of DPU_CFARProcHWA_process function.
The current suspicion point is that there is a conflict between the EDMA of HWA and that of uart. Could you please provide an analysis of the possible causes or determine the direction, or when using EDMA resources simultaneously, what configuration items should be avoided.
here's our syscfg:
expect for your response,s
thanks!