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! STM32L4P5ZG watchdog timer

How do I implement a watchdog timer for the L4P5ZG device? I have the LPTIM1 example running but I do not see a built-in watchdog timer for this device under the timer tab.

TMulr.1 by Associate
  • 524 Views
  • 3 replies
  • 0 kudos

stm32f4 weird crashing

Hi everyone,I'm dealing with some difficult problem for quite a while. I am using an stm32f411ce running on 80mhz. I have a code in which I am reading data from some sensors and then processing it. when I run the code it crashes randomly with differe...

EPora.1 by Associate II
  • 613 Views
  • 4 replies
  • 0 kudos

Resolved! APB2<->AHB1 or APB2<->AHB2 ?

Hi!RM0468 "Figure 1. System architecture" show interconnect between APB2/AHB1. But in the DS13311 "Figure 1. STM32H725xE/G" block diagram shown interconnect APB2/ AHB2.So is there error or there is exactly diagram in DS13311 and generic in RM0468? 

Aleks by Associate III
  • 429 Views
  • 1 replies
  • 0 kudos

STM32H7B0 FLASH_SR_RDPERR in HAL_FLASHEx_Erase_IT()

Hi,​Now the problem is FLASH->SR1 report FLASH_SR_RDPERR in HAL_FLASHEx_Erase_IT() and it failed to erase the BANK1 sector1 of address 0x8002000.I have checked the RDP is level0. What wrong with it ?And the code is here: HAL_FLASH_Unlock(); ...

JJ.Lin by Associate III
  • 576 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H745 FLASH does not store the data?

Hi,I write some data to the 0x080A0000 (sector 5 )address which is not protected. I write the data and ı can read that data too. There is no problem with that. But if I comment out the line which writes to data to the flash and run the program. That ...

EOzde.1 by Associate III
  • 798 Views
  • 6 replies
  • 1 kudos

When PWM output through TIM2 channel 1 on STM32G061G6U6 is enabled, the data register of ADC1 sometimes stores high values (~4095) even if there is no signal being fed to it.

Here is the configuration I use:int main(void) { HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_ADC1_Init(); MX_TIM2_Init(); // configure PWM __HAL_TIM_SET_AUTORELOAD(&htim2, 1000); __HAL_TIM_SET_COMPARE(&htim2, TIM_CHANNEL_1...

PIvan.9 by Associate II
  • 1973 Views
  • 13 replies
  • 0 kudos