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

"Optimized Resolution" options in CUBE ADC

I noticed some options in the CUBE IDE for my H745's ADCs labelled "ADC 12-bit optimized resolution" and likewise for 14 bits. I have searched the references and the internet and find no explanation of how "optimized resolution" differs from the regu...

VO by Associate III
  • 1140 Views
  • 2 replies
  • 0 kudos

RTC Alarms

Hi,I am having Nucleo 476RG board.I configure Alarm A. HAL_RTC_AlarmAEventCallback functions is called upon occurrence of Alarm.Now when I configure AlarmA and then enter standby mode, the board wakes up from the standby mode upon the occurrence of a...

HMaje.1 by Associate III
  • 1198 Views
  • 3 replies
  • 0 kudos

How to use stm32-lis3dh driver

Hello. I have LIS3DH accelerometer and I would like to use it with my ST32F4 board.I have found the BSP drivers :STM32Cube\Repository\STM32Cube_FW_F4_V1.28.0\Drivers\BSP\Components\lis3dshand also available here:https://github.com/STMicroelectronics/...

LPetr.1 by Senior II
  • 1685 Views
  • 1 replies
  • 0 kudos

Resolved! Bootloader activation STM32G0C1

I cannot enter the bootloader with the BOOT0 pin in the STM32G0C1 while I can with the NUCLEO-G0B1RE.I already checked the option bytes, and tried with nBOOT_SEL = 0 and nBOOT_SEL = 1.In the Nucleo board, it seems this nBOOT_SEL has no effect at all,...

Resolved! Synchronizing the clocks of two STM32s

Hello, I have two stm32f411e-disco cards. I want to synchronize the clocks of these cards. In other words, I want the clock of one of them to run synchronously with the clock in the other stm. How can I follow a way. As an example, I can say the foll...

Write memory bootloader command issue

Hi everyone, long story short is that i'm trying to use the system bootloader capabilities to handle updates over UART which open the possibility of OTA and everything goes smoothly until i need to write the new data, i've been pulling my hair off fo...

Zer0-bit by Associate II
  • 703 Views
  • 0 replies
  • 0 kudos

Detect internal wake from RTC

Hello,I am using RTC internal wake [10 sec] using the following code:void go_to_sleep(void) { HAL_SuspendTick(); HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 10, RTC_WAKEUPCLOCK_CK_SPRE_16BITS); HAL_PWREx_EnterSTOP2Mode(PWR_STOPENTRY_WFI); HAL_RTCEx_Deact...

x4ce by Associate III
  • 419 Views
  • 0 replies
  • 0 kudos