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 Associate II
  • 157 Views
  • 4 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...

Resolved! 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
  • 106 Views
  • 1 replies
  • 3 kudos