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

WWDG: Getting started

Hello there,I am new to STM32 MCUs and been experimenting with different examples. I have below questions regarding WWDG.1. If you look commented section at line# 101 below. I understand the role of counter and window value but wondering where values...

Sam4 by Associate II
  • 695 Views
  • 3 replies
  • 0 kudos

TCP communication with NetX Duo on STM32H563

I've been trying to set up TCP communication with NetX Duo on an STM32H563 now for several days with little success. I can receive one packet, but every packet sent after fails. I've gotten UDP, ICMP, DHCP, etc. to work fine, but TCP for some reason ...

brazien by Associate
  • 362 Views
  • 1 replies
  • 0 kudos

Resolved! C-Library const-correctness for STM32F1xx

I think const-correctness is an important-enough concept to call this a bug report.In the HAL Driver for STM32F1xx, much of the codebase is not const-correct.  For G4xx, I see that I2C is not.What is const-correctness in C?If a function that accepts ...

Brian H by Senior
  • 2699 Views
  • 9 replies
  • 9 kudos