Discussion Forum

Using a .BIN with the build in simulator

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Gustavo Vargas
Posted
20-Jul-2007 19:14 GMT
Toolset
ARM
New! Using a .BIN with the build in simulator

I have a single .BIN file for an Atmel ARM CPU and wants to load that file in the build in simulator from uVision. Is it possible? How to proced?

Read-Only
Author
Reinhard Keil
Posted
23-Jul-2007 14:16 GMT
Toolset
ARM
New! RE: Using a .BIN with the build in simulator

I guess *.BIN stands for a binary file. You should make a HEX file first (see http://www.keil.com/support/docs/275.htm). This format can be loaded into the debugger.

Read-Only
Author
Gustavo Vargas
Posted
23-Jul-2007 16:13 GMT
Toolset
ARM
New! RE: Using a .BIN with the build in simulator

Yes, .BIN means a binary file, thanks for the bin2hex application. But how can I load the .HEX file into the simulator? I tryed to create a project and add this file into the resources, but when I start the simulator I get an error.

Next Thread | Thread List | Previous Thread Start a Thread | Settings