Pratik 0 Posted December 7, 2017 Share Posted December 7, 2017 Hello, I want to design a datalogger and to create USB Mass Storage when I connect board. I did not find Examples related to MSP430F5529 for Energia. So, please suggest me Energia example/SDK related to "MSP430F5529". Thank you. Regards, Pratik Panchal Quote Link to post Share on other sites
NurseBob 111 Posted December 7, 2017 Share Posted December 7, 2017 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. dubnet and Fmilburn 1 1 Quote Link to post Share on other sites
Pratik 0 Posted December 8, 2017 Author Share Posted December 8, 2017 Thank you for a response, Sir. 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. Quote Link to post Share on other sites
Rei Vilo 695 Posted December 8, 2017 Share Posted December 8, 2017 You may consider Code Composer Studio instead of Energia. Please visit TI Resource Explorer at http://dev.ti.com/tirex/. Quote Link to post Share on other sites
jazz 209 Posted December 8, 2017 Share Posted December 8, 2017 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. NurseBob 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.