Hi all,
Forgive me if this has been asked before, the search function didn't find anything relevant for me.
I've just picked up the TIva C Series Connected Launchpad board, and I've been messing around with it. I've mainly been working on some of the examples including already in Energia, and expanding on them to get some different results.
I've now found the TivaWare for C Series software package, which comes with another set of examples. I would like to get these examples to work on my board, but I am having some difficulties. I managed to import all of the libraries, but now I get these errors when I try to run the code.
For example, I retrieved the PWM example from the examples section, and when import all of the libraries, this is the error I get:
PWM.ino:90:26: error: 'GPIO_PA0_U0RX' was not declared in this scope.
I noticed it is possible to import these examples into TI CCS, but I would prefer to use Energia if I can, as I'm a little bit more familiar with it having worked with Arduino before.
Hope this is enough!