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

STM32U575VGT CRC checksum through DMA

I am working on converting projects from STM32F745VET to STM32U575VGT. Part of the startup routine of the projects is checking for flash errors using the CRC peripheral. The STM32F7 projects initialize a DMA channel in the following way: void MX_DMA_...

Roth.Ian by Associate II
  • 134 Views
  • 6 replies
  • 0 kudos

Arbitrary waveform by timer using DMA

Hello,I want to generate an arbitrary waveform by a timer using DMA. The waveform is using different pulse widths and also varying periods in multiples of 25µs.By reading AN4776 and HAL documentation I figured out it should be possible with HAL_TIM_D...

RAltm by Senior
  • 300 Views
  • 14 replies
  • 2 kudos

LwIP not completing the DORA-DHCP schedule

Added "DHCP" in the title to give the context. Using an STM32H7S78-DK I try to set up the network to join an IPv4 network through DHCP. I did set up the board using CubeMX, standard configuration, MPU activated. FreeRTOS + LwIP Removed all other inte...

GStou by Associate II
  • 269 Views
  • 12 replies
  • 6 kudos

Optimizer problem with USBPD

Hi, I have an USBPD sink application created with CubeMX that can be found here:https://github.com/ThiRom/H563NucleoUSBPDSink   The project can be build using cmake. If the project is build using Debug configuration, it works. But using Release it sh...

USBPD.png
RomThi by Associate III
  • 342 Views
  • 8 replies
  • 1 kudos