nobody wrote on Sunday, March 13, 2005:
Tool chain: mspgcc(in windows)
I just do make at the directory of FreeRTOS\Demo\msp430
How can i reduce the size? Thanks!
nobody wrote on Sunday, March 13, 2005:
Tool chain: mspgcc(in windows)
I just do make at the directory of FreeRTOS\Demo\msp430
How can i reduce the size? Thanks!
rtel wrote on Sunday, March 13, 2005:
Hi,
This is not the size of the exe that will be written to flash.
Try typing:
"msp430-size a.out"
and this should show the text (exe code) size to be approximately 6.5KBytes.
Regards.
nobody wrote on Wednesday, March 16, 2005:
Thanks!