STM32L4 and DCMI with 24bpp
Hi,
I´ve done a lot of reading and testing...
For some reason, its stated in both the datasheet and the DCMI application note that 24 bit per pixel formats are not supported.
Trying to understand why...
The DCMI is "stupid" in the sense that we only tell it how many bytes to read.
It doesn´t know anyting about the format and just shuffles data through DMA into the buffer.
I´ve done a lot of testing with the eval board and the OV5640 camera but for some reason get the wrong colors (or something mismatches). Even though with making sure that the pixels number align with correct number of 32-bit words.
I was just hoping that someone has an explain why it doesn´t work...