| ??? 04/18/01 15:19 Read: times |
#10940 - RE: Ex0 interrupt within Ex0 interrupt. |
The whole problem is that you are trying to do too much in the ISR, the number of lines of assembly (20) I mentioned above was not a limit on assembly code but a limnit on TOTAL code executed in the ISR. What you are doing should be done by the ISR (re)setting a flag or counter and the rest handled in main.
Have fun, Erik |
| Topic | Author | Date |
| Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
| RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 | |
RE: Ex0 interrupt within Ex0 interrupt. | 01/01/70 00:00 |



