I have working device with PIC32MX664F128. Now I need to add some floating point info to LCD, so I used SPRINTF(buf, "%6.2f", source) for this and i see that it increased memory use by over 12%.Apparently this is stdio library related in XC32.Is this norm..
↧