2025-08-14 12:47 AM
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.
2025-08-19 2:26 AM
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