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
I have tried to bake my Atmega 328P with USBasp (8A) by a sketch, but got an error that I run out of memory.
I have tried the same code but in Atmega IDE - it worked there.
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
Error: The program size (14854 bytes) is greater than maximum allowed (8192 bytes)
RAM: [======*** [checkprogsize] Explicit exit, status 1
====] 110.9% (used 1136 bytes from 1024 bytes)
Flash: [==========] 181.3% (used 14854 bytes from 8192 bytes)
I have tried to bake my Atmega 328P with USBasp (8A) by a sketch, but got an error that I run out of memory.
I have tried the same code but in Atmega IDE - it worked there.
The platform.ini file was set in accordance with this Official Instruction
The text was updated successfully, but these errors were encountered: