Jump to content
43oh

MSP430F5529 USB HID Example for Energia


Recommended Posts

I doubt you'll find any Energia USB-CDC examples.  For a USB SDK look at the MSP430Ware for the tools you will need. In addition to sample code for a CDC device, there's a primitive Java app that will give you a place to start for MSP430F55xx -> PC communication via USB.  I was able to convert one of the HID sample apps in conjunction with the supplied JAVA libs into a data capture app that interfaces at up to 1 KHz (on a good day, heading downhill with a tailwind). For my app, CDC was not an appropriate choice.

Link to post
Share on other sites
15 hours ago, Pratik said:

But I want to do programming in C language, not Java.

And I found MSP430F5529(25MHz) board in Energia IDE.

But I am finding USB-MSC/HID based library who supported in Energia IDE.

 

 

There is C open source TI USB stack with examples (with one that you need is included)...

http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSP430_USB_Developers_Package/latest/index_FDS.html

Supported by CCS or IAR, not Energia.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...