STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ethernet to work on nucleo-h753

i have the nucleo-h753 evolution board , and i want to activate the ethernet port to perform udp client .i want the implementation without FREERTOS  i followed the steps described in the link below :https://community.st.com/s/article/How-to-create-pr...

abeba.1 by Associate II
  • 375 Views
  • 3 replies
  • 0 kudos

LWIP and FreeRTOS using Nucleo-144 F429zi

Hi, I am using STM32f429zi nucleo-144 board to configure Ethernet using LWIP and FreeRTOS. But my program doesn't execute after "MX_LWIP_Init();" in the StartDefaultTask. What could be the issue? It halts on the below function inside queue.c.Function...

SSala.3 by Associate III
  • 466 Views
  • 4 replies
  • 0 kudos

tcp-client implementation

Need help.I have a problem with the implementation of the tcp-client. I use STM32H7, FreeRTOS, LWIP (netconn). As a tcp- server - the Hercules terminal.Situation 1. The tcp-server (Hercules) is waiting for a connection. The tcp-client starts. The con...

dis_stv by Associate
  • 447 Views
  • 0 replies
  • 0 kudos

SVC is not pending

I have a question about SVC.I am currently implementing an OS service call using an SVC.When other interrupts and SVC interrupts occur at the same time and the other interrupts are executed first, it seems that the SVC interrupts are not pending.In o...

Myasu.1 by Senior
  • 367 Views
  • 2 replies
  • 0 kudos