This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F5529 USB HID Data Transfer Question

Other Parts Discussed in Thread: MSP430F5529

 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.

  • Hi Ryan,

    I'm still waiting for the target board so I could not get hands on the new USB MSP430 devices so far, but I will give my best o answer your questions.

    Yes, you can use the on-chip flash for you data logging application (you can program the flash at 1.8V <= Vcc <= 3.6V), but I recommend reading through this application note MSP430 Flash Memory Characteristics (Rev. A) (slaa334a.pdf). The HDI package comes with handlers for sending/receiving data which were using pointers to point to the data to be transmitted. So it should be no problem to point to a location in flash-memory instead.

    Rgds
    G**kbuster 

**Attention** This is a public forum