This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TM4C129XNCZAD: migrating project for another microcontroller

Part Number: TM4C129XNCZAD
Other Parts Discussed in Thread: CC3100, TM4C1294NCPDT, TM4C123GH6PM, EK-TM4C1294XL

Tool/software: TI C/C++ Compiler

Hi All,

In cc3100 sdk examples, they have given the wlan start project for tm4c1294ncpdt and tm4c123gh6pm. But in my board, dk-tm4c129x, I am having TM4C129XNCZAD microcontroller. I tried to change the .cmd file and _startup_css.c file but still my project is only getting build. During run time, it runs into the -

static void
FaultISR(void)
{
//
// Enter an infinite loop.
//
while(1)
{
}
}

How to execute the same project on TM4C129XNCZAD ?

Thanks