Hi,
Trying to escape from CCS, I’m using sysgcc with em::blocks. My code generally compiles but I’m finding difficulty accessing the CPU registers, particularly the stack pointer. This is used to get the micro out of low power mode on exit from an interrupt by changing the values in the copy of the status register on the stack. In CCS this is handled by some TI magic that does it in some hidden way. Is there some documentation available to help with this and using sysgcc in general?
Cheers, David.