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

STM32H7 DAC sinewave generate using formular

I'm success create sinewave signal by using table:uint32_t Wave_LUT[NS] = { 2048, 2149, 2250, 2350, 2450, 2549, 2646, 2742, 2837, 2929, 3020, 3108, 3193, 3275, 3355, 3431, 3504, 3574, 3639, 3701, 3759, 3812, 3861, 3906, 3946, 3982, 4013, 4039...

SEng.1 by Associate II
  • 560 Views
  • 10 replies
  • 0 kudos

Resolved! Problem with outputting LSE clock on PA8 pin as MCO

Hi!I'm trying to output the LSE clock on the PA8 pin on my Nucleo64 STM32L476 board.The code I have written is the following:#include<stdint.h>   #define RCC_BASE_ADDR 0x40021000UL   #define RCC_CFGR_REG_OFFSET 0x08UL   #define RC...

eidetech by Associate II
  • 615 Views
  • 7 replies
  • 0 kudos

Resolved! How to generate hex file in STM32H750vb?

I am trying to generate hex file for my boot loader. I need a fix length hex file for my boot loader. I tried arm-none-eabi-objcopy -O srec --srec-len 0x10 ${ProjName}.elf ${ProjName}.srec;arm-none-eabi-objcopy -I srec -O ihex ${ProjName}.srec ${Proj...

JP_RS by Associate II
  • 287 Views
  • 1 replies
  • 0 kudos

Does the RTC run when Vdd = 0 but Vbat = 3 volt?

I have a STM32F373VBTx serie. I know that the RTC saves the backup registers for every second. But when I restart my STM32, then the RTC sets to default date and time again due to the MX_RTC_INIT() function who is generated by CubeMX.I have two quest...

DMårt by Senior II
  • 223 Views
  • 2 replies
  • 0 kudos

STM32 interrupt pin strange behavior

I am using stm32cubeide to program a stm32f030f4p6 MC. I have assigned one pin as an external interrupt and it is connected to the data output of an RF433 receiver. Here is a summary of my code:int k;   int main(void)   {   while (1)   {   k=0;   ...

0693W00000DnW4UQAV.png

Resolved! STM32F413 ADC DMA AnalogWatchdog not working in SleepMode

The goal is to have the microcontroller which is in sleep mode, wake up when the voltage on a certain ADC channel drop below a set voltage.The plan was to put the core to sleep via HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI)...

Pain by Associate II
  • 455 Views
  • 2 replies
  • 0 kudos
Labels