please tell me how can i send a message to lcd while recieved one interrupt. because i cant write a lcd command in ISR at keil compiler. please advise me javad majd
The usual technique is that your ISR sets a flag, then your "main loop" checks that flag, and writes the message when required.