Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Serial interrupt

Hi everyone!

I'm new to uC's. I've got through with LCD's, 7Seg's RTC's etc. Now I wish to try my hands at serial interrupts. I'm working on project in which my Host transmits multiple lines of text. I want to receive it & store in buffer so that I can process it. Also I want to display the numericals that i've received on 7 seg displays on 3 rows, I mean to say that I want to loop
my program in disp funtion but when serial interrupt occurs update data & again jump back to my disp funtion.

Can any one help me with this! I've tried a lot of coding
but I'm not getting it right!

Thanks in advance for your valuable comments!

MOsES