User Activity

I built my wifi camera https://youtu.be/AORCE1Jggls Now I made it even faster, but so far 2-3 frames per second.Now i'm using DCMI_CaptureMode_Continuous. The ov2640 camera gives ~ 5 frames per second. But i use DCMI_CaptureRate = DCMI_CaptureRate_1o...
Posted on February 16, 2016 at 14:14No answer from the register who I am. The most interesting is that this code worked for a while, but now does not work.I have attached a file that previously all worked. /* USER CODE BEGIN 0 */ uint8_t SPI_read(ui...
Posted on August 05, 2015 at 11:37STM32F407VG When Interrupt function looks like this:void ADC_IRQHandler(void){adc=HAL_ADC_GetValue(&hadc1); HAL_ADC_IRQHandler(&hadc1);  HAL_ADC_Start_IT(&hadc1);}Everything works well.But when I want to do the ADC ...
Kudos from