How should I set my ''heap'' and ''stack'' size
Posted on November 03, 2017 at 18:04After compiling the codes, my code size is:Program Size: Code=20140 RO-data=316 RW-data=540 ZI-data=2412 Based on this information, how should I set my 'heap' and 'stack' size? My first question is the 'heap' and ...