Go to previous topic
Go to next topic
Last Post 06 Sep 2010 04:49 AM by  steveli
LH79525 - JTAG Communication using IAR
 0 Replies
Author Messages
steveli
New Member
New Member
Posts:


--
06 Sep 2010 04:49 AM
    Hi,

    We have a Board on LH79525 and using IAR debugger. When we tried to download code using J-Link, we are getting some warning messages as shown below :
    Tue Aug 31 16:06:53 2010: JLINK command: ProjectFile = D:\Project 350\Firmware\100826_Project350_CSDES Program\settings\
    BasicLcd_DebugRunFromFlash.jlink, return = 0
    Tue Aug 31 16:06:53 2010: JLINK command: device = LH79525, return = 0
    Tue Aug 31 16:06:53 2010: DLL version: V4.14i, compiled Aug 12 2010 20:19:20
    Tue Aug 31 16:06:53 2010: Firmware: J-Link ARM V8 compiled Aug 12 2010 19:35:38
    Tue Aug 31 16:06:53 2010: JTAG speed is initially set to: 32 kHz
    Tue Aug 31 16:06:53 2010: Initial reset was performed
    Tue Aug 31 16:06:53 2010: TotalIRLen = 4, IRPrint = 0x01
    Tue Aug 31 16:06:53 2010: Found 1 JTAG device, Total IRLen = 4:
    Tue Aug 31 16:06:53 2010: #0 Id: 0x0F0F0F0F, IRLen: 4, IRPrint: 0x1 ARM7TDMI Core
    Tue Aug 31 16:06:53 2010: J-Link found 1 JTAG device(s). ARM core Id: F0F0F0F ARM7
    Tue Aug 31 16:06:53 2010: Device at TAP0 selected
    Tue Aug 31 16:06:54 2010: RTCK is not connected
    Tue Aug 31 16:06:54 2010: Auto JTAG speed: 8000 kHz
    Tue Aug 31 16:06:54 2010: 7218 bytes downloaded and verified (11.00 Kbytes/sec)
    Tue Aug 31 16:06:54 2010: Warning:
    Verify error at address 0x44000044, target byte: 0xFF, byte in file: 0x18
    Tue Aug 31 16:06:54 2010: Warning:
    Verify error at address 0x44000045, target byte: 0xFF, byte in file: 0xF0
    Tue Aug 31 16:06:54 2010: Warning:
    Verify error at address 0x44000046, target byte: 0xFF, byte in file: 0x9F
    ........
    .........
    ..........
    Tue Aug 31 16:06:54 2010: Warning: Too many verify errors, only the first 200 are displayed
    Tue Aug 31 16:06:55 2010: Warning: There were warnings during download, see Log Window
    Tue Aug 31 16:06:55 2010: Loaded debugee: D:\Project 350\Firmware\100826_Project350_CSDES Program\DebugRunFromFlash\Exe\BasicLcd.out
    Tue Aug 31 16:06:55 2010: Target reset


    Also following are the memory we are usingon our PCB :
    External Static Memory – 1Mbytes
    Chip selection – nCS1
    Start Address = 0x44000044;
    End Address = 0x440FFFFF;

    External SDRAM - 2MBytes
    Chip selection – nSDCS0
    Start Address = 0x20000000;
    End Address = 0x201FFFFF;

    We verified the supply for both RAM and ROM. Also, we are not using any flash loader file (IAR --à Options---à Debugger -à Download – “Use flash loaders” ). If it is required, please suggest us how to create this file for our PCB –LH79525.

    Please reply as soon as possible.

    Thanks,
    Steve


    ---