STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using SDIO for both USB Mass Storage Device and FATFS

Posted on April 05, 2017 at 13:43Hi,Over the past ~18 months we have made an stm32F405 based logging device. Data is gathered and stored to SD card, when USB is plugged in, the SD card is 'owned' by the Mass Storage Device implementation that we got...

henk23 by Associate II
  • 622 Views
  • 1 replies
  • 0 kudos

STM32CubeMX 4.7.0 FreeRTOS osMessageCreate bug

Posted on April 30, 2015 at 01:58osMessageQId osMessageCreate (const osMessageQDef_t *queue_def, osThreadId thread_id){  (void) thread_id;  return xQueueCreate(queue_def->queue_sz, queue_def->item_sz);  //return xQueueCreate(queue_def->queue_sz, (ui...

lqdjdy by Associate
  • 2010 Views
  • 7 replies
  • 0 kudos

Resolved! STM32F746-discovery, how to define a Transfer Complete Callback function for DMA on Multichannel ADC scan?

Posted on April 02, 2017 at 18:19Hi all,I am developing an application with my STM32F746G-Discovery board; for this application I need to acquire 4 to 6 analog signals from external sensors.My application uses the Arduino UNO headers on the back of ...

Resolved! Is there an version of OpenOCD with support for the STM32F413

Posted on April 04, 2017 at 14:50Hi,I tried to connect to the STM32F413 with OpenOCD, but I get the following error:Info : device id = 0x10006463Warn : Cannot identify target as a STM32 family.Error: auto_probe failedI searched the source code of Op...

Stefan W by Associate II
  • 891 Views
  • 2 replies
  • 0 kudos

adc triggering speed!!

Posted on April 05, 2017 at 10:28i use adc in dual mode fast interleaved with stm32f103 when i use adc with continuous conversion modeif i set adc to 14mhz i get 1msps and this goodbut when i use timer3 trigger out the maximum speed i can get is abo...

elec_st by Associate III
  • 599 Views
  • 0 replies
  • 0 kudos

STM32L053-DISCO Touch button issue

Posted on August 18, 2015 at 10:36The original post was too long to process during our migration. Please click on the attachment to read the original post.

purkovic by Associate II
  • 1564 Views
  • 7 replies
  • 0 kudos

STM32F407 WITH STRANGE BEHAVIOR

Posted on April 04, 2017 at 15:07I am facing a very strange problem, we first assemble 3 prototype boards of a project that uses the STM32F407IGT6 everything worked perfectly, we have developed 3 firmware for this project:1 - Bootloader: Checks if n...

giovani by Associate II
  • 954 Views
  • 4 replies
  • 0 kudos

stm32f429IET6have amount of does not acces memory

Posted on April 04, 2017 at 16:31Hi everybody. I have problems to program one stm32f429IET6. The device is attached to a custom board. We start the project with a stm32f429IIT6. When we finished the code we realize that amount of flash was empty so ...

jzotes by Associate II
  • 915 Views
  • 5 replies
  • 0 kudos

Question of STM32F373 SDADC Multi channel concept

Posted on April 04, 2017 at 15:08Hi,I want to use multi channel SDADC in STM32F373.First,Can I use Multi channel  in SDADC1 using regular conversions?In case of SARADC, it is operating scan mode. But i can't find scan mode in SDADC.Second,If regular...