|
From: | Felix Ruess |
Subject: | Re: [Paparazzi-devel] GPS NMEA Parse |
Date: | Tue, 2 Apr 2013 21:00:15 +0200 |
Le 02/04/2013 10:31, Leonardo de Almeida e Bueno a écrit :I suppose that it's 6kB in flash ?
Alexandre,
I adapted you code to work in my system, but the whole package (including gpsAcquisition and nmeaFrame) is 6kB (when optimized). Do you have any tip on how can I reduce this size?
Best Regards
since we use mcu constrained in ram, but with large (1mB) flash, i have choose to put the binding table in flash and not in ram,
so i'am not surprised of the "big" flash memory print.
You could save some room, removing fieldName field from struct NmeaFieldDesc if you don't use it.
If you never use double value, you can remove f_d field drom the anonymous union in struct NmeaParam, since the size of the union is the size of
the biggest member.
Alexandre
_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |