Tool/software: Code Composer Studio
I used Sensor Controller Studio to setup a UART emulator to get a 2nd UART on this part. I selected no OS for the project. I imported the code into my Contiki-NG based project as best I could understand from the html file generated by Sensor Controller Studio. Now, when trying to use the code generated, I get a crash in scifInit(). It appears that the code is trying to access location 0x400C1004 AUX_AIODIO0), but when I view that location in the debugger it shows up as all ???? So, it appears that that memory location is not enabled and I'm not sure why or what that means.