EmbeddedRelated.com
The 2024 Embedded Online Conference

8051 with CAN and Flash

Started by Stefan in comp.arch.embedded20 years ago 3 replies

Hi! I am desperately looking for a 8051 microcontroller with CAN onboard and Flash ROM. If anybody knows about one please let me...

Hi! I am desperately looking for a 8051 microcontroller with CAN onboard and Flash ROM. If anybody knows about one please let me know. Thx, Stefan


Can I find free 8051 (include at89s51) compiler ?

Started by Timy in comp.arch.embedded20 years ago 6 replies

I want free 8051 compiler, assembler and c compiler. Where can I find this ? Is there any gcc 8051 compiler ?

I want free 8051 compiler, assembler and c compiler. Where can I find this ? Is there any gcc 8051 compiler ?


[Comparison] PIC vs 8051

Started by Anonymous in comp.arch.embedded18 years ago 26 replies

For someone eventually migrating to ARM based architectures - which of these, 8051 or PIC16, resembles ARM more closely from programmer...

For someone eventually migrating to ARM based architectures - which of these, 8051 or PIC16, resembles ARM more closely from programmer point of view - memory structure/model, assembly etc. Cheers


need help on a 8051 ip core

Started by jpmcg in comp.arch.embedded20 years ago 5 replies

Hi there folks i`m currently doing a msc project and trying to implement a 8051 ip core and program it using 'C'. Porblem is i cant find an ip...

Hi there folks i`m currently doing a msc project and trying to implement a 8051 ip core and program it using 'C'. Porblem is i cant find an ip core that will let me use it without having to spend money on it. As i am a student i cant get my hands on that kind of cash. Can anybody help me. Any help would be greatly appreciated, JP


problem in receiving data from GSM module to 8051 microcontroller

Started by kamalesh in comp.arch.embedded13 years ago 2 replies

Hi, I am doing a project using 8051 and GSM module,SIM900B. I am using a 8051 microcontroller to send AT commands to GSM module and store the...

Hi, I am doing a project using 8051 and GSM module,SIM900B. I am using a 8051 microcontroller to send AT commands to GSM module and store the data in an array and send the stored data as a text message to a mobile . I am able to see both gsm module and microcontroller unit working perfectly when connected to computer seperately through serial cable,but when I am connecting both the devices with t...


er..Anyone have an OS for 8051/89c51/52 etc?

Started by funkymunky in comp.arch.embedded19 years ago 8 replies

Hi, Im new to this area (embedded systems), ive started with the 8051 uC..right now im trying out new things everyday with it to...

Hi, Im new to this area (embedded systems), ive started with the 8051 uC..right now im trying out new things everyday with it to learn. Does anyone know where i can find a free OS i can cram into the 89c51? Id be much obliged. And if anyone knows more about intersting stuff to do with this uC, like loading OSs onto it(il figure out why after i do it :-S), plz enlighten me. Thanx in...


variable declration in 8051 assembly

Started by Ammar in comp.arch.embedded17 years ago 12 replies

Hi! Can anyone tell me how to declare 8-bit or 16-bit variables while programming in assembly language for 8051 microcontroller...

Hi! Can anyone tell me how to declare 8-bit or 16-bit variables while programming in assembly language for 8051 microcontroller (AT89C51), using the on-chip RAM.


a question in 8051 microcontroller

Started by hassanishome in comp.arch.embedded17 years ago 1 reply

hi, I am studying now Microcontroller 8051 and we are using XPO-51 Trainer I had a question Why we cannot compare the programming (ZIF) and...

hi, I am studying now Microcontroller 8051 and we are using XPO-51 Trainer I had a question Why we cannot compare the programming (ZIF) and master sockets for data matching? Thank you


8051/8052 Emulator

Started by Naimesh in comp.arch.embedded20 years ago 1 reply

Please suggest good emulator for 8051/8052 which support ISP devices(Atmel AT89S series) Thanks Naimesh

Please suggest good emulator for 8051/8052 which support ISP devices(Atmel AT89S series) Thanks Naimesh


Free TCP/IP stack for 8051

Started by ted in comp.arch.embedded20 years ago 1 reply

