STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in HAL library (HAL_RTCEx_SetWakeUpTimer_IT)

Posted on August 01, 2015 at 18:18*Bug: HAL_RTC weakup does not interrupt*Reason:  The library  stm32f4xx_hal_rtc_ex.h  missing to clear the interrupt flag before enabling the interrupt *Solution: Manually add this line (clear the interrupt flag): /...

BUG: stm32f4xx_hal_rtc_ex.c (RTC)

Posted on August 04, 2015 at 15:50Can someone from ST answer this?  Bug in HAL library (HAL_RTCEx_SetWakeUpTimer_IT)  *Bug: HAL_RTC weakup does not interrupt*Reason:  The library  stm32f4xx_hal_rtc_ex.h   does not clear the interrupt flag before ena...

ST-Link Utility HEX bug ?

Posted on June 19, 2015 at 19:15Hi All Using ST-Link 3.6.0 to download a HEX file to an STM32F407 board I found that the loaded code sometimes didn't run. But, if I loaded the BIN version instead it was OK. After some investigation I found that the ...

hpipon957 by Associate III
  • 141 Views
  • 7 replies
  • 0 kudos

USART FIX Request to HAL and STM CUBE

Posted on July 22, 2015 at 19:32Hi, the fractional part of USART Baud rate generator for UART ports is not properly left shifted when the user selects to activate the X8 decode modality. This is critical when we have to pickup high frequency with go...

STM32F746xx possible silicon bug

Posted on July 14, 2015 at 21:51I'm doing my IDENTIFICATION library for F4 and F7 lines.Both datasheets say that location, where FLASH SIZE in kBytes is stored is on 0x1FFF7A22.Ok, reading on STM32F439-Eval gives me 2048 which is OK, because this is...

tm3341 by Associate II
  • 100 Views
  • 3 replies
  • 0 kudos

STM32Cube defect tracker, does one exist?

Posted on April 13, 2015 at 12:14Is there a publically available defect tracker for STM32Cube? Given the complexity of the offering, and the numerous bugs listed in these forums for various different versions/processor targets, wouldn't it be very h...

andrew by Associate II
  • 61 Views
  • 1 replies
  • 0 kudos

Bug IN HAL STM32L0xx ?

Posted on March 25, 2015 at 13:18 Hi, I think there is a bug in the HAL layer of ST. (version 1.1.0) My code is very simple: I initialize two GPIO (PB4 and PB5) in Interrupt. GPIO_InitTypeDef GPIO_InitStruct; // Configure the...

foujanet by Associate II
  • 110 Views
  • 2 replies
  • 0 kudos