Hello,
Are there any plans to support the Nucleo-H743ZI2s network abilities?
I have been struggling to get any RTOS working with Ethernet on this board.
Kevin
Hello,
Are there any plans to support the Nucleo-H743ZI2s network abilities?
I have been struggling to get any RTOS working with Ethernet on this board.
Kevin
The ethernet should work. I just used it here : GitHub - BlackstoneEngineering/aiot-workshop: End to End Machine Learning framework for IoT Applications built with Arm Pelion Device Management, Data management, and Mbed OS.
Make sure you’ve updated the interface firmware on it.
-Austin
Must be an issue with the tcpsocket_example. It keeps reporting that it is not a supported board.
Unless I am not properly updating the libraries with mbed-cli.
I had the same problem. If you copy/past the content of main.cpp from the sockets example over to the blinky example it actually compiles and works. This didn’t work in Mbed Studio for whatever reason though.