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.

What are the alternatives to Keil software where I can simulate codes for 8051?

Status
Not open for further replies.

buts101

Full Member level 3
Joined
Apr 29, 2005
Messages
168
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Activity points
2,867
What are alternatives to keil software where i can simulate codes for 8051.
 

alternative zu keil

I guess there is no such software!! As such you can't direclty simulate the keil C code in any other software.....to do so, you first have to convert it into assembly.
 

keil alternative

in keil software... i only can simulate o/p by bit by bit...but i need to write c code for 8051 for controlling lcds...so i need to simulate c code in virtual lcd...if any software does that...plz recommend that software to me.
 

keil hd44780

buts101 said:
in ke*il software... i only can simulate o/p by bit by bit...but i need to write c code for 8051 for controlling lcds...so i need to simulate c code in virtual lcd...if any software does that...plz recommend that software to me.

What's wrong with this ?

http://www.c51.de/c51.de/Dateien/uVision2DLLs.php?Spr=EN#LCD

LCD Simulation (HD44780 Controller)

This driver simulates a complete LCD display including the HD44780 controller and offers the following features:

Complete HD44780 instruction set
1x8 - 4x40 characters
LED backlight (blue line, gray, green)
Full character generator RAM & ROM
All HD44780 controller instruction are recorded in a trace with timestamps. The I/O port and I/O pins (SFR address) may be freely assigned by the user.

How to install the extension DLLs
The DLLs work only with µVision2 V2.30 or higher versions.
1. Copy the DLLs in the subdirectory \keil\c51\bin.
2. Open the file TOOLS.ini in subdirectory \keil and include the following part in the section [C51]:

AGSI2=LCD.DLL ("LCD simulation")

If µVision2 is open during the procedure you have to restart it.

I hope you're not concerned to graphic display LCD, but rather alphanumeric ones.
 

lcd simulation keil

i downloaded the fiels for lcd and set the configuration as you told...but it is not working...do those dll file has tutorial...if yes..refer to me plz
 

how to simulate lcd on keil

Hi buts101

As far as I know it's not a help file.
Did you tried to play with the examples provided inside Lcd_demo.zip file.
It's a simulation for 4-bit mode (Lcd_Mat_Port.uv2 project)

For german to english translation you can use https://freetranslation.paralink.com/remote.asp
up to 1000 characters.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top