-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] No warning on >100% RAM usage #26451
Comments
This is not a bug, compiler/linker don't throw an error on RAM overflow. Won't be of much use because not everything is accouted for and you need to have some RAM free (500B at least) |
Fair enough, maybe I'll report it to pio then? |
It's not really pio either, it's gcc area. But pio could implement parse&error indeed. |
Fixed upstream in PlatformIO: |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
My original title for this was "Compiling with FT_MOTION causes firmware to lockup during boot", until I noticed
echo: Free Memory: -29396 PlannerBufferBytes: 1600
Negative free memory?RAM: [==========] 193.5% (used 15849 bytes from 8192 bytes)
193%?Boot messages and full Build log
Then it locks up to the point were disconnecting and reconnecting serial console doesn't reset it, it has to be powered off and on
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x 2023-11-21 12881d5
Printer model
Ender 5 Plus
Electronics
Stock Creality V2.2 board
LCD/Controller
DGUS Reloaded
Other add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
None
Host Software
OctoPrint
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
config.zip
The text was updated successfully, but these errors were encountered: