This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Luminary LM3S5B91

I have problems to flash my program.
Small programs (~400Byte) works, but my current program (~12k) I cannot flash correctly.

I'm using Keil v4.11 and Ulink2. Erase complete and erase partly works. On programming I get the error 'Flash Timeout'. I'm using a quartz of 8MHz. JTAG Clock max is 500k. The Flash algorithm ist LM3SXX.

Ideas?

Parents
  • Output of the compiling of the Flash algorithm:

    Build target 'LM3S_256'
    compiling FlashPrg.c...
    compiling FlashDev.c...
    linking...
    .\Target.lin(12): warning: L6314W: No section matches pattern *(RW).
    .\Target.lin(12): warning: L6314W: No section matches pattern *(ZI).
    Program Size: Code=184 RO-data=4256 RW-data=0 ZI-data=0
    .\Target.lin: Finished: 0 information, 2 warning and 0 error messages.
    User command #1: cmd.exe /C copy Out\LM3S_256.axf ..\LM3S_256.FLM 1 Datei(en) kopiert.
    ".\Out\LM3S_256.axf" - 0 Error(s), 2 Warning(s).

Reply
  • Output of the compiling of the Flash algorithm:

    Build target 'LM3S_256'
    compiling FlashPrg.c...
    compiling FlashDev.c...
    linking...
    .\Target.lin(12): warning: L6314W: No section matches pattern *(RW).
    .\Target.lin(12): warning: L6314W: No section matches pattern *(ZI).
    Program Size: Code=184 RO-data=4256 RW-data=0 ZI-data=0
    .\Target.lin: Finished: 0 information, 2 warning and 0 error messages.
    User command #1: cmd.exe /C copy Out\LM3S_256.axf ..\LM3S_256.FLM 1 Datei(en) kopiert.
    ".\Out\LM3S_256.axf" - 0 Error(s), 2 Warning(s).

Children