Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 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
9 years, 3 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.