cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet communication

master17
Associate

Hello,

I wanted to create a firmware to communicate first between my laptop and one stm32n6 using the ethernet communication protocol.

Then enable communication between two stm32n6 (as client and server)

How do i configure the GPIOs and such on the .ioc file to make that happen
And what is the most basic code that can work in that sense.

 

Thank you for your response.

1 REPLY 1
MOBEJ
ST Employee

Hello @master17 

Please check the Nx_MQTT_Client application for the STM32N6570-DK. It provides a practical example that can help you understand how the MQTT client works and how it is configured on this platform. Reviewing this application should give you valuable insights for your implementation.

Br

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.