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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/24/04 16:00
Read: times


 
#83802 - Real code I will post tomorrow.
Responding to: ???'s previous message
Dear Friends,

I am sorry for not being able to post the parts of my real code since I am not at my office. Tomorrow I will post the real code. I observed a mistake in typing sample code in earlier message. The real code I used for testing looks something like this.

void main(void)
{
    unsigned char data ddata='L';
    unsigned char code cdata='M';
    unsigned chat data temp;
    
    init_lcd();
    temp=ddata;
    lcd_data(temp);
    temp=cdata;
    lcd_data(temp);
    while(1);
}


Regards,
Prahlad Purohit


List of 18 messages in thread
TopicAuthorDate
P89C668 MOVC problem.            01/01/70 00:00      
   Earlier discussions.            01/01/70 00:00      
   Timing problem?            01/01/70 00:00      
      Re: Timing Problem.            01/01/70 00:00      
         How do you program?            01/01/70 00:00      
            Seciurity bits.            01/01/70 00:00      
               A bug in the chip?            01/01/70 00:00      
   Can you give the schematic ?            01/01/70 00:00      
      Schematic is here.            01/01/70 00:00      
         Real code I will post tomorrow.            01/01/70 00:00      
   More sacrifice needed            01/01/70 00:00      
      Flash Magic            01/01/70 00:00      
         Flash Magic            01/01/70 00:00      
            XRAM Turn ON.            01/01/70 00:00      
            I missed this - Russell.            01/01/70 00:00      
               maybe            01/01/70 00:00      
                  Caught the cause of problem.            01/01/70 00:00      
                  256 bytes less...            01/01/70 00:00      

Back to Subject List