I have recently picked up the DK-TM4C129X and am attempting to flash the blinky code to the board using a J-Link attached on J38 (underside via tag connect). I have been unsuccessful so far. IAR throws "Flash loader: Failed to setup call to 'FlashInit'". Based on the log (see below) it does appear that it is communicating though. Other than changing the debugger settings in the project options, is there any other modifications that need to be made to facilitate the use of the J-Link?
Sat Jan 24, 2015 11:50:27: Loaded macro file: C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\config\flashloader\TexasInstruments\FlashTC4.mac
Sat Jan 24, 2015 11:50:29: Logging to file: C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\cspycomm.log
Sat Jan 24, 2015 11:50:29: JLINK command: ProjectFile = C:\TivaWare\TivaWare_C_Series-2.1.0.12573\examples\boards\dk-tm4c129x\blinky\settings\blinky_Debug.jlink, return = 0
Sat Jan 24, 2015 11:50:29: Device "TM4C129ENCZAD" selected (1024 KB flash, 256 KB RAM).
Sat Jan 24, 2015 11:50:29: DLL version: V4.94c, compiled Oct 31 2014 19:59:57
Sat Jan 24, 2015 11:50:29: Firmware: J-Link ARM V8 compiled Nov 28 2014 13:44:46
Sat Jan 24, 2015 11:50:29: JTAG speed is initially set to: 32 kHz
Sat Jan 24, 2015 11:50:29: TotalIRLen = 4, IRPrint = 0x01
Sat Jan 24, 2015 11:50:29: Found Cortex-M4 r0p1, Little endian.
Sat Jan 24, 2015 11:50:29: FPUnit: 6 code (BP) slots and 2 literal slots
Sat Jan 24, 2015 11:50:30: TPIU fitted.
Sat Jan 24, 2015 11:50:30: ETM fitted.
Sat Jan 24, 2015 11:50:30: Hardware reset with strategy 0 was performed
Sat Jan 24, 2015 11:50:30: Initial reset was performed
Sat Jan 24, 2015 11:50:30: Found 1 JTAG device, Total IRLen = 4:
Sat Jan 24, 2015 11:50:30: #0 Id: 0x4BA00477, IRLen: 4, IRPrint: 0x1 CoreSight JTAG-DP
Sat Jan 24, 2015 11:50:30: Turning off watchdog timers
Sat Jan 24, 2015 11:50:30: 1024 bytes downloaded and verified (16.13 Kbytes/sec)
Sat Jan 24, 2015 11:50:30: Loaded debugee: C:\Program Files (x86)\IAR Systems\Embedded Workbench 7.0\arm\config\flashloader\TexasInstruments\FlashTC4_256KB.out
Sat Jan 24, 2015 11:50:30: Target reset
Sat Jan 24, 2015 11:50:30: Flash loader: Failed to setup call to 'FlashInit'"