DCMI data storage order in stm32f407
Posted on July 08, 2015 at 21:14HelloSuppose data is arrived from dcmi in following order:1st byte : R[4:0]G[5:3]2nd byte : G[2:0]B[4:0]3rd byte : R[4:0]G[5:3]4th byte : G[2:0]B[4:0]...And so on, how it will be saved in memory?Thanks.