STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PTP clock source is SYSCLK or HCLK?

The reference manual for STM32F407 shows (RM0090) that the PTP clock is running from the SYSCLK directly, however, the PTP chapter says that it is controlled by the HCLK. I'm confused now, and experiments show that it is running from HCLK actually. S...

GHoll.2 by Associate
  • 582 Views
  • 3 replies
  • 3 kudos

BUG in stm32f4xx_hal_rcc_ex.h

In functionuint32_t HAL_RCCEx_GetPeriphCLKFreq(uint32_t PeriphClk)string     /* Get the current I2S source */     srcclk = __HAL_RCC_GET_I2S_SOURCE();must be     /* Get the current I2S source */     srcclk = __HAL_RCC_GET_I2S_SOURCE() ? RCC_I2SCLKSOU...

NZhar by Associate
  • 170 Views
  • 1 replies
  • 0 kudos

Resolved! Is it possible to use ThreadX with LSE

Hello, I'm using the demoboard B-U585-I-IOT02A with ThreadX. My internal clock is 160 MHz and I currently use it for ThreadX. I'm doing some tasks periodically every one threadX second but it seems that my HSI has a small inaccuracy of 0.3%. But sinc...

Chamo by Associate II
  • 343 Views
  • 4 replies
  • 0 kudos

Resolved! stm32 RCC Register ?

While looking at the rcc registers, you can see the ICSCR register on the debug screen, but when I write on the program, I encounter an error, I wonder what is the reason.

0693W00000HnbiQQAR.png 0693W00000HnbiLQAR.png