STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Capturing image from SONY's image sensor

Posted on September 12, 2016 at 09:57I have made a board camera module using SONY's IMX225LQR-C image sensor. The following is its data sheet. I would like to ask a question about page 49 of this data sheet. http://astroccd.org/wp-content/uploads/20...

M. Jeong by Associate II
  • 1605 Views
  • 3 replies
  • 0 kudos

stm32f051 IAP problem

Posted on January 13, 2017 at 08:43Hi, Everyone.I am testing IAP on stm32f051.I made IAP code downloading from someone's IAP and did little modify.IAP code is located on 0x0800 0000 ~ 0x0800 2fff and application is located on 0x0800 3000 ~I wrote th...

paul0208 by Associate III
  • 652 Views
  • 4 replies
  • 0 kudos

Resolved! Triggering ADC in Dual Mode with DMA - problems

Posted on December 21, 2016 at 05:41Hi,I(or may be ST) have a ptoblem. I tried to use ADC1 & ADC2 in regular dual mode with DMA on STM32F103C8T6 MCU(startup code generated by last CubeMX). If I configure ADCs in continues mode, then start ADC2(using...

Resolved! STM32L4 ADC Initialization Problem

Posted on July 15, 2016 at 14:35Hi All,I'm using STM32L475, STM32CubeMX 4.15.1, STM32L4 firmware library 1.5.1 and the code generated by STM32CubeMX. When initializing ADC1 and ADC2 the ADC2 initialization, MX_ADC2_Init(), sometimes calls ErrorHandl...

Resolved! STM32L4 ADC HAL Multimode

Posted on August 03, 2016 at 15:14Hello! I am trying to start ADC2 on stm32l476, but it always goes to error handler multimode.Mode = ADC_MODE_INDEPENDENT;     if (HAL_ADCEx_MultiModeConfigChannel(&hadc2, &multimode) != HAL_OK)     {     Error_Handl...

sttn by Associate
  • 700 Views
  • 2 replies
  • 0 kudos

STM32F407 problem using DCMI with embedded sync (ITU656)

Posted on October 26, 2012 at 23:50I trying to use DCMI Interface connected to external video decoder IC ''TVP5150''. DCMI Interface is configured in Snapshot mode (single frame) and to use embedded data synchronization codes (ITU656) in ''Mode 1'' ...

rg256 by Associate
  • 1269 Views
  • 5 replies
  • 0 kudos

Resolved! Sdmmc incoming data not being seen, STM32L476, HAL - SOLVED

Posted on October 24, 2016 at 03:17 I'm working with STM32L476 trying to get a microSD card to communicate. Initially I'm sure I was getting a response, but now when I send CMD8 the chip does not see a respons from the card (SD_CMD_RSP_TIMEOUT)....

thmjpr by Associate II
  • 1594 Views
  • 4 replies
  • 0 kudos

Adding version number at hex file

Posted on November 16, 2016 at 08:58Hi,i'm using the STM32f4_discovery.Is there a way to include version number/Varible that i can read its value/string,when just viewing the file.maybe an executable that reads the hex file and locate the variable ?...

haukeye by Associate II
  • 2140 Views
  • 8 replies
  • 0 kudos

[BUG Report STM32_Cube_L4_1.5.1]SDMMC TX/TR DMA Dont work

Posted on September 19, 2016 at 15:29if one use sdmmc DMA for Tx AND Rx it will hang in HAL_SD_WriteBlocks_DMA or in HAL_SD_ReadBlocks_DMA in the modul stm32l4xx_hal_sd.c The reason is the DMA is enable in the first call of one of the routines and i...

Leo_Panda by Associate III
  • 534 Views
  • 2 replies
  • 0 kudos