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

After standby LES not work

I'm using the STM32G030FP6 in standby mode with WKUP2 for wakeup and the system has a backup battery. I'm facing the following issues:When using the LSI clock, standby entry and WKUP2 wakeup work normally.When using the LSE clock, after entering stan...

ZZH by Associate
  • 608 Views
  • 2 replies
  • 0 kudos

Resolved! Another encounter with possibly fake chips.

Hello there,I know this is an old debate but since we are into production of a device using STM32G030F6 chips, we wanted to make sure the cheapest options are used while keeping them "original".The minimum price for the aforementioned MCU on ST e-sto...

Marzi by Associate
  • 538 Views
  • 3 replies
  • 0 kudos

Resolved! STM32G0x series multiple GPIO Pin functions

Hi,  Can I control the level of a GPIO Pin in software, if the GPIO Pin is in an Alternative function mode ?  For example, I have an application where I switch a MOSFET in Software, but I would like to use the Hardware or internal Silicon, and Softwa...

STM32H743 external loader

I went through the ST External QSPI Loader how to and have verified my quadspi.c/h driver is good with the Winbond W25Q64 flash part we are using.  However after I create the .stldr and load it into the STM32 Programmer it will not read from the flas...

PFlor.2 by Senior
  • 2645 Views
  • 13 replies
  • 0 kudos

Can't exit sleep mode

Hello.Using "ITEMIS Create" I've designed this simple statechart diagram to figure out the working principles of sleep mode. The diagram is shown below:The program should work like this: Device boots up, starts a timer, that has a period of 2 seconds...

BuderBrodas_0-1710617515754.png

NUCLEO-H755ZI-Q and VL53L4CX

Hi there, I want to setup the NUCLEO-H755ZI-Q to run just the microcontroller alongside a VL53L4CX ToF Sensor, I am currently having troubles, can anyone help? I am having troubles configuring the controller and printing values as UART is not configu...

What's a good way to waste a clock cycle in STM32F4?

In the thread https://community.st.com/t5/stm32-mcus-embedded-software/why-does-my-tx-only-software-3-mbaud-uart-sometimes-send-strange/td-p/218077/page/2 I learned that "DSB" is a good way to waste a clock cycle in STM32F769. Now, what's a good way ...