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

How to Test for Brownout?

I have a USB HID product based on the STM32F205. We've built thousands of them. However, recent builds have shown about a 5% failure rate where the device fails to enumerate (some of this 5% might fail 50% of the time when power cycling, some 90%+). ...

jvavra by Associate III
  • 6314 Views
  • 5 replies
  • 0 kudos

Resolved! Hardware IPv4 checksum on an STM32F407 is not working, though all the proper settings are set. (Works on rare occasions, oddly)

I'm debugging a legacy application on an STM32F407 that uses the std peripheral libraries and LwIP 1.4.1, and except on rare occasions, hardware IPv4 checksums don't work; they all get sent out as zeroes. When I disable hardware checksums in lwipopts...

SHers by Associate III
  • 5848 Views
  • 5 replies
  • 2 kudos

Basic with stm32h7 and wm8994 audio

I bought stm32h745i-disco. Im starting with development of stm32. �?´m familiar with pic32 development but I need use dsp functions of stm32h7. I can wotk with adc, timers .. and I learn how to use CubeMX for development. But now I have problem to us...

ADobr.1 by Associate
  • 2383 Views
  • 3 replies
  • 1 kudos

Multiple USART using DMA and USB

Hello! I'm using a STM32F407VET6 to receive data from USART1 and USART2 with DMA and send it by USB, but I can only receive and send data from USART1.This is my callback functionvoid HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t Size...

SGonz.2 by Associate II
  • 594 Views
  • 1 replies
  • 0 kudos