Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

No Program Code loaded

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Activity points
9,442
Guys,

I tried to run a simple LED blinking test in ISIS,
but I got "No Program Code loaded", I draw the schematic already and put the code, compile it, successfully compiled.
but when I want to run it I got that message "No Program Code loaded"
How can I load the program ?

Thanks
 

Double click the microcontroller device on the schematic and use the program property to load the hex or elf or axf file
 

Double click the microcontroller device on the schematic and use the program property to load the hex or elf or axf file

thanks my friend, how can I compile directly from ISIS ? so I can get "hex" when compiling ?
I'm using C51 and keil
 


So I must compile first in keil and load the hex file in ISIS ?
Yes..use the compiler to compile the code written, and get the .hex file. Then Double click the microcontroller device on the ISIS schematic and browse to the hex location and load it. Now play the simulation.
Cheers
 

Yes..use the compiler to compile the code written, and get the .hex file. Then Double click the microcontroller device on the ISIS schematic and browse to the hex location and load it. Now play the simulation.
Cheers

Is it possible for me directly compile the source from ISIS ?
Cheers
 

No, in either case you have to use an external compiler.
VSMstudio that I mentioned in post #4 is just an IDE which can be used with many different compilers but it is still an external program, not part of ISIS
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top