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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/06/11 05:57
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#181732 - Tested...
Responding to: ???'s previous message
Is the code that you showed the only thing that you programmed into the chip??

If so then you have left out support for the reset vector and any other initialization that your chip may require.

You need to know that many modern MCUs need some initialization code to run to configure things like the oscillator, UART port, Port properties selection. I see nothing like that in the code you say is your program.

Also be aware that when you came here with a question you didn't bother to tell us what exact MCU that you are using. There are so so many many variants of the 8051 it would not be possible to give specific advice about things that may be missing from your code.

Michael Karas


List of 15 messages in thread
TopicAuthorDate
My port does not do as my program            01/01/70 00:00      
   Tested...            01/01/70 00:00      
      Details of components            01/01/70 00:00      
         How a microprocessor/microcontroller starts...            01/01/70 00:00      
      Just a minute ...            01/01/70 00:00      
         Vectors            01/01/70 00:00      
            Difference between 8051 "Vectors" and ARM "Vectors"            01/01/70 00:00      
               All in a name            01/01/70 00:00      
                  Sort of            01/01/70 00:00      
         Vectors            01/01/70 00:00      
            There are many ways to skin the proverbial cat ...            01/01/70 00:00      
               placing an entire ISR in the space available            01/01/70 00:00      
         vectors and vectors            01/01/70 00:00      
         Startup            01/01/70 00:00      
   Found the problem !!!            01/01/70 00:00      

Back to Subject List