STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! Need STM32 GPIO operate on 1.8v

Posted on August 03, 2017 at 20:26Hi, recently in a project I need the GPIOs on STM32 to operate on 1.8v logic level. By quickly looking through datasheets, it seems many of STM32 can do so, for example, to STM32F407VG, if provide 1.8v to VDD, it ru...

How to use EEPROM in stm32f103c8t6

Please any one help me , How to use the EEPROM in the stm32f103c8t6, I did not find any details about the EEPROM in data sheet. How to write program in EEPROM & how to Dump the code in EEPROM using KEIL vision 5.

NO_ONE by Associate II
  • 4210 Views
  • 3 replies
  • 0 kudos

STM32H745XI power supply configurations

Hi Team,This IC STM32H745XI will support the following power supply configurations 1) Direct SMPS power supply which gives to the core domain 2) Direct LDO power supply which gives to the core domain  3) SMPS ->LDO-> Core domain(1.8v or 2.5v) 4) Exte...

SS_135 by Associate II
  • 261 Views
  • 0 replies
  • 0 kudos

How to Split the Flash memory in STM32f103c8t6

I want to know how to split the flash memory of the stm32f103c8t6 , The one part of memory is used to store the firmware & other part is used to store the settings & configuration through external user interface exe file. Please any one help in thes...

NO_ONE by Associate II
  • 597 Views
  • 1 replies
  • 0 kudos

Continuous DMA from UART

Hello,This is for the STM32H7, but may be applicable to other STM32 chips.Is there a way to do a continuous DMA stream from a UART without requiring an expected size?I would like to be able to set up a receive buffer with DMA in circular mode, and ju...

ST User by Associate III
  • 1338 Views
  • 3 replies
  • 0 kudos

static_cast in C?

freqError = static_cast<int32_t>(readRegister(REG_FREQ_ERROR_MSB) & B111);C has no static_cast, so how can I convert the above code to C?(It 's C++, from Arduino)