So, check if the code fits by looking at it. Does it assign any large buffers? How big are they?
Program storage is unlikely to be the issue, so you don't need to know how may bytes the program itself takes, just its SRAM storage while it's running.
So, check if the code fits by looking at it. Does it assign any large buffers? How big are they?
Program storage is unlikely to be the issue, so you don't need to know how may bytes the program itself takes, just its SRAM storage while it's running.