Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

8051

Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.

We found 1039 threads matching "8051"

You are looking at page 1 of 26.

The most relevant threads are listed first

AVR or 8051

Yukuan - 2005-01-19 11:01:00
If anyone can tell me when to use AVR and when to 8051. We all have known that AVR has fine instruction set and is much faster than 8051. During product developing, what make you choose 8051? Any comment is appreciated. Thanks ...AVR or 8051

8051 serial problems

Edo Reshef - 2004-04-21 11:33:00
Hi, I have an 8051 controller that communicates over RS485 to other 8051 controller. The communication is half-duplex at baud of 57600, and it works great. So far so good. Lately, I'm trying to make the 8051 device talk with a PC, since it is 57600 and I have RS232 RS485 converter this shoul...8051 serial problems

8051 development tools

Stu Cazzo - 2004-06-14 23:13:00
Hello, I want to get started on an 8051 project. I already know C. What I am looking for is an 8051 eval board that comes with a C compiler, flash burner, code debugger, etc... In other words, I want to develop some basic, generic 8051 code in C, compile, link, download it into eval board and...8051 development tools

Re: tamper resistant messages on 8051

2006-06-28 17:05:00
eugene wrote: > I need to send short RF messages (approx: 2 bytes) between 8051 > devices. How do I make sure that the messages are not tampered and that > the message really came from the device? > > I was thinking of using CMAC AES. But found out that AES isn't > efficient on 8051. ...Re: tamper resistant messages on 8051

8051-c programing

Maryam - 2004-04-17 03:13:00
I am looking for a good source in 8051-c programing. I have studied a book about C programing and also a book about microcontroller 8051 programing, but it seems now I need a book which relates c programing to 8051 and specializes c programing for 8051 controller. my first preference is a free ...8051-c programing

Re: Developmet kit for embedded education

CBarn24050 - 2005-02-06 15:23:00
> Subject: Re: Developmet kit for embedded education > From: larwe@larwe.com > > or of course the "32 bit 8051" or ARM7 > The arm has nothing in common with the 8051. > > Since I'm one of the authors who has published this comment, I feel the > need to defend it: The ARM7 core and t...Re: Developmet kit for embedded education

Re: Using C to program the 8051 family

CBarn24050 - 2004-01-02 04:38:00
Hi, I have yet to see a project written in C where the 8051 was the best choice on either performance or price. C is to the 8051 what windows is to a pentium. Of course is your poduct doesn't need much performance then allmost anything would do. ...Re: Using C to program the 8051 family

beginner and 8051

2006-05-31 09:55:00
Hi All, I'm a beginner and I'd like to start from 8051 . as I can see-the only cheap boards with jtag are from silabs, right? there are a few of them for about 70$ , which one should I buy? will I be able easily move my code to other 8051 mcu like ats89s? thanks. ...beginner and 8051

Tranmitting AT command to GSM from 8051

lopamudra - 2008-07-06 23:33:00
Hello, I am developing 8051 based vehicle tracking system and Need SOS help on the following: Assemblly language code for transmitting "SMS" through AT command from 8051 to GSM module. thanks in Advance Lopamudra ...Tranmitting AT command to GSM from 8051

Re: Market share data for microcontrollers

CBarn24050 - 2004-01-22 14:00:00
Hi, I think you are putting your own spin on this. I was merely answering the question of where all the pics go. I did not say that the 8051 core out sells pic cores. I have never seen a 8051 standalone chip in any tv set, not all asics have a 8051 core either , how do you know the ones you've se...Re: Market share data for microcontrollers

Porting JAM-Player from 8051 to AVR?

Patrik - 2004-03-18 16:56:00
hi, 1st did anyone do the portation? 2nd Does anyone knows a document where portation from 8051 (Keil C++) to AVR (GCC) is described in general? 3rd Can anyone tell me how I port a UART Interface from 8051 to AVR in C? Thanx, Patrik -- Using M2, Opera's revolutionary e-mail client: h...Porting JAM-Player from 8051 to AVR?

8051 DeviceNet stack

pnachtwey - 2007-11-30 20:41:00
Are there any recommendations for 8051 DeviceNet driver source code for a slave device? We are presently using Silicon Labs 8051 and the Keil compiler and tools. Silicon labs had a link to a supplier but they are no longer support the Silicon Labs 8051 for some reason. I don't mind paying fo...8051 DeviceNet stack

8051 system development from scratch

Muthu - 2003-12-23 10:08:00
Hi, I wan to develop a system with the 8051 Micro controller. I have used a development KIT in college days. In the Kit, it was mearly entering Op-codes and running the program. so, I am not aware of the system the Kit had. Now, i want to buy a 8051 and other required chips and i want to ma...8051 system development from scratch

