Question
Considering an STM32WB55CEU6 for RF and Camera project. Would like to know if GPIO can be DMA to RAM?
I am considering using a STM32WB55CEU6 in a project that requires a camera module and 802.15.4 connectivity.
The chosen camera module outputs data using a 8bit parallel interface (HSYNC/VSYNC/PXCLK). The Pixel clock is 6MHz.
- Can the STM32WB55CEU6 DMA from GPIO?
- Can the STM32WB55CEU6 DMA from GPIO @ at a data rate of 6MBytes/sec?
- Can the STM32WB55CEU6 be configure in such a way that the DMA transfers can be synchronised on HSYNC/VSYNC assertions?
An link to app note and code examples would also really help.
Many thanks
John