Category Archives: Uncategorized

How to setup TivaWare in Code Composer Studio manually

The only steps needed are the following: Install TivaWare inside the “ti” folder. Go to View>Resource Explorer and import driverlib, grlib, sensorlib and usblib. Build the 3 projects. Now, when creating a new project define the following symbols (Properties>Build>ARM Compiler>Advanced … Continue reading

Posted in Uncategorized | Leave a comment

Diference between GPIOPinConfigure() and GPIOPinTypeXXX()

When working with the tivaware lib, you need two functions to configure the GPIOs to work with a given peripheral: GPIOPinConfigure() and GPIOPinTypeXXX() Now the discription of those functions where i little confusing (at least to me) so here is … Continue reading

Posted in Uncategorized | Leave a comment

The Go language

Unfortunately i haven´t had much time to mess around with my MP3 player recently, however I’ve started to learn a new programming language called Go and it is awesome! The syntax is a little bit weird at first for someone … Continue reading

Posted in Knowledge, Uncategorized | Leave a comment

First post!

Welcome to my little corner of the Internet! I’ve decided to create this blog, not only as a way to help document my little (and BIG) projects and to try and show that computer´s aren´t all that magical machines (although … Continue reading

Posted in Uncategorized | Leave a comment