Hey All,
Im kinda new to the ARM development scene trying, got my LPC2378-STK, olimex ARM-USB-OCD jtag, installed the software on the cd, loaded up a sample program; And then Ran the Open OCD flash program - and im getting this error in console:
Open On-Chip Debugger 1.0 (2008-10-04-10:00) svn:exported
$URL: http://svn.berlios.de/svnroot/repos/ope … /openocd.c $
Info: options.c:50 configuration_output_handler(): jtag_speed: 10, 10
Info: options.c:50 configuration_output_handler(): Open On-Chip Debugger 1.0 (2008-10-04-10:00) svn:exported
Error: jtag.c:1351 jtag_examine_chain(): JTAG communication failure, check connection, JTAG interface, target power etc.
Error: jtag.c:1556 jtag_init_inner(): trying to validate configured JTAG chain anyway…
Error: embeddedice.c:191 embeddedice_build_reg_cache(): unknown EmbeddedICE version (comms ctrl: 0x00000000)
Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x4f1f0f0f (Manufacturer: 0x787, Part: 0xf1f0, Version: 0x4)
Info: target.c:237 target_init_handler(): executing reset script ‘openocd_flash_lpc2378.script’
Info: options.c:50 configuration_output_handler(): dcc downloads are enabled
Info: options.c:50 configuration_output_handler(): flash ‘lpc2000’ found at 0x00000000
Info: options.c:50 configuration_output_handler(): erased sectors 0 through 5 on flash bank 0 in 0.182000s
Warning: lpc2000.c:611 lpc2000_write(): lpc2000 returned 9
Error: flash.c:103 flash_driver_write(): error writing to flash at address 0x00000000 at offset 0x00000000 (-902)
Info: jtag.c:1389 jtag_examine_chain(): JTAG device found: 0x4f1f0f0f (Manufacturer: 0x787, Part: 0xf1f0, Version: 0x4)
With SD LED on the board flashing 3 times.
Has anyone had this before? or know what i could be doing wrong? Because due to my lack of experience im at a loss.
Humbly asking for this forum’s expert advice
- Jon