??? 03/03/05 01:56 Read: times |
#88933 - No, don't! Responding to: ???'s previous message |
Mehdi said:
Every problem has a solution! Which is why it's so important ot be sure that you're solving the right problem! It dont depend to anybody changing that to a new problem! But what Rahul is attempting to solve is an unnecessary problem, and will cause untold further problems! Jump to a specific point from interrupt(main program here)
Means that change return address from interrupt so you have only one ways, that is changing return addreess in ISR. That is true - if that was what you really needed to do. What we are saying is that Jumping from an ISR to another location is a bad idea, and is almost certainly unnecessary anyway. There is almost certainly a far better way to achieve the required result. |