Jlink & Eclipse

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Jlink & Eclipse

    After downloading and starting the CPU, the Jlink GDB server read 4 bytes forever:
    Read 4 bytes @ address 0x04049D38 (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D3C (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D40 (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D44 (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D48 (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D4C (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D50 (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D54 (Data = 0x00A80000)
    Read 4 bytes @ address 0x04049D58 (Data = 0x00A80000)
    ....
    Eclipse have very hard to get in contact with Jlink again. Application runs ok.
    I'm using Yagarto, Eclipse (Europa) together with Jlink.
    Couldn't find any setting in Eclipse to solve the problem.
    Insight works ok with the same gdbinit:

    target remote localhost:2331
    monitor flash device = LPC2378
    monitor flash download = 1
    monitor flash breakpoints = 1
    monitor endian little
    monitor speed adaptive
    monitor reset 1
    monitor long 0xE01FC040 = 0x00000001
    load

    Any idea?

    Lars