Guest
#1171842
Hi, I made a board for AT91SAM7S64. I'm trying to flash this chip with this example project: http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/openocd_intro/index.html I just changed the start code. DIV = 1, MUL = 8 since I'm using 8MHz crystal. OCD says: "Programming with OPENOCD C:\WinARM\utils\OpenOCD\openocd.exe -d2 -f oocd_flash_sam7_wig.cfg Info: openocd.c:73 main(): Open On-Chip Debugger (Revision 65)" I have no response from this ARM so far but it seems that JTAG is at least working. Is there any better documents how to flash trough JTAG? Then I would at least know that flashing works right? Somehow OpenOCD is too messy for the first time... Br. Tony