Question
configASSERT(pxQueue )
When I used the Freertos with STM32L433 which the code was generated by CubeMX. In the system, the ADC, I2C, SPI1 used the DMA function. I found that the code will be occasionally into configASSERT(pxQueue ) and being stalled there.
but sometimes it works well (most situation is powered up.)
Who know why it caused this issue? how to mitigate?