I recently aquired a MSP430F5529 target board and got the FET also. I have most all of the demo programs working great. The one question I have is about using the USB HID Example 5 program in CCE. I get the MCU to send the RAM perfectly over the USB with the HID, but I would like to be able to send the flash memory also. Is there a tiny modification I could make to the code so it sends the Flash memory instead of the RAM?
Also, would I be able to utilize the flash memory for ADC value storage if my board was run solely off of 3.3V? I would like to use the large amount of flash memory the chip has for data logging and then be able to send it all to a PC upon connecting the USB. I've only been dealing with MCU's for a few months so any help is appreciated.
Thanks in adance.