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.

DriverLib in ROM

Other Parts Discussed in Thread: MSP430WARE

Hello,

  I remember that the TM4C line of TI microcontrollers (aka Tiva, aka Stellaris) had the Driverlib in ROM; have you thought about implementing this in the MSP430 line? It would make life much easier for developers and make it easier to switch from competing micros. People can still use the direct register calls if they want to but for 90% of the projects, Driverlib is better. It makes it harder to screw yourself over and is really good when you have multiple developers.

I remember Stellaris had a cool function mapping implementation so it could use Flash version instead of the ROM version of a function if needed. This allowed them to patch any issues later on.

My other suggestion is to add more examples in the DriverLib User's Guide. Perhaps allow users to submit examples but moderate them. The best place I've found for Driverlib examples isn't TI, but this guy's Github site. 

**Attention** This is a public forum