One of the bigger challenges recently has been devising a way to capture output from the camera efficiently without relying on the DCMI interface available in other STM32 devices. One of my goals from the beginning was to avoid resorting to BGA or extremely fine-pitch parts. The idea was to keep board design and manufacturing relatively simple and cheap. Unfortunately, I have not found a DCMI-capable part with a sub-10mm diameter in a non-BGA package.
It is tempting to switch to something like the F407 or F429 (as found in the OpenMV). For now, I plan to forge ahead with the following strategy:
Much credit is due to the following article (link) that outlines how to capture data using DMA triggered by a timer in input capture mode. ST also has a decent app note (AN4666) discussing general-purpose synchronous parallel data transfer that proved fairly helpful.
Full image capture should be available soon - there are still some kinks to work out with camera configuration.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.