STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AWS FreeRTOS

Hi,I have spent the last two days trying to build a demo application that connects a B-L475E-IOT01A1 to AWS.However, I keep finding that the demos will not build due to it needing an old tool chain.The documentation for the board on how to run AWS Fr...

Jorgie by Associate III
  • 851 Views
  • 2 replies
  • 2 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
  • 1156 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
  • 629 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...