STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 HAL RTC Library Output

It appears that if the output bit is set (RTC_CR_COE) it doesn't get cleared when the RTC is initialized.In the library code:HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc){... else {   /* Clear RTC_CR FMT, OSEL and POL Bits */   hrtc->Instan...

KKobe.1 by Associate
  • 379 Views
  • 2 replies
  • 0 kudos

Resolved! Where do you log bugs discovered in the `HAL_`?

I believe I have found a bug in `HAL_I2C_Master_Transmit`.The timeout parameter begins counting from the instant the transaction begins, and it doesn't appear that the watchdog is being reset with each incoming byte. Therefore, when you have a long I...

0693W000005ArrIQAS.png
Zak by Associate II
  • 330 Views
  • 2 replies
  • 0 kudos
Labels