STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1158 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
  • 1150 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
  • 512 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 Lead
  • 403 Views
  • 2 replies
  • 0 kudos