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

STM32CubeF4: changes for HAL NAND in version 1.27?

File stm32f4xx_hal_nand.c has changed in version 1.27.0 of the STM32CubeF4 package, but nothing is mentioned in the release notes. Also, in version 1.26.2, there was a 2017 copyright in the file, while in 1.27.0, there is a 2016 copyright. Is there a...

SMain.2 by Associate II
  • 3176 Views
  • 5 replies
  • 0 kudos

Resolved! Flash Erase not Working (STM32G491RC)

I'm trying to write some data to a address in the flash memory of the above mentioned chip. However the Erase doesn't seem to work. void writeToFlash(uint32_t address, uint64_t data, uint64_t data2){ // Unlock the Flash Program controller HAL_FLASH...

Capture.PNG
BAdmi.1 by Associate II
  • 3164 Views
  • 4 replies
  • 2 kudos

End of Support For HAL software

For hardware products, ST provides longevity commitments for several products( https://www.st.com/content/st_com/en/about/quality-and-reliability/product-longevity.html#7-year-longevity) Does ST publish any maintenance plans, commitments or End of Su...

Jshelson by Associate II
  • 1716 Views
  • 2 replies
  • 1 kudos

STM32L0 Wakeup Source Detection

HI,MCU :STM32L010R8TxPower Mode : Shutdown ModeWake Up Sources : RTC WakeUp, External WakeUp Pin 1 , External WakeUp Pin 2. Reading Boot reason by checking one by one using __HAL_RCC_GET_FLAG(Flag).And Able to detect Standby Wakeup. But How to know t...

nikhivv07 by Associate II
  • 2036 Views
  • 2 replies
  • 1 kudos

Regd HAL_UARTEx_ReceiveToIdle_DMA for STM32H563ZI

hi,I want to receive using DMA on STM32H563ZIThe packet size in not fixed. So i plan to receive first two bytes using HAL_UART_Receive_IT.Once i get the Length Information I can start reception using HAL_UART_Receive_DMA.If i need to receive 10, byte...