- Mon Oct 22, 2018 1:08 pm
#78805
Thank you for respond
1. We cant monitor the messages of bootloader at 74880 because the hang happens occasionally not in all our units and the units are installed at our client premises
2. The hang happens occasionally once in many days and not on all units
3. However, we added a code to the Serial library that writes every output byte from Serial to log file on SPIFF. The log file is size limited and we restart it after it reaches some maximum size.
Unfortunately, this library does not handle the display of the serial output from first stage
bootloader or from eboot so we have a dump only from our application sketch.
4. By looking at the log after the unit was hung we have verified that the stuck does not happen in our application and we have assumed that it happens in the bootloader. (no other choices)
5. If it helps the logic of our application is: Wake up every hour, read some data from I2C, send the data to the server, go to sleep for 3600 sec
Thanks