STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

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
  • 703 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...