2007-04-28 10:20 PM
How do I simply copy data to flash memory and execute it?
2011-05-17 12:42 AM
(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?2011-05-17 12:42 AM
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?