Hi, Working with PIC24EP512GU810, I have the following issue. Lately, when adding 'big' buffers to the codebase, I've experienced that some lib functions (snprintf or some BigInt functions for RSA) crash. More precisely:bufferA = {0};
snprintf(someBu..
snprintf(someBu..