Other Parts Discussed in Thread: TM4C129XNCZAD
FSR = 0x0000
HFSR = 0x40000000
DFSR = 0x0000000a
MMAR = 0x40063400
BFAR = 0x40063400
AFSR = 0x00000000
Terminating execution...
when I stepthru the code with the debugger, the code gets stuck in Board_initGPIO(); where it enters DK_TM4C123G_initGPIO(void) and skips to exit.c and enters abort functions ( ABORT - ABNORMAL PROGRAM TERMINATION. CURRENTLY JUST HALTS EXECUTION.)
within the DK_TM4C123G_initGPIO the code skips to exit.c when executing GPIOPinTypeGPIOOutput(GPIO_PORTG_BASE, GPIO_PIN_2); where GPIOPingTypeGPIOOutput has a value with error:cannot load from non-primitive location
Thank you for anyone who has taken to look into this matter