Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - C SOURCE FILE INTO HEX FILE AT89C2051 AND AT89C51 ?

(you are viewing a thread; or go back to list of threads)

C SOURCE FILE INTO HEX FILE AT89C2051 AND AT89C51 ? (by MFQ)
PLEASE DEAR
SOLVE THIS PROBLEM

HOW TO CONVERT
C SOURCE FILE INTO HEX FILE AT89C2051 AND AT89C51 ?

THANKS TO CO-OPERATION DEAR
Fri Oct 7 2011, 10:03:22
(no subject) (by Ronaldo)
Fri Oct 7 2011, 12:08:10
how i am convert asm to hex file for 89c51 atmal help me (by MFQ)
how i am convert asm to hex file for 89c51 atmal help me
Sun Oct 9 2011, 07:37:55, download attachment TEST LOGIC 1.c
(no subject) (by Ronaldo)
what program you used to generate this code in c?
post here the file.ld
Sun Oct 9 2011, 17:54:34
ASM FORMET CONVERT IN TO HEX FILE PROBLEM I DONT KNOW (by MFQ)
DEAR
I WANT TO USED HEX IN IC BUT LDMICRO SHOWN ME ASM FORMET HOW TO USED THIS FORMET

ASM FORMET CONVERT IN TO THE HEX FILE PROBLEM I DONT KNOW HOW TO CONVERT
Mon Oct 17 2011, 00:48:11, download attachment ldmicro.zip
(no subject) (by Ronaldo)
Dear,
The ldmicro51 program does not generate code in asm, it generates code in C language
if you want to create a program in asm and then create the hex file, edit the asm file in proteus, after the simulation it will create the hex and lst files.
ld micro generates file only to 89C2051. If you want to use the 89C51, you must use only the ports of the 89C2051.
Mon Oct 17 2011, 14:49:14
THANKS RONALDO (by MFQ)
DEAR
THANKS TO INFORM ME ABOUT THAT

PROTEUS SOFTWARE IS TOO EXPENSIVE.DO YOU KNOW OTHER SOFTWARE WHICH CONVERT THAT MATER. PLEASE INFOR

THANK A LOT FOR THE CO-OPERATION
RONALDO
Sat Oct 22 2011, 02:00:31
(no subject) (by Ronaldo)
Dear,
search on google how programming in assembler for 8051 and download the set instructions of 8051.
the program attached, mounts a program in "asm" or "A51" and generating code "hex". I sent too, the informations about instructions de 8051 and assembly.
Acess this link, has information on the Proteus.
http://www.sonsivri.com/forum/index.php?topic=38649.0.
If you need any urgent program, I can do for you.
Visit this site http://www.8052.com
Ronaldo
Sat Oct 22 2011, 11:26:51
(no subject) (by Ronaldo)
the files.
Sat Oct 22 2011, 11:28:56, download attachment asem51.rar
(no subject) (by Samiul)
hello..........this is my program for Ultrasonic Radar. i wanna use AT89C51 microcontroller. but i have only this C program. what r my next steps to get a complete ASM code for AT89C51
(no subject) (by Ronaldo)
Samiul,

The 89C2051 has 15 lines of I / O, one byte at P1 and has 7 bits in the port p3.
setting the port p3.0 to p3.5 and p3.7.
you need to change your code c, the pins listed below, for 8051 working as equal 89C2051.

LCD_PORT=P1
E = P3.2
RS= p3.4
RW= p3.5
SPKR = p3.7
sbit sout= P3.0
sbit sres= P3.1
Sun Dec 25 2011, 09:47:50
(no subject) (by Artruo)
I have a code made in C. I want to program an AT89C51 with this C code, but i only have an 8051 trainer to program the IC. It doesnt work cause with the 8051 Trainer i need the code in Hex. Is their a way to change to C code into Hex, or how am i able to program this AT89C51 with the C code. I can get my hands on a universal program but what program would i use to program the IC? Any info is appreciated
Sat Feb 25 2012, 17:49:05
(no subject) (by Ronaldo - SP)
ARTRUO,
Read http://www.cq.cx/ladder-forum.pl?action=viewthread&parent=2143. use keil to compile it.
If you have any question, send email to me.
Ronaldo
Thu Aug 23 2012, 21:27:42
HEX File For AT89C2051 (by Naeem Malik)
DEAR
I WANT HEX FILE OF AT89C2051 , PLZ HELP WHERE FROM I GET?
Thu Sep 19 2013, 07:41:31
.asm or .c to hex compiler about (by mir)
Hi...

I designed interface for about ladder to C or ladder to assamble.

example I put input to output I0-->QO and compile then I compile ladder to notepad block block yet no problem... if I want asm I can do or if I want C I can do it... no problem...

problem is I want .asm or .C compile to .hex and send to my pic when I click only one button. I dont want first convert ladder to .asm or .c then other I use program for convertor .asm / .c to hex.

I cant designe notepad Pic code (.asm or .C) convert to .hex how you can do it please can you send me information how you can do it... I want put this convert mini program or method inside to my interface
Tue Jan 26 2016, 14:29:14
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):