STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 87 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
  • 746 Views
  • 9 replies
  • 8 kudos