2020-09-19 09:42 AM
Hello @Community member ,
i implemented the DMA, the DCMI, LTDC and DMA2D with their interruptions but I got something incorrect.
how can I solve this?
Solved! Go to Solution.
2020-09-19 09:55 AM
Break the problem down into stages, and follow the data.
Off board the data from the Camera/DCMI, confirm it is valid.
Signal interrupts via GPIO, scope signals, make sure they occur at expected periodicity.
2020-09-19 09:55 AM
Break the problem down into stages, and follow the data.
Off board the data from the Camera/DCMI, confirm it is valid.
Signal interrupts via GPIO, scope signals, make sure they occur at expected periodicity.
2020-09-20 08:25 AM
thank you