cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet communication on the STM32F746 Nucleo board

Snehal2001
Associate

To implement Ethernet communication on the STM32F746 Nucleo board where the Hercules software acts as a TCP server, and the STM32 board (acting as a TCP client) sends a string to control an LED on PB7, same as off string send server recevie the client than pb7 led is on. 

.section .text.Default_Handler,"ax",%progbits

Default_Handler:

Infinite_Loop:

b Infinite_Loop

.size Default_Handler, .-Default_Handler

code is run server on string send client is receive the on string but pb7 led is not on

1 REPLY 1
SofLit
ST Employee

Hello,

Where is the question?

Please review the tips on how to post a thread in this community: https://community.st.com/t5/community-guidelines/how-to-write-your-question-to-maximize-your-chances-to-find-a/ta-p/575228

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.