STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 64MHz HSI is off by 4%!

According to the STM32H745xI/G datasheet, the 64MHz HSI is accurate to +/- 0.3 MHz around room temperature, so +/- 0.5%.During testing, I noticed about 10-20% of my UART characters were getting dropped. I then looked at the signal on a scope and noti...

0690X00000ArWkRQAV.png
TDK by Guru
  • 1304 Views
  • 18 replies
  • 0 kudos

Resolved! [BUG] about PLL checking code in STM32F4xx

I use STM32CubeF4 1.25.2. I found bug about PLL checking code. Please confirm the following. --- a/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c +++ b/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c @@ -542,9 +542,9 @@ __weak HAL_StatusTy...

HAL_RCC_OscConfig ends in HardFault_Handler

HiI'm using a Nucleo-144 with a STM32F767ZI.I have included in my project FreeRTOS and FreeRTOS-IP although that may not be related with the problem, since the crash happens before reaching the initialisation of FreeRTOS.My problem seems to be that H...

EGonc.2 by Associate II
  • 184 Views
  • 1 replies
  • 0 kudos