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

ADC Grounding Issue.

I am using STM32F423RHT6 in my project. I am using 2 ADC Channels for measuring Voltage and Current(through Current Sensor). But I am facing a strange issue. Where the channel corresponding to the current is getting accurate values of analog voltage....

Screenshot 2024-11-22 192234.png
vbk22398 by Associate III
  • 1 Views
  • 0 replies
  • 0 kudos

Discover the STM32C0 Series

Here's what makes the STM32C0 Series stand out:Affordable 32-bit MCUs: Starting from just $0.24, these microcontrollers offer 32-bit performance without breaking the bank.Powerful Performance: Powered by the Arm Cortex-M0+ core running at 48 MHz, the...

pepleon by Visitor
  • 3 Views
  • 0 replies
  • 0 kudos

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 II
  • 448 Views
  • 18 replies
  • 0 kudos

Timer/Usart priority problem

While testing the Blackpill Timers and Usarts I came across this problem. If I set for example 6 timer channels using two timers. (In my case Tim2 and Tim3 and Usart1. If I set all six channels to PWM generation, I find it difficult to dynamically re...

techdesk by Associate III
  • 125 Views
  • 3 replies
  • 0 kudos

STM32L0 wake up pin 1 (PA0) not working?

Hi, I would like to use system wake-up pin 1 (PA0) as an external interrupt to wake up my MCU from standby mode. Understand that a rising edge on PA0 (wake-up pin 1) should trigger the MCU to exit standby mode. However, I am encountering difficulties...

chai2145_0-1732069413356.png chai2145_1-1732073239975.png
chai2145 by Associate III
  • 168 Views
  • 9 replies
  • 2 kudos

Resolved! HAL_ADC_Start_DMA caused main loop to become blocked?

Hi, I am configuring the ADC in single-channel continuous conversion mode using DMA. However, once I call HAL_ADC_Start_DMA(&hadc, &AD_RES, 1), the main loop stops executing, and the HAL_ADC_ConvCpltCallback() function is not triggered.I noticed that...

chai2145 by Associate III
  • 101 Views
  • 1 replies
  • 0 kudos