Skip to main content
Visitor II
October 11, 2024
Question

Ethernet communication on the STM32F746 Nucleo board

  • October 11, 2024
  • 1 reply
  • 621 views

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

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    October 11, 2024

    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