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

Firmware size

Dear Sirs,Is there a method to calculate the firmware size?I am using STM32F103R8T6My flash memory is divided in three blocks:- Custom boot loader block- Main application block- Data blockWhen the main application is running, it needs to calculate it...

sirpak by Associate II
  • 97 Views
  • 6 replies
  • 1 kudos

FMC communication works without debugger, but not with

I'm using Keil uVision 5 and ST-Link debugger (Mini). I have a very curios issue with STM32F746, running at 50 MHz.On the board I'm communicating with a display via FMC. "Suddenly" (as in, I don't know what I changed) the program did not work anymore...

hne by Associate
  • 205 Views
  • 1 replies
  • 0 kudos

How to Reset STM32 Timer Internal Trigger Connections

I'm using the STM32H735 to create a sequence of PWM signals. I have timers TIM1, TIM2, TIM4, and TIM24 all connected in a slave timer chain. TIM1 triggers TIM2 with ITR0. TIM2 triggers TIM4 with ITR1, and TIM4 triggers TIM24 with ITR3. Each link in t...

JAitc.1 by Associate II
  • 3138 Views
  • 12 replies
  • 2 kudos

STM32F030 cant be flashed with openOCD

I'm tring to work with a STM32F030F4. Unfortunately I didn't manage to flash the application on the controller. I'm using openOCD with a ST-Link.I use the following to start openOCD: openocd.exe -f interface\stlink-v2.cfg -f target\stm32f0x.cfgI now ...

Undocumented behaviour STM32C011F4U6TR

Hi,We notice the startup time from power up can be affected by setting one GPIOB pin to input. The startup time here refers to the time from SystemInit() until main(). Basically it contains scatterload and __rt_entry to my understanding.Specifically,...

powerup_time_without_gpiob_input.png 2nd_iwdg_reset_without_gpio.png powerup_time_with_gpiob_input.png
ah2 by Associate III
  • 1140 Views
  • 23 replies
  • 0 kudos

stm32H73** sleep mode

Hi, My test board can enter sleep mode OK, but doesn't wake up when PC13 goes high: (never reach __enable_irq())  void Sleep() { __disable_irq(); SysTick->CTRL = 0; // Enable WKUP4 (PC13) PWR->WKUPEPR = PWR_WKUPEPR_WKUPEN4; // Enable WKUP4 PWR->WKU...

STM32F407 Ethernet LwIP + FREERTOS ping break Hard fault

Dear team,I am facing an issue where my device disconnects and drops the ping whenever the master device tries to connect with RS-485 Devices. after some "request timeout" error the device goes into a hard fault.The application runs on  STM32F407VET6...

ATPL by Associate II
  • 309 Views
  • 1 replies
  • 0 kudos