I have the EK-TM4C1294XL Launchpad, and my TivaWare library headers ask for a symbol of which target it is
E.G. (rom.h):
#if defined(TARGET_IS_TM4C123_RA1) || \ defined(TARGET_IS_TM4C123_RA3) || \ defined(TARGET_IS_TM4C123_RB1) || \ defined(TARGET_IS_TM4C123_RB2) || \ defined(TARGET_IS_TM4C129_RA0) || \ defined(TARGET_IS_TM4C129_RA1) || \ defined(TARGET_IS_TM4C129_RA2) #define ROM_SysCtlPeripheralEnable \ ((void (*)(uint32_t ui32Peripheral))ROM_SYSCTLTABLE[6]) #endif
Question:
Which symbol do I use, for my Launchpad? Can I look this up?
My guess is to use 'the latest as my board is only a few months old'. Which to use :)?