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

SysTick preemt

Is it possible to ensure that the systick is handled (or the timer that handles the ms tick), and at the same time not interrupt higher priorities unless the irq has been busy/active for example 1 ms?I guess the question applies for arm M0 - M4 in ge...

mrandr by Associate
  • 711 Views
  • 2 replies
  • 0 kudos

Resolved! How long is __NOP()

Hello,How long does the __NOP() function last?Is it the time of a cycle? Or 1/F = cycle time?My MCU is an STM32F401RE, and I understand that the maximum frequency is 84 Mhz.So 1/84 Mhz = 11.90 ns, is that the time of a cycle?In my case, if I loop 14 ...

AD_716 by Associate III
  • 4319 Views
  • 9 replies
  • 4 kudos

Resolved! AN2606 missing STM32G4A1 series

I'm trying to configure the Bootloader for a STM32G4A1KE processor, but in the AN2606  I cannot find any information regarding this processor (family STM32G41). Although it is listed in the introduction section of AN2606, no further information is gi...

STM32L433 goes to hardfault after certen time lapse

Hello everyone, I am using STM32L433 with external crystal 12MHz. SYSCLK is 72MHz. i am using three usarts (1,2and 3). but after certain time period of execution lapse. STM32L433 goes to hardfault handler and executiion stucks, After debug found that...

rahulgate by Associate II
  • 2304 Views
  • 7 replies
  • 0 kudos

What is SAI "Error between selected"? (CubeMX bug?)

Today I spent some time to fine-tune SAI clock to get standard 22.05kHz sample output rate.However, I do not understand why CubeMX states that "Error between selected" is 0.22%.What is "Error between selected"? Why this error is zero when selected fr...

SAI3.png SAI2.png SAI4.png
TDJ by Senior III
  • 1569 Views
  • 10 replies
  • 8 kudos

Leap year setting in RTC

Is there any inbuilt leap year setting in the onboard rtc of STM32L152RC. If not how to manually configure it. Source code also. Thank You

hazin by Associate III
  • 438 Views
  • 1 replies
  • 1 kudos

Resolved! Changing PWM frequency with potentiometer

Hi everyone, I am trying to generate PWM signal and change it's frequency with a potentiometer. I have connected an LED to the PWM output and it blinks only a few times and then stops. Sadly, I don't have an osciloscope to check the signal.I am using...

MS.23 by Associate II
  • 3495 Views
  • 7 replies
  • 1 kudos