Target: proprietary board with TM4C1294KCPDT chip. Emulator is Blackhawk XDS100v2 ARM. CCS is 6.1.2.00015. TI-RTOS 2.16.0.8. NDK 2.25.0.9.
Long story, but I managed to get the on-chip FLASH on the target programmed with the WDT timers set for about 1 second and enabled right at the start of main().
When I try to start a debug session, the WDT reset trips and the emulator issues:
Error connecting to the target:
(Error -154 @ 0x0)
One of the FTDI driver functions used to
write data returned bad status or an error.
(Emulation package 6.0.83.1)
Is there some way to setup things up so that the emulator can get control of the target?
I downloaded LMFlashProgrammer, but it seems to want a .bin file and I cannot find one in my project even after a full build. This was just a guess because, as I understand it, that will ultimately fail as well because the target is somehow getting the emulator to reset...
Suggestions?
Tom