There are 5 messages in this thread.
You are currently looking at messages 0 to 5.
Hello, All!
I'm studying 8051 microcontroller now. Please recommend some resources
with sample projects, which I could implement with Keil compiler and
simulator, cause currently I don't have real hardware.
Thanks in advance!
With best regards, Roman Mashak. E-mail: m...@tusur.ru
In article <c7lguf$2j1t$1...@mpeks.tomsk.su>, Roman Mashak <m...@tusur.ru> writes >Hello, All! > > I'm studying 8051 microcontroller now. Please recommend some resources >with sample projects, which I could implement with Keil compiler and >simulator, cause currently I don't have real hardware. > Thanks in advance! > There is some stuff on my web site. Also the C51 primer under the QUEST button. Regards chris /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ \/\/\/\/\ Chris Hills Staffs England /\/\/\/\/\ /\/\/ c...@phaedsys.org www.phaedsys.org \/\/ \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Hello, Chris!
You wrote on Sun, 9 May 2004 22:16:57 +0100:
??>> I'm studying 8051 microcontroller now. Please recommend some
??>> resources with sample projects, which I could implement with Keil
??>> compiler and simulator, cause currently I don't have real hardware.
??>> Thanks in advance!
CH> There is some stuff on my web site. Also the C51 primer under the
CH> QUEST button.
Thank you, your resource is really useful.
But, unfortunately, I found only tutorial on C51 (compiler) and a bunch
of utilities related to 8051 microcontroller development.... And I'd like
to explore some simple project imvolving 8051, without necessity to use
soldering iron :) or any development board (cause I don;t have it).
With best regards, Roman Mashak. E-mail: m...@tusur.ru
Roman Mashak wrote: > Hello, All! > > I'm studying 8051 microcontroller now. Please recommend some resources > with sample projects, which I could implement with Keil compiler and > simulator, cause currently I don't have real hardware. > Thanks in advance! > There should be loads of stuff about, e.g. the Philips 8051 series data/apps CD. Also try working round the 8051 webring, you can start here: <http://o.webring.com/hub?ring=80x51> which should come up with something to suit. But get some hardware ASAP: you only need (say) a Philips 80C51RD2, a crystal, a breadboard, a MAX232 equivalent, a couple of switches and Flash Magic. Oh, and 5V PSU. The boy did it for GCSE a few years ago. Paul Burke
Hi, Try looking at www.8052.com It might contain something useful for utility code, etc. Edwin "Paul Burke" <p...@scazon.com> wrote in message news:2...@uni-berlin.de... > Roman Mashak wrote: > > > Hello, All! > > > > I'm studying 8051 microcontroller now. Please recommend some resources > > with sample projects, which I could implement with Keil compiler and > > simulator, cause currently I don't have real hardware. > > Thanks in advance! > > > > There should be loads of stuff about, e.g. the Philips 8051 series > data/apps CD. Also try working round the 8051 webring, you can start here: > > <http://o.webring.com/hub?ring=80x51> > > which should come up with something to suit. But get some hardware ASAP: > you only need (say) a Philips 80C51RD2, a crystal, a breadboard, a > MAX232 equivalent, a couple of switches and Flash Magic. Oh, and 5V PSU. > The boy did it for GCSE a few years ago. > > Paul Burke >