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

Switch over RTC from LSE to LSI while running

Hello all!Using STM32L433, RTC is initialized with LSE, works fine.In run, I want to switch to LSI and do certain steps and want to get back to LSE. What is the way to switch over RTC source LSE<->LSI ? I read some thing about backup domain. Please g...

SPate.7 by Associate
  • 1104 Views
  • 3 replies
  • 0 kudos

Compatibility for stm32l031f6 with STMFlashLoader.exe

Hi, I am currently using the stm32l031f6 which is a 32K memory device and I am trying to use the STMFlashLoader.exe, which is the command line version of the flash loader, to download firmware into the device. However, in the map directory for the ST...

MGan by Associate II
  • 1150 Views
  • 5 replies
  • 0 kudos

How detect SD card with external interrupt ?

Hi,I generated code for SD card and FATFS with CubeMx for STM32F407.How do I use BSP_SD_ITConfig (), BSP_SD_DetectIT () and BSP_SD_DetectCallback () to detect the presence of SD. I have found no example anywhere.Thank youPeter

Peko by Associate III
  • 553 Views
  • 1 replies
  • 0 kudos

DFU USB and USART are not getting in some boards

Dear ST Team We are using STM32F765IGT6 in our design in a lot of 10 cards ,6 cards are not able to detect DFU and USART1/3 in boot mode.After programming they are giving proper console at USART 1 as per my design. Kindly suggest some debugging ste...

PKuma.0 by Associate
  • 746 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeMX 4.26.0 RTC Init Issue

Posted on June 13, 2018 at 10:42STM32CubeMx 4.26.0 RTC Reset always during INITThe generated Codevoid MX_RTC_Init(void){ RTC_TimeTypeDef sTime; RTC_DateTypeDef sDate;/**Initialize RTC Only */ hrtc.Instance = RTC; hrtc.Init.HourFormat = RTC_HOURFORM...