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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/17/13 16:02
Read: times


 
#189222 - not getting response from p89lpc954
This is my simple code.
#include "reg952.h"

void main()
{

P5M1=0x00; //all pins are in push pull
P5M1=0xFF;

P5 = 0xFF;

while(1); // Infinite loop
}

but it is not responding to my code.
plz suggest any particular settings in keil and labtool to work my code.

List of 11 messages in thread
TopicAuthorDate
not getting response from p89lpc954            01/01/70 00:00      
   did you do it as a project?            01/01/70 00:00      
      yes            01/01/70 00:00      
         are you using the eval?            01/01/70 00:00      
            not using eval            01/01/70 00:00      
               what is            01/01/70 00:00      
                  repeat - what is            01/01/70 00:00      
               is the oscillator running?            01/01/70 00:00      
      questions            01/01/70 00:00      
   What at the others in your class doing ?            01/01/70 00:00      
      7.373MHZ internal            01/01/70 00:00      

Back to Subject List