User Activity

Hello everyone,I'm having really hard times using timers in my project. I am using STM32F401RE with CubeMX and AC6 as workbench. Let's go in order: i have some ADC conversions to perform that are triggered by timer firing, then the converted values a...
I have to interface my STM32F401RE with an OV7670 camera module without external AL422. My aim is to be able to capture an image on request, so I tried to adapt the code structure used for one of the many Arduino tutorial to my board and HAL library ...
Hello everyone,I am trying to interface my STM32F401RE with OV7670 camera. I have set the input clock for the camera from the MCO output of the board at 8MHz. Because my board is not provided with DCMI, I have to explicitly implement the communicatio...