Skip to main content
Visitor II
April 29, 2007
Question

How do I simply copy data to flash memory and execute it?

  • April 29, 2007
  • 2 replies
  • 800 views
Posted on April 29, 2007 at 07:20

How do I simply copy data to flash memory and execute it?

    This topic has been closed for replies.

    2 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:42

    (I prefer doing so using some command line tool)

    I found the J-Link console and executed the following but it didn't work:

    J-Link>r

    J-Link>loadbin ''AudioDevice.sim'', 0x008000

    Loading binary file... [AudioDevice.sim]

    Writing bin data into target memory @ 0x00008000.

    J-Link>setpc 0x00008000

    J-Link>g

    What am I doing wrong?

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:42

    In the FreeRTOS readme I saw references to some tools called :

    ''IAR flash loader'' and ''3rd party tool such

    as J-Flash''.

    I think these tools might serve my purpose. Where can I find these tools?