STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

small form factor

in the following link they present STM32 ODE:https://www.st.com/content/st_com/en/support/learning/video-page.html?products=FM116%2CCL1620%2CSC959%2CSS1532%2CLN1847&featuredVideosReferer=true&count=200in the video of "Prototype and develop more quick...

Yaser_0-1710296863790.png Yaser_1-1710296945289.png
Yaser by Associate
  • 1242 Views
  • 1 replies
  • 0 kudos

Timer22 never reach IRQ

Hi everyone,It seems that I have a problem with my Timer 22 configuration, on my Microcontroller, STM32L031 I would like to stop it then restart them with a lower speed to go into sleep mode, except that my interrupt is never triggered.  Do you have ...

Resolved! Write to Flash only 64Bit

Hello,Can I only write to the flash with 64 bit variables, or also 32/16/8 bit?I just used this function for this: HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, activepageaddress + u32_Offset, u64_Data)I have an STM32L432 uC.I already found this ex...

Martin42 by Associate III
  • 3088 Views
  • 5 replies
  • 3 kudos

Resolved! USB DFU STM32G474

Hello,I'm using NUCLEO-G474RE kit with soldered USB on PINs:PA11 - USB Data minusPA12 - USB Data plusVIN - VBUSIn the User configuration I have:nSWBOOT = CheckednBOOT0 = CheckednBOOT1 = CheckedThere is programmed program with blinking LED so I know i...

jha92_1-1710772303832.png jha92_0-1710772182564.png
jha92 by Associate
  • 3025 Views
  • 3 replies
  • 0 kudos

Resolved! Possible Errata Corrige in RM0456 manual, peripheral clock gating register RCC_AHB3AMENR not exists

Paragraph 10.7.3 of RM0456 manual for STM32U575/585 microcontroller cites registers RCC_AHB3AMENR and RCC_APB3AMENR to configure autonomous peripheral clock gating during stop 2 mode.However, I didn't find any other reference of such registers in the...

Resolved! What is 'digbypass clock source'?

Hi,I started a design with STM32U5 series MCU. In the STM32CubeX's HSE settings, there is a new option "DIGBYPASS Clock Source'. What's the differences with the old 'bypass clock source'?Thanks.

Resolved! USART TRANSMITTING THE VARIABLE AS 0

Hı everyoneI was trying to send the data to termite terminal. The data variables are coming from DS1307 (RTC Module) and BH1750 (Lux) sensor. However, The data coming from lux sensor is zero in termite. Rtc module variable is okey. Lux sensor variabl...