cancel
Showing results for 
Search instead for 
Did you mean: 

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

shlomister
Associate II
Posted on April 29, 2007 at 07:20

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

2 REPLIES 2
shlomister
Associate II
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?

shlomister
Associate II
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?