STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Test device network speed

Hi guys,I want to know whether the device meets the 100Mbps full duplex need how to test?My own test is as follows:The device ip is 192.168.1.10, pc ip is 192.168.1.135.(The ip of pc is different in wireshark(135) and test software(25), because it is...

PeterMu by Associate II
  • 64 Views
  • 5 replies
  • 4 kudos

What is limiting the UDP Rx?

Hey folks. My question up there is probably a bit vague.I'll try to formulate it more precisely and what I've done so far.So first of all, I don't use RTOS.I have a few data mapping and sending functions in my main loop. Actually, I should also put M...

Yoschii97 by Associate III
  • 626 Views
  • 7 replies
  • 0 kudos

Azure NetXDuo WebServer

Hi people,I'm using a STM32H7 with a NetXduo web server example. I implementend a http get endpoint to get some data and a http put endpoint to reset the mcu. Sometimes, after the reset, the network stops to work. The http get, put and even the ping ...

stm32g431 works only after a restart

Hello STM community,I'm encountering a rather peculiar issue in my project. I'm attempting to send and receive data from a Simulink model using the Simulink Desktop Real-Time packet input-output blocks. I'm employing UDP communication with the W5500 ...

SELMA by Associate
  • 141 Views
  • 1 replies
  • 0 kudos

STM32H7 and DP83848

I've developed a custom board featuring an STM32H723GTX MCU, which is interfaced with a DP83848 PHY via an MII connection.   Additionally, I'm working with a Nucleo-F767ZI board. When configuring LWIP in the "Platform Settings", I encounter two PH...

memory allocation bug in LWIP mem.c?

As far as I can tell, there is a bug in mem_init() in mem.c this can cause a memory overrun and hard fault (if you're lucky) In lwipopts.h I set LWIP_RAM_HEAP_POINTER = 0x30004000 MEM_SIZE 0x4000 I would expect the pool to be from 0x30004000 to 0x300...

MS.9 by Associate III
  • 141 Views
  • 1 replies
  • 1 kudos