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

Timer PWM: Get State of PWM

Hello,I am planning to use the PWM feature in the timer (PWM Generation CH1). I want to send that PWM signal to an external device and am doing preliminary testing on the code. This PWM duty cycle changes based on the press of a button. I want to ver...

KMew by Senior III
  • 502 Views
  • 3 replies
  • 0 kudos

Programing FLASH in a STM32G030C8T6 throubles

Debuging the function when try thisHAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, (uint32_t) 0x08001000, DATA_64)get in FLAH->SR = 8, its the PROGERR bit, i unlock the flash before, below part of codeHAL_FLASH_Unlock(); if (HAL_FLASH_Program(FLASH_T...

woutnme by Associate II
  • 479 Views
  • 1 replies
  • 0 kudos

Timeout on usart2 with DMA

Hi everybody,I'm using a STM32L476RG. I use the usart2 to transmit/receive frames from an external sensor. The reception is working with DMA1 channel6 (I use Transfer complete and idle line interrupts), and it works very well.I'd like to add a timeou...

fab04 by Associate II
  • 595 Views
  • 4 replies
  • 0 kudos

Resolved! EEPROM emulation on STM32H7

This issue was already mentioned here except now it is on different line. I think it is still there.In EEPROM emulation in the \STM32Cube\Repository\STM32Cube_FW_H7_V1.9.0\Projects\STM32H743I-EVAL\Applications\EEPROM\EEPROM_Emulation\Src\eeprom.c fil...