Tool/software: Code Composer Studio
Hi all,
I know TI provides some example code, but does anyone know if anyone has undertaken a project to write a library for interfacing with hobby boards such as Adafruit and Sparkfun does for Arduino? I like to be able to bring in some library code instead of starting from scratch each time I want to interface to a peripheral board. Or is this a project in the making?
I know there's Energia, but I'd rather stick with CCS since it has an integrated debugging. (However, I see Energia can now be imported into CCSv6.) Maybe that's the easiest way to develop code. The bonus is that Arduino uses more of a C++/OOP paradigm which I think is more convenient, even though the underlying code is bare bones C/C++. CCS seems to prefer ANSI C. Maybe memory space is the basic issue here, not sure.
thank you.