Part Number: MSP430F5510
Tool/software: Code Composer Studio
In SLAA514, chapter 5.2 report the memory footprint of USB keyboard, that is
Code : 7626 bytes
Constants 1096 bytes
Data 679 bytes
Building the project with CCSv7 I have an output file USB_kbd.out of 182 kB, with the following level of optimisation
4 -Whole programs optimization
1 - speed vs size trade off
Does USB_kbd.out (182kB) fit in the internal memory of MSP430F5510 ?
What kind of output format I should select for this purpose to have the memory footprint above ?
Adamo