User Activity

I have STM32 microcontroller F4 I want to configure the GPS sensor for getting data, I used CANBUS cable and the protocol is nmea 2000, and communicate with HAL_CAN interrupt. my question is, how can I phrase the data from the sensor (on nmea 2000). ...
Hello,How can I configure a multiple clients (pc and sensor) to a TCP server (the sttm board)?I define the stmf4 board to server with the library lwip and client for pc.I opened a socket configured IP and port of PC only and the connection worked (be...