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 13:38
Read: times


 
#83793 - Schematic is here.
Responding to: ???'s previous message
Dear Mr. Sutar,

Thanks a lot for your reply.

I can try the serial port stuff only tomorrow since it is 07:00PM here and I am at home. I will let you know the results.

I have tried writing a small program that does nothing else but initialises the LCD, creates two variables of uchar type one in data and other in code and then sends these variables to LCD. 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(cdata);
    while(1);
}


Upon executing the above program the LCD shows 'Lb' I tried changing the varible values to PQRsT almost everthing but in all cases the byte in data segment is displayed correctly but in code segment is not displayed always 'b'.

Here is the partial schematic of my board.



Thanks & 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