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

wakeup STM32L0

HiMy name is Jonah and I’m working on STM32L031K4U6  .My device needs to go to standby, wake up via PA2(WKUP3) or RTC wakeupI follow  Doc RM0377 page 869 (to update PRER) , page 870(to update CR)If I write : RTC->CR          =0x00000404U;  ( WUTE=1 b...

yona by Associate
  • 544 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G491 restarts when using I²C

Hi, I am having a problem with a unexpected restart.The first time I use the I²C bus by invoking HAL_I2C_Master_Transmit, the MCU restarts after reaching this line:line 7276 of stm32g4xx_hal_i2c.c/* update CR2 register */MODIFY_REG(hi2c->Instance->CR...

MHens.2 by Associate II
  • 802 Views
  • 2 replies
  • 2 kudos

Resolved! STM32F103 LSE load capacitance calculations (RTC)

Hello STM Comunity, I am making this post because I have reviewed many reference schematics for the use of the STM32F103C8T6, and in most of them, I see that they use 20pF load capacitors for the LSE circuit.The datasheet literally states that the va...

Cgelectronics_2-1720257828323.png Cgelectronics_1-1720257805244.png Cgelectronics_0-1720257756991.png Cgelectronics_3-1720260930583.png

Resolved! NUCLEO-G431KB, wrong values on ADC channel 4

Hello Forum,I have an issue while reading the values from ADC. ADC1 is running in "continues scan convertion mode" using DMA and 5 ranks.Here is ADC_Init function:static void MX_ADC1_Init(void) { /* USER CODE BEGIN ADC1_Init 0 */ /* USER CODE E...

Heinrich by Associate III
  • 3175 Views
  • 11 replies
  • 6 kudos

Floating point calculation in ISRs

Hi there,I am using an STM32 G4 MCU for my project, and the FPU is enabled for this project. I need to implement complex floating point calculations in different ISRs with different priorities. Are there any potential risks associated with doing this...

YWang.15 by Associate II
  • 744 Views
  • 3 replies
  • 3 kudos

24-RGB LTDC ESD Protection

Hi. When utilizing a 24-RGB interface, should each individual signal line be equipped with ESD protection? This would demand a small army of TVS diodes/arrays, which is fine, just want to make sure that this is an industry-standard approach.Thanks.

nman by Associate
  • 598 Views
  • 1 replies
  • 0 kudos

RTC wake up timer with stop mode dont work stm32L031

hello evryon im facinsg problem with rtc hak function , il using  stm32L031 in custom board . i want to use RTC wake up timer to exit from stop mode evrey 20 s , but it dosnt work and in debug mode it get ca reste fige dans la fonction   HAL_RTCEx_Se...

zohirbou1_1-1728657089782.png zohirbou1_0-1728657074194.png

H723 - OCTOSPI: device's page size and wrap settings

Hey Octospi experts,I just got an external quad-SPI SRAM (AP6404L-3SQN) running via the H723's Octospi.At least mostly...No HAL use, only direct register settings (except for writing via DMA, still using HAL_MDMA_Start_IT() to trigger the transfer).R...

LCE by Principal II
  • 1874 Views
  • 8 replies
  • 4 kudos