Other Parts Discussed in Thread: TM4C1294NCPDT, TM4C1230C3PM
Tool/software: TI-RTOS
This sure feels like a dumb thing to have to ask, but here goes. I first learned to use TI's boards using the TM4C123G and just TivaWare, so when we wanted a pin index, we'd use driverlib/pin_map.h. Now I'm developing on the 1294 within RTOS and am wondering if the pin_map.h is still valid for pin addressing (the rtos training warned that tivaware's libraries weren't necessarily compatible). If pin_map.h isn't valid, where can you get the pin names?
I tested the pin map file by creating a new rtos project using the "empty" template which has the heartbeat function by default. For the GPIO_write() and GPIO_toggle() calls, I switched the index with the one for the pin map index which goes to the same led (PN1) and then added "#include <pin_map.h>". The program hung right at the first GPIO_write() call, so I have to assume that the pin map header isn't valid. So where do I get the pin indexes?