8051
Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.
We found 1064 threads matching "8051"
You are looking at page 1 of 27.
The most relevant threads are listed first
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...
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
...
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...
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 ...
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.
...
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.
...
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.
...
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...
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...
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...
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
...
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?
...
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...
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
...
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...
> 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...
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...
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.
...
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...
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...
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...
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...
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...
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...
Hi folks..
I looking for C compilers (and C++ if exist) for developing systems for 8051 uC.
Thanks..
...
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...
...
8bit - 2004-03-05 22:38:00
Does anyone know the date of the latest Philips Databook for their
8051 series?
Thanks
...
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'...
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...
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 ...
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 ...
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...
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...
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...
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).
...
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.
...
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...
Hi all. I'm using an 8051 to build a very simple robotic machine.
Basically a number of feet will be entered by the user before the unit
will turn. To calculate this distance I would like to place a sensor
on a wheel of the machine and count the rotations of the wheel to
calculate the distance.
...
2006-05-12 06:31:00
Hi.
I am interested in how a program could detect if it is running on an
8052 compatible device, or just 8051. It should be reliable, i e if the
device is not 8052 compatible, the test sihould not hang up the device.
One idea I have, is to write to the idata space and read back. But then
I ...
Hi,
Looking for what's out there in terms of built-in self-test
C language code for an 8051 product. Code snippet pointers
or even ideas on what would constitute a good BIT test
for an 8051 product. Already have in mind, a RAM test.
Any ideas on what else we can test for boot?
...
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next