EmbeddedRelated.com

8051 Compact Flash Interface

Started by aspirina_69 in comp.arch.embedded19 years ago 6 replies

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...

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 at True ID Mode. Thank you very much for all attention and help Best Regards, Tiago M...


8051

Started by Reenamu in comp.arch.embedded15 years ago 9 replies

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...

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


Problem interfacing FT232BM and AT89S8252

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

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...

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 RXD pins of FT232BM. Just for testing, I've programmed the 8051 t osend a byte to the port conti...


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

Started by Anonymous in comp.arch.embedded19 years ago 6 replies

Respected Experts, I am Ravikumar.N, working on 8051 microcontroller. I have an issue regarding the pulses of unknown...

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 Purpose: I want to measure the pulse width of the unknown frequency that will be fed to 8051....


Is the 8051 architecture public domain?

Started by Jean Nicolle in comp.arch.embedded19 years ago 6 replies

Lots of companies have 8051 compatible chips... Atmel, Dallas, Philips, Siemens... Is the 8051 CPU public domain, which could explain why so...

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.


Chipcon/8051 sanity check

Started by FreeRTOS.org in comp.arch.embedded17 years ago 18 replies

Hi, I have a problem with a timer interrupt on a CC1110 (8051 with wireless interface) that I have been staring at for an hour with no...

Hi, I have a problem with a timer interrupt on a CC1110 (8051 with wireless interface) that I have been staring at for an hour with no success. 8051 is not a strength of mine so I would appreciate your comments - Given the (very!) simple program: char x; int main( void ) { char c = 0; ____IEN0 &= ~pdBIT_7; ____SetClockSource(); // Setup processor clock. ____vInitTimer3( 100...


Using C to program the 8051 family

Started by Aliasger in comp.arch.embedded20 years ago 154 replies

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...

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 programming the 8051 in C? Thanks a lot. - Al


Is 8051 enough?

Started by xelon in comp.arch.embedded18 years ago 9 replies

I'm working on my final year project. I have to receive voice(8KHz and 8-bit is enough) with an ADC and send it to a computer via Internet. So I...

I'm working on my final year project. I have to receive voice(8KHz and 8-bit is enough) with an ADC and send it to a computer via Internet. So I have to choose a microcontroller. The embedded system that I want to design includes: 1. ADC and DAC 2. Network Controller 3. Graphical LCD *I have experience with 8051. Do you think 8051 is enough for this project? I have doubt about required...


Fun with daft questions

Started by FreeRTOS.org in comp.arch.embedded16 years ago 10 replies

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...

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, the number one search with more than 50 entries (so more than once a day!) is "Linux 8051". I wo...


connecting 8051 to cellular

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

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...

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 send at commands from micro to pc,it's ok 3)if i send at commands from micro to cellular,it doesn't r...


Using 8051 UART to interface with MatLab

Started by b_ma...@pacific.edu in comp.arch.embedded18 years ago 1 reply

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...

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.


New 8051 smart assembler

Started by Schjaer in comp.arch.embedded16 years ago 10 replies

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...

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 this link, www.programmersheaven.com / Assembler / 8051 / Development Tools / SesAsm51 Jorge...


Using Visual C/C++ to do 8051 development

Started by Ed in comp.arch.embedded20 years ago 52 replies

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...

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 to do 8051 development (these are systems where there is almost no assembly except for the startup...


Porting JAM-Player from 8051 to AVR?

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

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...

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: http://www.opera.com/m2/


Controlling 230V 100W Electric Bulb using 8051 microcontroller.

Started by Srinivas Nayak in comp.arch.embedded12 years ago 17 replies

Hi, I am designing a 8051 microcontroller system. It has ports for interfacing. How can I control a 230V 100W Electric Bulb using 8051...

Hi, I am designing a 8051 microcontroller system. It has ports for interfacing. How can I control a 230V 100W Electric Bulb using 8051 microcontroller ports? In essence, how do we control high voltage applications using 8051 microcontroller? Sincerely, Srinivas Nayak


8051 Controller

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

Hello I am new to the 8051 compatible controller. I am used to PIC as well as Renesas and using C. The 8051 does not have a "Port Direction"...

Hello I am new to the 8051 compatible controller. I am used to PIC as well as Renesas and using C. The 8051 does not have a "Port Direction" to set. I have some questions regarding this: - How to set it as input? I read something of writing 1 to the latch. However, this is as using it as output and set it. I don't get its function. - How to set it as output correctly? - There is a d...


8051 serial communication with 2 devices

Started by ARUNBALAJI in comp.arch.embedded8 years ago 8 replies

i would like to connect 2 devices like GSM, Zigbee, with one 8051 microcontroller. is it possible to connect with one 8051 are i need to provide...

i would like to connect 2 devices like GSM, Zigbee, with one 8051 microcontroller. is it possible to connect with one 8051 are i need to provide separate microcontroller for each device. please provide me some technical explanations --------------------------------------- Posted through http://www.EmbeddedRelated.com


C Compiler for 8051 microcontroler

Started by Rafael Dias in comp.arch.embedded20 years ago 31 replies

Hi folks.. I looking for C compilers (and C++ if exist) for developing systems for 8051 uC. Thanks..

Hi folks.. I looking for C compilers (and C++ if exist) for developing systems for 8051 uC. Thanks..


8051

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

can any1 please tell me, wat other storage devices i can use other than memory chips with microcontroller 8051...

can any1 please tell me, wat other storage devices i can use other than memory chips with microcontroller 8051...


8051 DATABOOKS

Started by 8bit in comp.arch.embedded20 years ago 5 replies

Does anyone know the date of the latest Philips Databook for their 8051 series? Thanks

Does anyone know the date of the latest Philips Databook for their 8051 series? Thanks