arduino / ArduinoCore-mbed

330 stars 195 forks source link

Unable to get Crash information from Giga #958

Open dansiviter opened 5 hours ago

dansiviter commented 5 hours ago

I'm trying to debug an issue with the Giga crashing after a number of hours running. Unfortunately, it seems a number of issues are hampering this:

Has anyone got this working? Any help would be apricated.

pennam commented 4 hours ago

@dansiviter If I'm not wrong printf should output to Serial1 TX0 RX0.

If you need to override the macros you can add them to https://github.com/arduino/ArduinoCore-mbed/blob/main/variants/GIGA/conf/mbed_app.json#L10

they should be named:

pennam commented 4 hours ago

Then you need to rebuild your libmbed.a file ancd you can follow this readme https://github.com/arduino/ArduinoCore-mbed?tab=readme-ov-file#installation