GAP8 JTAG semihosting

Discussions about the AI-deck
Post Reply
rsantosc
Beginner
Posts: 4
Joined: Thu Mar 10, 2022 5:23 pm

GAP8 JTAG semihosting

Post 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
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: GAP8 JTAG semihosting

Post 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.
Post Reply