-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Hello,
I'm trying to reflash TI MSP432P401R builtin XDS 110 JTAG programmer firmware, which was broken during the update and doesn't enter DFU mode.
TI suggest to use JTAG (seems this is the only possible way). As I don't have any TI XDS JTAG programmer, I'm trying to do the same with some other JTAG hardware.
I didn't achieve any success with Altera Byte Blaster neither with ST-Link v2, so I'm trying to do this with DirtyJtag+openocd(patched). It can detect the CPU, but then failed during initialization with error:
Error: 103 214 bitq.c:308 bitq_execute_queue(): missing data from bitq interface.
Do you have any idea what to check/change?
openocd configuration file, inspired by board/ti_ek-tm4c1294xl.cfg
#
# TM4C1294NCPDT Chip
#
# Author :
# Version :
#
source [find interface/dirtyjtag.cfg]
# transport select jtag
set WORKAREASIZE 0x8000
set CHIPNAME tm4c1294ncpdt
source [find target/stellaris.cfg]
Full openocd debug log attached.
Thank you!
openocd.txt