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

Resolved! Uart DMA IDLE vs FreeRtos tasks

Hi! If I have a running FreeRtos task that for example is sending data with SPI, will ILDE event (callback) from uart dma affect the SPI? If so how to prevent this and at the same time dont lose data from uart?

oeliks by Senior
  • 935 Views
  • 2 replies
  • 1 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
  • 1656 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
  • 848 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
  • 1096 Views
  • 2 replies
  • 1 kudos