Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/28/11 18:13
Read: times


 
#181664 - Learning requires study
Responding to: ???'s previous message
Morgan Osantowski said:
The micro controller I am wanting to use is a PISP 2.2 from GJ Microsystems.

It would be helpful if you would give a link to its website.

I really am JUST learning. I didn't understand most of what you said.

Fair enough.
These are key documents that you need to study in order to learn and, thus, understand:

1. The so-called "bible" for the 8051: http://www.8052.com/faqs/120112
This covers the basics - common to all chips built on the 8051/2 architecture

2. Tutorials: http://www.8052.com/tutorial
Again, common to all chips built on the 8051/2 architecture

3. The Datasheet for the specific chip that you are using.
This will tell you about the particular features of just that chip.
You should also check out the manufacturers website for other supporting materials

Many books are available about the 8051; eg,
http://www.8052.com/book/
http://www.keil.com/books/8051books.asp

The program I am trying to write SHOULD be very simple.

Only once you know the chip and how to program it!

I figured if i can write the program on the EdSim51 program, It should work for my board.

No simulator can ever provide a totally complete and 100% accurate simulation of the whole of real life.
It is important to understand its capabilities and limitations.



List of 21 messages in thread
TopicAuthorDate
problem with simulator?            01/01/70 00:00      
   First of all            01/01/70 00:00      
      normally?            01/01/70 00:00      
         RE: "normally"            01/01/70 00:00      
   just saw it            01/01/70 00:00      
      Erik            01/01/70 00:00      
         "bible time"            01/01/70 00:00      
   Thanks but....            01/01/70 00:00      
      all the same            01/01/70 00:00      
      Learning requires study            01/01/70 00:00      
         a small correction            01/01/70 00:00      
         Thankyou            01/01/70 00:00      
            the chips listed ....            01/01/70 00:00      
   bit/byte addressing            01/01/70 00:00      
   "unknown label"            01/01/70 00:00      
      Use code tags            01/01/70 00:00      
         relative addressing            01/01/70 00:00      
            the Assembler tells you.            01/01/70 00:00      
            How would I find out if the labels are undefined?            01/01/70 00:00      
         nope            01/01/70 00:00      
         horribly wrong            01/01/70 00:00      

Back to Subject List