Posted on May 17, 2011 at 13:30Thanx Thats a good answer. It sounds like I do not need to relocate my IVT and ISRs to the RAM after all. Sounds like the worst thing that can happen is I get input data overrun and posible data lose on rare occasions....
Posted on May 17, 2011 at 13:30So the vector will need to point to a routine in ram instead of Flash, and that routine will need to manage those interupts. Um tricky. But I guess my ISRs should be slim enough to do that if they are written properly,...