programmer of 8051 compatiable

john - 2004-09-10 12:31:00
I am sorry if this post is off topic, Just wondering is there job market for programmer of 8051 compatible now ? I am not programmer, just doing 8051 program for fun. Just curious can I make a living on my hobby in case. (Of course I understand my programming skill is far from professional yet...programmer of 8051 compatiable

Using C to program the 8051 family

Aliasger - 2004-01-01 13:05:00
Hi, I've been developing some 8051 based projects and the programming is getting a bit taxing in assembly language. I'm a bit familiar with C and was thinking of using that to program the uC. Does anyone have any good websites where I can find some in depth information on starting off pr...Using C to program the 8051 family

SDCC with Cygnal 8051

yong - 2004-03-05 10:05:00
Does anyone use the SDCC with Cygnal 8051? I lloked at the SDCC website and found the SDCC has not been targeted for Cygnal 8051 yet. But I do find someone in this group said he use the SDCC with Cygnal 8051. So, can anybody give more info about this? ...SDCC with Cygnal 8051

Re: 8051 Baudrate

Karl Olsen - 2006-08-08 05:02:00
In news:44d85042$1_1@news.tiscalinet.ch, McLion typed: > Is it just me or is the Baudrate setting of a 8051 core really so > limited? I have a 8051 compatible controller with 13MHz Osc > (unfortunately, this is a given situation and not chnageable). Is it > true that 9600 is the fastes...Re: 8051 Baudrate

Using Visual C/C++ to do 8051 development

Ed - 2004-02-05 11:16:00
I am working on an 8051 project. The code size has grown very large. I am currently using code banking which makes compiling and linking of the code very time consuming. For example to do a re-build take about 2+ minutes using the Keil Compiler. I know that some people have used Visual C/C++ 6.0...Using Visual C/C++ to do 8051 development

8051

Reenamu - 2009-02-26 11:36:00
hi I want to interface two stepper motors with 8051. Actually i want to make one kit in which 8051 is interfaced with two stepper motors. I want to control rpm, direction of rotation of the motors. Please give me some information about this and if possible schenatic also. Thanks in advance ...8051

How to find the pulse width of unknown frequency using 8051 microcontroller

2005-09-08 10:17:00
Respected Experts, I am Ravikumar.N, working on 8051 microcontroller. I have an issue regarding the pulses of unknown frequency. I am equipped with the following things: 1) I have an 8051 based development baord. 2)I have an unknown frequency source. My Pu...How to find the pulse width of unknown frequency using 8051 microcontroller

Is the 8051 architecture public domain?

Jean Nicolle - 2005-04-25 12:14:00
Lots of companies have 8051 compatible chips... Atmel, Dallas, Philips, Siemens... Is the 8051 CPU public domain, which could explain why so many guys chose to use it? Or do these guys still have to pay royalties to Intel? Thanks. ...Is the 8051 architecture public domain?

Problem interfacing FT232BM and AT89S8252

escuderon - 2007-02-13 07:29:00
I'm in problems!! please Help Me!!! I'm interfacing an 8051 from Atmel (AT89s8252) with an USB to serial converter from FTDI (FT232BM). The FT232BM is Bus Powered and the 8051 is powered through the BUS too. The interfacing i use is simply through the UART of 8051 directly to the TXD and ...Problem interfacing FT232BM and AT89S8252

New 8051 smart assembler

Schjaer - 2006-11-11 04:55:00
Hi those of you who are programming in 8051 assembler: If you have been missing instructions like Sub, Dec DPtr, CJE, or are tired of messages like "Conditional jump out of range", or want to do floating point math, or ...., you might want to try the free SesAsm51 assembler. Download it at...New 8051 smart assembler

connecting 8051 to cellular

sampei - 2004-02-19 11:55:00
Hallo, I'm doing a project (for a university exam) based on a 8051 microcontroller that comands with at commands a siemens cellular using 8051 serial port. Siemens cellular is connected to 8051 through its data cable,but: 1)if i send at commands to cellular with hyper terminal,it' ok 2)if i se...connecting 8051 to cellular

Using 8051 UART to interface with MatLab

b_martyn@pacific.edu - 2006-02-13 02:12:00
I have project for school where we are using the Cygnal 8051 mircocontroller to capture acceleration. My part of the project is to take the data stored in memory and use MatLab to produce graphs and such. My question is where do i get started... how can i directly interface the 8051 with Matlab...Using 8051 UART to interface with MatLab

Re: 8051 Bank Switching Applications

