8 years, 8 months ago.

generates an operating stop (NUCLEO F411RE and ENC28J60)

The material used is a map NUCLEO F411RE & ENC28J60.

the source code must be an error that generates an operating stop (less than one hour of operation) installation (buffer overflow, pointer problem ...) I did not find the cause, if someone had an idea ... thank you in advance

but also : https://developer.mbed.org/users/Fo170/code/Nucleo_Web_ENC28J60/

1 Answer

8 years, 8 months ago.

Inspect the code, check all pointer handling operations, You could print debug output to find where the program stops.

printf("$HCHDM,%d,M\r\n", (int)heading);

Printf prints to usb port and in Debian you can use CuteCom to monitor serial ports.