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

Target not found error in STM32H743ZI2

i am using nucleo-144, H743ZI2 board. while i am uploading code in the stm32cubeide i am getting error as "target not found". i have searched in the community and then tried connect the boot0 to high, and power the board, connect to cube programmer a...

suhfi by Senior
  • 4701 Views
  • 27 replies
  • 3 kudos

"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
  • 692 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
  • 928 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
  • 1215 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...