Pieter Hoeben - 2004-02-12 11:56:00
On Sun, 8 Feb 2004 20:15:19 +0000, Chris Hills wrote: > No, despite the Keil compiler being VERY efficient, there are many 8051 > programs that use more than 64K Hi, yes, the Keil compiler is efficient (as efficient as my old PLM compiler). But the structure of code you build with it isn'...Re: 8051 Bank Switching Applications

8051 Compact Flash Interface

aspirina_69 - 2005-08-25 12:52:00
Hi, I am trying to read/write data at any sector of CF with a 8051 in Language. I don't understand very well how CF works and i need to complete m project very quickly. I would like to know if there is anybody that could give some help ( code, for example) to communicate Compact Flash with ...8051 Compact Flash Interface

C Compiler for 8051 microcontroler

Rafael Dias - 2004-01-08 13:53:00
Hi folks.. I looking for C compilers (and C++ if exist) for developing systems for 8051 uC. Thanks.. ...C Compiler for 8051 microcontroler

8051 DATABOOKS

8bit - 2004-03-05 22:38:00
Does anyone know the date of the latest Philips Databook for their 8051 series? Thanks ...8051 DATABOOKS

8051

mack - 2007-03-19 08:31:00
can any1 please tell me, wat other storage devices i can use other than memory chips with microcontroller 8051... ...8051

Undergrad project-8051 specifications

Neha - 2006-08-29 11:04:00
Hi all. I'm an undergrad student doing a year long project on designing an 8051 variant for FPGA. We're required to decide upon the specifications, by targeting any particular application. I'd be really thankful for any suggestions for the applications.... Could someone guide me to sites...Undergrad project-8051 specifications

8051/serial port lockup

David Lindauer - 2003-12-12 09:32:00
hi, we are seeing a problem which we suspect *may* be an intermittent serial port lockup on the 8051 series. We have an 8051-based device which quits communicating sometimes. Basically we suspect that another component is holding the serial port in the low (break) state for prolonged per...8051/serial port lockup

8051 parts supplier in hyderabad?

Seemanta Dutta - 2006-06-05 02:29:00
Any pointers on 8051 parts supplier in Hyderabad, India? Long hours spent with google yielded good results for suppliers in Pune, Jaipur, Mumbai etc. but not in Hyderabad. Can anyone please help me, if he/she has been able to procure 8051 parts in Hyderabad before? Thanks in advance, Se...8051 parts supplier in hyderabad?

Re: von Neumann like microcontroller

Guy Macon - 2007-06-07 07:37:00
John Moore wrote: > Is there any microcontroller that allows one to map RAM into > the program address space? In other words, act like a von > Neumann based architecture. The 8051 can do that. The 8051 Bible explains all the details, and the technique is easily ported to other H...Re: von Neumann like microcontroller

8051

zibidi - 2006-02-01 12:39:00
HI all, I am trying to implement a 8051 based RTOS. Now I have to write a context switch function. I think that , copying all the neccesarry registers without pushing on to the stack works , do you think is this a good idea? Also what stack size is suitable for my RTOS ? (I t...8051

TCP/IP stack for GPRS

Jesper - 2005-03-07 13:42:00
Hey Any of you had any experience with running tcp/ip stack on 8051 for GPRS purpose?? Which 8051 uC and TCP/IP stack did you use?? Free ones preferred :-) Or should I use a different uC like AVR ATMega128 og an ARM7 like Phillips LPC21XX. I've only got experience with 8051 uC.... It's m...TCP/IP stack for GPRS

Learning the 8051

tone8051 - 2009-01-16 17:05:00
Can anyone recommend a book on the 8051 with a good explaination of interfacing to one, especially with regards to memory mapped I/O and how the timing works? I don't have much of a background in using microcontrollers (this is a hobby right now). ...Learning the 8051

Re: Using C to program the 8051 family

CBarn24050 - 2004-01-02 22:28:00
Well Mark when I got it it was supposed to be state of the art I imagine in another 5 years you'll be saying the same thing about the current Kiel package. For the sort of things I do I can't see me going back to the 8051. ...Re: Using C to program the 8051 family

8051 and SCC2692 uart

Folkert van Heusden - 2006-12-15 07:14:00
Hi, My boss gave me an embedded device with a 8051 processor coupled to a SCC2692 (by Philips) uart and the Keil c compiler. Now I was ordered to develop some kind of pc-interface. The problem now is: I have absolutely now idea how to access this SCC2692 uart. I have documentation the chi...8051 and SCC2692 uart

Fun with daft questions

FreeRTOS.org - 2008-04-15 13:49:00
One of the most common I receive - "Can you help me run Linux on my 8051", or more often than not "Can u plz give me source code for Linux on my 8051, waiting your reply. Urgent. Thx". I've just been looking at the search stats for last month on the FreeRTOS.org site, and believe it or not,...Fun with daft questions
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | next