STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L431 COMP erratum

Posted on April 05, 2017 at 12:04On the STM32L431, there's an erratum described in STM32L431xx Errata sheet (STM32L431xx device limitations / DM00218224). It allows to reset COMP1 and COMP2 despite of the LOCK bit being set.My question: What happens...

STM32F411CEx RTC drift with LSI RC clock

Posted on April 05, 2017 at 16:20Hi,We are using STM32 internal RTC with 32.768 KHz LSI RC clock. We are observing very large drift in time(Approx 3min lag in 1 Hour).We have gone through the RTC calibration application note.But that requires manual...

Resolved! STM32F767 SRAM1 Address

Posted on April 05, 2017 at 12:42Looking at the STM32F767xx Datasheet (DocID029041 Rev 4), the SRAM1 address is listed as 0x20020000.But the STM32F76xxx Reference Manual (DocID028270 Rev 2) lists this as 0x20010000 in several places: Page 98/1896: ...

dohzer by Associate II
  • 578 Views
  • 2 replies
  • 0 kudos

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
  • 497 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
  • 1692 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
  • 759 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
  • 413 Views
  • 0 replies
  • 0 kudos