User Activity

Posted on May 21, 2018 at 08:58HiI'm using STM32F429ZI nucleo board and I'm trying this example to create a TCP Server:#include 'mbed.h'#include 'EthernetInterface.h' #include 'NetworkAPI/buffer.hpp'#include 'NetworkAPI/tcp/socket.hpp'using namespac...
Posted on May 08, 2018 at 16:33HiDoes Any one use the Ethernet interface on the STM32F429ZI nucleo board? Any example?I want to use mbed online compiler.Thank youNada
Posted on April 24, 2018 at 14:03HiI've already downloaded the en.stm32cubef4 package, but the CAN examples are on another board. If I want to use the examples on my STM32F429ZI- Nucleo and MCP2561 transceiver, what should I change in the example?I ...