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! stm32g431 boot 0 pb8

how disable boot 0 pin8 i used this pin for input make problem to boot from flash how can disable any condition mcu boot from flash not check this pin when reset

Trying to do an encoder with an FSM

Hello, right now im trying to do an encoder as a project for my digital electronics class. I've done it in two different ways, by functions and by switch cases, and neither seem to work. I have to make it so every time a switch of states ocurr within...

OMart.6 by Associate
  • 423 Views
  • 2 replies
  • 0 kudos

When does FLASH lose data

在我的使用中,一些�?�数是在�?�片机(STM32F446ZET6)的闪存中�?置的,但在未知情况下�?�数丢失。在断电之�?,有断电和通电�?作。请问这是什么原因造�?的?解决方案是什么?

qli.3 by Associate
  • 362 Views
  • 2 replies
  • 0 kudos

How to know what cause Error_Handler?

Often trip to Error_Handler from usb_device.c and usbd_conf.c.void Error_Handler(void){ /* USER CODE BEGIN Error_Handler_Debug */ /* User can add his own implementation to report the HAL error return state */ __disable_irq(); while (1) { } /* USER CO...