Hi @Maddimax ,
this seems to be a common question to which there is no easy answer, since a lot depends on your code.
Maybe you’d have to plough through some of these threads
It doesn’t seem like the Web IDE prevents apps that are too large from being flashed: I had a buffer that was apparently too big (512 bytes), because after flashing began the Spark Core fell off the network and its RGB led wasn’t flashing at all...
Reading time: 2 mins 🕑
Likes: 2 ❤
I am locally compiling a project and suspect I am going over the maximum code size when I include all the necessary libraries. First, to review: The maximum user code size which must include the core-firmware is 108KB or 1B000 hex. The maximum RAM...
Reading time: 1 mins 🕑
Likes: 8 ❤
Trying to track down a bug when i wanted to see how much ram i had left. I created a variable uint8_t my_data[256]; I then started kicking it up to see when the compiler would fail as it would run out of ram. I changed it from 256, 512,1024,2048…...
Reading time: 13 mins 🕑
Likes: 6 ❤