GP32 Hardware Debug Gp32 With Axd And Jtag


PGFR

Still Fresh
Joined
Sep 4, 2006
Messages
2
Download H_JTAG here H_JTAG HERE and GIVEIO for access to the LTP port on WINXP

main_defaut.JPG


by default

port%20setting.JPG


Get P for setting LTP port config, By default this setting is good if you know adress of LTP check PORT TESTING

jtag_setting.JPG


check J for JTAG configuration for mr spiv, Rob Brown and my jtag this config is great

tips :

TCK pin 2, TDI pin 3, TDO pin 11 and TMS pin 4

target_setting.JPG


no change this setting by default is good

h_flash.JPG


get F for run H_FLASH

AMTEL file do no exist, you creat file and copy past what follows

FLASH_TYPE=1
FLASH_SIZE=524
FLASH_ID=0x13H
FLASH_ADDRESS=0x0
SDRAM_ADDRESS=0x40000000
FLASH_SECTOR=512x8

main.JPG


now if you have correctly configured the H_flash your gp32 was detected

NOW DEBUG WITH AXD DEBUGGER PROVIDE WITH ADS1.2

AXD.jpg


run AXD

options -> configure target -> add

search H-jtag.dll on H-jtag directory

result.jpg


connect your gp32 on jtag ( before or after turn on is not problem)

load debug AXF image "( GP_DBG SETL "TRUE") on ads debug setting"

great debug and is good tools for great code
 
Isn`t that a gp2x that you have connected there? The gp32 doesn`t have an ARM 920T...
 
PGFR,

Nice :), only downside is you will have to be using ADS to hook into that and I don't know that many GP32 devs that still use it ;). Still, if your using the GP SDK on ADS then this is a very nice addition. There is some similar stuff for GDB floating about using the serial and USB GDB stubs Mithris put together (I use that all the time).
 
lol why do I always have to be a smart ass when I don`t know what I am talking about. Sorry...
 
Back
Top