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! Blink example for STM32L552 Nucleo board

Hi! I am trying to run a simple blink example using the STM32L552 Nucleo board, but I can't seem to figure it out. Any help in figuring out what my problem is would be very helpful. I've tried looking at the data sheet to figure out what the SRAM-bou...

krook by Associate II
  • 2013 Views
  • 7 replies
  • 1 kudos

UART_WaitOnFlagUntilTimeout

i was debugging code HAL_uart_Receive (); sprintf(command, "AT+CMGL=\"ALL\"\r\n");//read all sms HAL_UART_Transmit(&huart1, (uint8_t *)command, strlen(command), 10); // HAL_Delay(100); HAL_UART_Receive(&huart1, RXbuffer, ...

Resolved! TLSv1.3 in STM32H563 using NetXSecure

Hi I'm trying to setup TLSv1.3 using STM32H63 Nucleo board. I followed the steps in https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/netx-duo-secure-tls/chapter3.md to enable TLSv1.3 in STM32CubeMX. But all I get from the Ope...

How to ENTDAA ( "Multiple implementation")

When executing RSTDAA and ENTDAA once, it succeeds, but when executed more than twice, it does not work properly. Since RSTDAA is being performed, I think there should be no problem, but is it not possible to execute it more than twice? //1st rstdaa+...

dai82s by Associate II
  • 832 Views
  • 2 replies
  • 0 kudos

Resolved! AcousticBF (Beamforming) generates only noise.

I am trying to run AcousticBF (Beamforming library v3.1.0 from XCUBE_SMARTMIC_V2.4.0 pack) on STM32H747 development board, but on the output I get only a tone signal, and no audio hearable from Mics. - The inputs are two PDM mics, and the PDM signal ...

KBéla.1 by Associate III
  • 1256 Views
  • 2 replies
  • 0 kudos

STM32H523RCT7 ADC DMA MULTICHANNEL PROBLEM

Hi ST Team,                      Currently i am using STM32H523RCT7 MCU for one of my project. In this MCU, i am facing a problem regarding ADC MULTICHANNEL DMA. When i am using the 10 adc channel with dma which is trigger by timer3(trigger timing 10...