You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the code is too big it should return an error and not upload. In my case platformio compiled the program and uploaded, it worked for 2 seconds and then the program crashed and the teensy was unresponsive. Only way to recover it was to press the reset button and re upload working code. If I just build but not upload the ”free for local variables” was showing a negative value.
The text was updated successfully, but these errors were encountered:
I had an issue where inlining a class method made the code too big to fit on the teensy 4. There are checks performed here for code size: https://github.com/PaulStoffregen/teensy_size/blob/main/teensy_size.c#L99
If the code is too big it should return an error and not upload. In my case platformio compiled the program and uploaded, it worked for 2 seconds and then the program crashed and the teensy was unresponsive. Only way to recover it was to press the reset button and re upload working code. If I just build but not upload the ”free for local variables” was showing a negative value.
The text was updated successfully, but these errors were encountered: