Hi,
Is there a "best" way to swap to a dedicated interrupt stack in an ISR?
If I use the naked attribute then I can change the Sp and save... but I lose the intelligence of the compiler in knowing which registers need to be saved, and must save all registers. Is there some way to change the SP and then have the usual compiler prologue run?
Thanks in advance for any ideas.
Greg