User Activity

Hi,I am using stm32 f407 for my project. I have set stack size min 0x6000. I am using STM Cube IDE. In one of the project files I have a float assignmentfloat val = resizedImage[i]; I have enabled FPU in the systemInit() function. I have set FPU_P...
I capture an image using the ov9655 camera module. The selected the image format as rgb565. The image captured is getting captured clearly (as i can see it on the lcd). As a next step, I wanted to analyse how the image is stored in the camera buffer....
I use STM32 Nucleo f429zi. I tried to replicate the application on the following link, and followed all the steps. I use USART3 with pins PD8 and PD9 (the manual says these pins are connected to ST-Link)https://www.youtube.com/watch?v=grgNXdkmzzQI us...