Topic: how to reduce ECC memory(RAM) requirement
Hi,
I ported ECC part of wolfSSL embedded SSL to cortexM0 and got it working.
But the memory requirement is huge (9k including heap and stack).
1. Is it expected?
2. How to reduce RAM requirement?
I tried setting SMALL_STACK, but it does not works on my port. And actually as per document it will decrease stack but increase heap, so net gain will not be that much.
PS.
I posted a related question at
http://www.yassl.com/forums/topic407-ec … iable.html