Hello, I have been debugging an issue related to the heap on a harmony project I have been working on. I traced this issue back to a function fp_mulmod which eats 544 bytes out of the stack for a local variable and also calls an fp_mod function which eats..
↧