Working on a ISR project in PLP 5.2, here’s the desription:
In this project, you will be adding an interrupt service routine(ISR) to an existing program. The program is already fullyfunctional hexadecimal counter that shows the current counter valueon the seven-segment display. You will use the timer to generate aninterrupt every x cycles (where x can be between 100 and 200cycles). Your ISR needs to do the following things: 1. Toggle alleight LEDs (i.e. if they are all off, they should all be turned onand if they are already on, turn them off) 2. Perform any tasksnecessary to allow another timer
OR
OR