Is BOOSTXL-SENSHUB compatible with EK-LM4F120XL??
Will i get library for stellaris ware??
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.
Is BOOSTXL-SENSHUB compatible with EK-LM4F120XL??
Will i get library for stellaris ware??
Yes, BOOSTXL-SENSHUB is compatible with EK-LM4F120XL. Most if not all the software development was done on the LM4F120. The libraries are in TivaWare for the EK-TM4C123GXL. All of the board examples moved from "boards" to "examples\boards" in the install directory. All of the examples in TivaWare will run on the LM4F120 LaunchPad.
Dexter
Stellaris Dexter said:All of the board examples moved from "boards" to "examples\boards"
Good to know - thank you.
Perhaps the creation of "flow/location chart" - highlighting the changes between "new/past" - would prove worthwhile. (save wear/tear - you/tech staff - and long-term users who may neither "expect nor welcome" such change...)
We have been drafting a StellarisWare to TivaWare migration app note. I'll check it's status and post a link to it here when it is ready for publishing.
Some of the highlights....
The aforementioned move from boards\ to examples\boards\
The addition of a sample project which uses driverlib and our start up and linker code that is fully BSD licensed. examples\projects\
The move to C99 types with length qualifiers (uint8_t etc) for most all variables (except chars used to hold ASCII type text).
Changes to USBLIB to simplify the pointers and struct mechanisms and make them more robust. removed circular pointers.
removal of any items that had been in StellarisWare and marked as DEPRECATED (in StellarisWare).
Change install directory to C:\TI\TivaWare_C_Series-1.0\ The version number is now in the directory name and version are based on major.minor instead of an incrementing integer.
Dexter
I stand corrected. The app note is already published.
http://www.ti.com/lit/an/spma050a/spma050a.pdf
Dexter