Page 1 of 1

GAP8 JTAG semihosting

Posted: Mon Mar 14, 2022 12:51 pm
by rsantosc
Hello,

I've been trying to use the GAP8 jtag semihosting for logging but without success... Can you give me some pointers on how you have configured gap8-openocd and which commands to run using the aideck docker image?

Is there any documentation (or external tutorial) you recommend for debugging the GAP?

Cheers,
Rui

Re: GAP8 JTAG semihosting

Posted: Tue Mar 15, 2022 1:26 pm
by marcus
Hi!

For the semi-hosting it might be that the settings in the project is set for UART, have a look in the Makefile where the following should be seen:

Code: Select all

io=host
In most of the code now we have io=uart instead, like in the GAP8 bootloader (link).

For more information on using the GAP8 with JTAG I think the best documentation for it is here.