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

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
  • 1149 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
  • 1390 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...

Resolved! Netx secure client authentication

I am using Netx secure for TLS implementation.here my requirement is to establish a TLS connection with mutual authentication (client and server).I am able to establish the proper handshake with Mutual authentication but the problem is when I try to ...

sabari1 by Associate III
  • 1252 Views
  • 1 replies
  • 0 kudos

Resolved! STM32WB55 Thread Undefined Reference To Errors

Hi,I'm trying to debug new thread ftd project. You can find my settings below:   - HSEM - IPCC - RCC -> HSE/LSE - SYS -> Serial wire - RTC - LPUART1 & LPUART1 DMA - USART1 & USART1 DMA - RF - STM32_WPAN as a THREAD   When I debug it, It gives me a li...

Resolved! STM32G031K8 ADC Vref INT

Hi, I am trying to measure the Vref+ voltage using the ADC on the STM32G031K8. I looked at the latest datasheet saying that the VREF CAL value is the memory adress given below.   So, when I run this code through the debugger,1.) It gives me a hard fa...

vref_int_datasheet.png code.png Screenshot 2023-12-31 072004.png