how can i use a camera module with stm32l476rg mcu on nucleo476rg board?
Posted on July 02, 2018 at 09:02is it necessary to have dcmi interface on mcu to connect the camera?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 02, 2018 at 09:02is it necessary to have dcmi interface on mcu to connect the camera?
Posted on July 02, 2018 at 19:20Hi,I'm working on a STM32F407 chip and I have enabled one of its ADCs and I read the values by the DMA. I mean using this HAL function: HAL_ADC_Start_DMAis there anyway to measure the ADC sampling time or conversion t...
Posted on July 04, 2018 at 14:29Can the StCubeProgrammer reset the option bytes to factory default? I did dnot find that option. If I did not overlook, please consider implementing in the next version.Thanks#option-bytes
Posted on July 04, 2018 at 10:36I am working on a 3 channel frequency counter on STM32F446RE. I am displaying the values on an LCD 20x4 display. The LCD driver uses TIM1 in order to generate the microsecond and millisecond delays. I am also using TI...
Posted on July 04, 2018 at 11:08Hello all,I am having Developer studio 5 from arm. Can i use it for application building to my stm32f401 controller.if so, how to do that.any related posts, material is appreciated.
Posted on July 03, 2018 at 14:24Hi everyone,I'm so grateful to be a part of this wonderful community with such amazing minded people.Thank you again!I'm working with the STM32f469ni Discovery board and I've downloaded the libraries from the STM site...
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 July 03, 2018 at 13:10In the System Viewer file -> ADC -> ADC1,ADVREGEN is assigned with [Bit 28]But as per the below link of reference manual RM0316, it should be [Bit 29:28] http://www.st.com/content/ccc/resource/technical/document/refer...
Posted on June 12, 2018 at 00:56If we create a graphics window for GRAPHICS configuration with GUIBuilder for file GUI_App.cCreateWindow();The CubeMX is creates function in file STemwin_wrapper.cvoid GRAPHICS_Init(void){/* Initialize the GUI */GUI_I...
Posted on July 04, 2018 at 11:39Hi,I have an STM32F103C8 MCU which has two ADC unit peripherals. Each ADC unit can reach up to 1Msps speed or 1uS time resolution.Can I increase this to 2Msps or 0.5uS by activating the Dual simultaneous mode? if Yes,...