| ??? 01/19/09 08:02 Read: times |
#161605 - Never underestimate the value of ISR Responding to: ???'s previous message |
Microcontroller programs normally uses their interrupt handlers as lightweight threads.
Most applications can separate the quick but timing-critical jobs into the ISR, and can then have a super-loop to prepare data or process received data until the next interrupt arrives. |
| Topic | Author | Date |
| RTOS? | 01/01/70 00:00 | |
| when the processor is suitable | 01/01/70 00:00 | |
| Hard with common MCS-51 | 01/01/70 00:00 | |
| no better | 01/01/70 00:00 | |
| For academic interest | 01/01/70 00:00 | |
| Never underestimate the value of ISR | 01/01/70 00:00 | |
| ISR among other things | 01/01/70 00:00 | |
| Not sure I agree with that | 01/01/70 00:00 | |
| Superloops are a simple enough concept. | 01/01/70 00:00 | |
Of course you need to know the concepts | 01/01/70 00:00 |



