STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Test for EDATA FLASH ECC code on STM32H563

Hello All,We are looking into testing our code that access the EDATA and handle FLASH ECCC (single bit error) and ECCD (double bit error).How can we simulate those errors?Is it possible to insert single bit or double bit errors using a JTAG? It would...

L_P by Associate II
  • 574 Views
  • 7 replies
  • 5 kudos

Resolved! Watermark in Azure ThreadX?

Greetings and thanks for reading.  FreeRTOS has a built in utility function uxTaskGetStackHighWaterMark() that reports on the amount of space unused by the stack.   You can use this function to gauge just how much of the stack is used and how close y...

flash erase fail

hello:      I use STM32H7A3VGT6 in our board, two flash regions are available in the MCU and their start address are 0x08000000 and 0x08080000, all in bank1, when I use STM32CubeProgrammer to erase more than 3 sectors from 0x08080000, it works well, ...

lbapplem by Associate II
  • 318 Views
  • 4 replies
  • 0 kudos

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
  • 706 Views
  • 7 replies
  • 1 kudos

UART / SBUS Data Aqcuisition

Hey folks. So for a beginner DIY fixed-wing flight controller, I am trying to incorporate servo values from an external receiver via SBUS [by FrSky (0-> Low, 1-> High; contrary to the standard SBUS by Futaba)] into my software.I found a good amount o...

JGiem1_0-1704717971165.png JGiem1_1-1704718124386.png JGiem1_2-1704718174444.png
JGiem.1 by Associate III
  • 10113 Views
  • 34 replies
  • 13 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...

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
  • 549 Views
  • 2 replies
  • 0 kudos