Hi Roberto, > If we go to increase that size, I would go to use dynamic memory. Having > an array of 1MB statically allocated is a crazy idea
Yes it is! > (and it is not C99 compliant, where the maximun allocated size is 128K). That's actually 64k (βat least [β¦] β 65535 bytes in an object (in a hosted environment only)β) ;)
