STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STR32F411RE Board for VL53L4CD (GUI)

HelloI have a few questionsSituation Summary:Development board: STM32F411RESensor: VL53L4CD TOF sensorPrevious successful case: On the STM32F401RE board, setting the BOOT0 pin to 1 → uploading the BIN file via STM32CubeProgrammer → sensor operation v...

Low Power on Zephyr RTOS

Hello,I'm working with a RAK3172 based on STM32WLE5CC chip.I'm using Zephyr RTOS and trying to use the power management features.I've an uart communication, when CONFIG_PM=n, everything works well. When setting CONFIG_PM=y, I don't receive any data.I...

SVD errors on STM32H725, missing IRQ numbers

SVD version 1.2, vs RM0468 Rev 3The SVD file is missing the following IRQ numbers OTG_HS_EP1_OUT_IRQn     = 74, OTG_HS_EP1_IN_IRQn     = 75, OTG_HS_WKUP_IRQn      = 76, OTG_HS_IRQn         = 77, RNG_IRQn          = 80, BDMA_Channel0_IRQn     = 129, B...

JOlso.1 by Associate II
  • 1095 Views
  • 4 replies
  • 1 kudos

Resolved! SVD errors on STM32H725 DBGMCU

SVD version 1.2, vs RM0468 Rev 3SVD file is missing registersDBGMCU_APB1HFZ1DBGMCU_PIDR4DBGMCU_PIDR0DBGMCU_PIDR1DBGMCU_PIDR2DBGMCU_PIDR3DBGMCU_CIDR0DBGMCU_CIDR1DBGMCU_CIDR2DBGMCU_CIDR3SVD list reserved memory sections as registersDBGMCU_APB3FZ2DBGMCU...

JOlso.1 by Associate II
  • 620 Views
  • 2 replies
  • 0 kudos

STM32F446 - STM32U5A5 I2C Problem?

Hello,I’m using a CAT24C32-D EEPROM. It works on our STM32F446-based PCB, but I can’t get it to work on our STM32U5A5-based PCB. I’m encountering both write and read errors. I’m using the same driver/library on both MCUs, and the hardware is identica...