Hi Compiler team,
We have been using CL470 to compile cortex M4F. We leveraged quite a bit sample code from stellaris team. I looks to me that the sample code does not context stacking R4-R11 (it relys on the M4 hardware to context switch R0-R3 and the control registers). How do I know for sure that my ISR will not mess up R4-R11 registers to the interrupted process? Does the compiler do anything to protect these registers?
thanks..
Eric