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

ADC skipping samples

Dear all,For a project I'm generating a sin wave with DAC and sampling concurrently with two ADC's. Both DAC and DMA are updated by the DMA. The DAC is triggered by a timer and the two ADC's by another timer.Details of my setup:- STM32G491- DAC3 rout...

DvDriel_0-1761169059519.png
DvDriel by Visitor
  • 29 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H753 SPI1 Tx bitshifts SPI2 Rx

Hello,I have been working on a project recently that has me using the SPI1 and 2 peripherals to perform conversion between a non-standard serial format and TCP/IP. I have SPI 1 set up as a transmit-only master which takes data received via TCP/IP and...

mbedTLS: memset vs hash_zeroize

Hello!This function was defined and used instead of memset to reset mbedtls's sha256 context. Is there a good reason behind this choice?https://github.com/STMicroelectronics/STM32CubeH7/blob/master/Middlewares/Third_Party/mbedTLS/library/templates/ha...

Moemen by Associate
  • 36 Views
  • 1 replies
  • 2 kudos

Resolved! STM32N6 H264 video encoder and streaming over RTSP

Hello, I would like to know the H264 VENC performance for the STM32N6 using the ST example: STM32Cube_FW_N6_V1.1.1/Projects/STM32N6570-DK/Applications/VENC/VENC_RTSP_ServerI have a hardware setup with a nucleo-n657x0-q + a ST B-CAMS-IMX camera module...

FB__1 by Associate III
  • 670 Views
  • 2 replies
  • 0 kudos

Misunderstanding the STM32F7 boot process

Hi,I attempt to free the 1st sectors of the MCU flash by relocating the firmware and its interrupt vector table to further sector (e.g sector 5 at 0x08040000 address). For that purpose, I updatedthe linker (IAR) configurationthe vector table location...

TPier by Associate III
  • 41 Views
  • 1 replies
  • 1 kudos