megacct
megacct
@andreagilardoni @pennam Hi, a couple of us have tried, unsuccessfully, to scrub the MBR in order to change the partition layout. Detail here https://forum.arduino.cc/t/how-to-partition-giga-flash-similar-to-original-factory-defaults/1349759. I'm sure we were doing something...
I believe mbed is doing a soft reset (to maintain memory) so it can collect info for the report. It then sends the report and goes into the _die() loop.
Interesting! I've been compiling with the RELEASE profile for ages now so just ran a #DIV/0! test on my setup using the stock libmbed.a. My mbed_die() still worked as expected...
Should this issue be closed and any discussion continued in the forum?
@dansiviter - agreed. Having migrated from a mega, all I wanted was more speed and memory. I really didn't need the complexity or API overhead of a RTOS (or a...
FYI, I've been running with the following settings for a few months without issue. I average 9mbps (11 peak) on large downloads. ` "lwip.memp-num-tcp-seg": 32,` ` "lwip.memp-num-tcpip-msg-inpkt": 16,` ` "lwip.socket-max":...
I only see an upside to merging this PR. Am I missing a downside?