User Activity

Posted on July 04, 2018 at 12:30In my program I want to stop the DCMI continuous stream, save the framebuffer to SD-card and then start the DCMI stream again. By stopping the DCMI continuous stream, I mean -> disable DCMI interrupts and DMA interrup...
Posted on June 28, 2018 at 13:19I am trying to use BSP SD functions. One way to detect if SD card is inserted is with BSP_SD_IsDetected()  and another way is via interrupts w/ BSP_SD_ITConfig() .The comments don't explicitly say which is the correct...
Posted on June 14, 2018 at 16:32I am debugging my camera application which doesn't render correctly (STM32 F746 discovery board + STM32 F4 DIS-CAM).To find the error, I want to count the number of DCMI Line and Frame interrupts and check if numbers ...
Posted on June 11, 2018 at 11:02Hello!I ordered the https://www.digikey.com/products/en?WT.z_cid=sp_497_0928_buynow&Enterprise=44&lang=en&Vendor=497&mpart=STM32F4DIS-CAM camera module and I am trying to interface it with my STM32 F7 discovery board....
Posted on May 24, 2018 at 12:42Hello!I am trying to compile the BSP example provided in STM32Cube_FW_F7_V1.11.0/Projects/STM32746G-Discovery/Examples/BSP , but I get the following error: src/log.c:38:10: fatal error: lcd_log.h: No such file or direc...