Hi all,
i am working on EQADC with static FreeRTOS .EQADC is working fine in baremetal but in FreeRTOS its stucking because of OSIF_TimeDelay delay function.when this function got executes this will make controller to move to vTaskSwitchContext ans stays in that.
checked with increasing heap size , igot similar results.
Please let me know if anything needed to add to support EQADC in static FREERtos.
flow is as below.
EQADC_DRV_Reset()-->EQADC_DRV_FlushRfifo()-->OSIF_TimeDelay(0u)-->stucked here stops further execution.