I know this may have been asked a few times but..(:-( Can anybody recommend a freee TCP/IP stack for the 8051? With source code, and...

I know this may have been asked a few times but..(:-( Can anybody recommend a freee TCP/IP stack for the 8051? With source code, and preferably able to handle more than one socket at a time TIA ted


Q: lpc921 compatiblity with 8051?

Started by Petar Silic in comp.arch.embedded19 years ago 8 replies

hi, I have a project with philips p89lpc921, and need to use it as standard 8051 now, this two chips have different clocks per cycle, as I...

hi, I have a project with philips p89lpc921, and need to use it as standard 8051 now, this two chips have different clocks per cycle, as I understood, so delay and timer do not work corectly anyone knows how to make this work? i tried writing DIVM=3, but it didn't work help please, I am out of ideas :o)


8051 - moving value from one register to another

Started by Josip in comp.arch.embedded15 years ago 2 replies

Just a quick question regarding 8051 assembly programming: I need to transfer a value from register R5 to R0, so I can use R5 for something...

Just a quick question regarding 8051 assembly programming: I need to transfer a value from register R5 to R0, so I can use R5 for something else. I tried MOV R0, R5 but it fails. I know this is begginer's question, but I guess it wouldn't take to much time for someone experienced to answer this. Thanks Josip


Communication between DS1307 RTC and 8051

Started by acet...@yahoo.co.uk in comp.arch.embedded18 years ago 1 reply

Hi guys, Need the souce code for interfacing the DS1307 RTC to 8051. Have not developed any because if its been done before and so why do it...

Hi guys, Need the souce code for interfacing the DS1307 RTC to 8051. Have not developed any because if its been done before and so why do it again. Please help if you have it. Thanks Jan


I asked this before about 8051 core chips

Started by justme in comp.arch.embedded13 years ago 26 replies

You-all came through. However, I was overwhelmed yet, I still haven't found what I need. I am looking for an 8051 uc that has lots of flash...

You-all came through. However, I was overwhelmed yet, I still haven't found what I need. I am looking for an 8051 uc that has lots of flash and lots of ram and an internal rtc and some a/d and d/a. SPI and I2C would be very nice. I took a hiatus when the 89c668/9 series was in vogue and now, it doesn't SEEM like there has been a huge amount of new versions. Where am I going wrong? ...


Help running C program in 8051 emulator.

Started by Anonymous in comp.arch.embedded17 years ago 5 replies

Greetings everyone, I'm new to programming, and I'm having trouble running a c program in an 8051 emulator. I'm using emu51.exe...

Greetings everyone, I'm new to programming, and I'm having trouble running a c program in an 8051 emulator. I'm using emu51.exe (http://sourceforge.net/ projects/emu51/) with asm51.exe (http://www.metaice.com/ASM51/ ASM51.htm). When I use asm51 to convert the c program to a HEX file, I receive the following message: C:\UHCL\CPROGR~1\asm51> asm51.exe 8051 Cross-Assembler, Version


IAR and memory banking for 128K flash and 8051

Started by Amir in comp.arch.embedded16 years ago 41 replies

Hi all, I am trying to use code banking for 8051 microcontroller using IAR... Reading the IAR and XLINK documents didnt help...I appreciate...

Hi all, I am trying to use code banking for 8051 microcontroller using IAR... Reading the IAR and XLINK documents didnt help...I appreciate some info from any one with some hand on experience.. Regards, Amir


Links for 8051 compatiable

Started by john in comp.arch.embedded20 years ago 7 replies

I am trying to compile a list of useful links for 8051 derivative microprocessor here: http://show.beta51.com/links.html. Please let me know if...

I am trying to compile a list of useful links for 8051 derivative microprocessor here: http://show.beta51.com/links.html. Please let me know if you have any suggestion to enrich the list.


MD5 in C for 8051

Started by Ravi in comp.arch.embedded18 years ago 2 replies

Hi, Is there a MD5 C-code that i could use, which does not use stdio.h / string.h or any standard libraries ? Coz, i do not have stdio on my...

Hi, Is there a MD5 C-code that i could use, which does not use stdio.h / string.h or any standard libraries ? Coz, i do not have stdio on my 8051 micro. Need a simple plain C-program. Basically i need a random key gen. (MD5 preferable) Please let me know if there is a way to work this out. Thanks - RK


Moving from 8051 to AVR

Started by ziggy in comp.arch.embedded18 years ago 314 replies

Looking for opinions on possibly moving from the 8051 family to the AVR's. Im an old timer and really prefer the Harvard a architecture, but...

Looking for opinions on possibly moving from the 8051 family to the AVR's. Im an old timer and really prefer the Harvard a architecture, but i do realize that the '51 is getting pretty dated. It seems like the AVR is my logical step, but was wondering on what others out there my think, who have gone thru the change themselves. Tks all.


frequency meter with 8052 ( 8051)

Started by zotdall in comp.arch.embedded18 years ago 11 replies

is there any body knows how i can build ''6-digit frequncy meter'' by using 8051 (or 8052).?

is there any body knows how i can build ''6-digit frequncy meter'' by using 8051 (or 8052).?



The 2024 Embedded Online Conference