STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Ethernet PHY KSZ8863 with STM32F429

I have a STM32F429 Discovery board and I want to add ethernet for project. I am using external ethernet PHY named KSZ8863. Is it possible tocommunicate with using this PHY ? if it is possible should you share an example code for it? 

sukru by Associate
  • 1165 Views
  • 2 replies
  • 0 kudos

Why do the client to server transactions in the Nx_TCP_Echo_Server example stop after 4 to 5 messages sent by the client if the nx_tcp_socket_send(&TCPSocket, data_packet, NX_IP_PERIODIC_RATE); call to echo the data back is not made?

I started seeing the problem when I took the working example from pack 2.0.0 (STM32H723NG) and added the UART side of my project. I had also modified some of the NetX code to suit the server application for the client I intend connecting with. Part...

GGree.1 by Associate III
  • 213 Views
  • 0 replies
  • 0 kudos

I am trying to run UART on STM32 MCU using HAL library for one of my application. I would like to receive packet of data which I am not able to do. Can you please guide me in this? I have provide details below.

I have created an application where I can transmit and receive data over UART port one by one. I am also able to receive packets in sets where I know the size of the data.But in my case, I want to receive data packet of unknown length and read from r...

HDesa.1 by Senior
  • 1380 Views
  • 7 replies
  • 0 kudos