Hello,
currently we are facing some issues in our bootloader which is based on the SBL OSPI bootloader. Sometimes the we get an assert here:
Which should be the following assert in ospi_dma_udma.c:
In what cases can this assert be thrown?
Since this is randomly appening on bootups what can we do against it?
Just repowering the board helps. I made a temporary fix where the asserts triggers a (software-)restart which is also fixing this issue. But we would still like to fix the issue at the root.
BR Fabian