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

Low power operation for STM32L4xx devices

Posted on March 03, 2018 at 01:22This is for shutdown power consumption.Table 5 of AN4621 says '8 nA w/o RTC' and '260 nA w/ RTC'Table 37 in STM32L443xC datasheet - en.DM00254865.pdf (July 2017) says 8nA and 25nA for the same conditions.Something fe...

Mikexx by Associate II
  • 677 Views
  • 2 replies
  • 0 kudos

STM32F407 and UlinkPro D

Posted on March 15, 2017 at 17:45Hello!I want to program/debug an STM32F407 using the UlinkPro D. I have connected the Ulink to STM32 using datasheet for the micro controller and found what I think is the correct pinout for the Ulink.Serial Wire Deb...

higher baudrate than 115200 in irda mode possible ?

Posted on March 03, 2018 at 21:03Hi, I am using two STM32L452 nucleo boards to communicate over irda transceivers. One board only as transmitter and one  only as receiver. The datasheet of the stm32 contains a value of 115200 as maximum baudrate whe...

STM32F407-DISC1 Startup

Posted on February 28, 2018 at 09:29Hello there, Greetings.I bought a Discovery board recently. Following are the details:1] STM32F407G-DISC12] Model MB997D3] ST-LINK both Jumpers in place4] JP1, JP2 and JP3 in place5] Using Windows 10 I downloaded ...

STM32H743I-EVAL running off frequency

Posted on March 03, 2018 at 03:40The consequences of not initializing local/auto variables properly...Original code:static void SystemClock_Config(void){ RCC_ClkInitTypeDef RCC_ClkInitStruct; RCC_OscInitTypeDef RCC_OscInitStruct; HAL_StatusTypeDef r...

Resolved! STM32 RS485 DMA peripheral flow control

Posted on March 03, 2018 at 10:17Hi,The question is, can the hardware flow control of the uart be a peripheral flow controller of the dma?#stm32 #rs485-dma #hardware-flow-control

how to use STM32F407 controll DSP

Posted on March 02, 2018 at 08:13Now we want to use STM32F407 to control DSP, DSP with 16bit data ports and 5 address,  the following is interface   for DSP, is it okay or not? #stm32f407

sam Zeng by Associate
  • 1114 Views
  • 4 replies
  • 0 kudos

Resolved! USB host or SD card on a STM32F0 or STM32L0

Posted on February 02, 2017 at 20:47Can anyone advise me if the STM32F0 or STM32L0 range supports a USB host or SD cards.In the Datasheets it refers to usb but I can't find something explicitly which says they support usb host.I want a controller wh...

Resolved! STM32F767Zi-Nucleo SDMMC DMA Write help

Posted on February 20, 2018 at 16:15HiI'm testing F767Zi-Nucleo to write some data to a 16G SD card with no file system.With HAL_SD_WriteBlocks function, everything works fine. I can read out the data that just have been wrote.With HAL_SD_WriteBlock...