Hi all, i need a help to move my first pass into this world of programming. I use a Cortex-M0 and my question is: how can I access to register R0-R12.. in language C? it's possible? I would save a variable into one register. Thanks bye.
Shrink IRAM1 from say 0x5000 to 0x4FFC in the Target dialog
*((unsigned long *)0x20004FFC) = 0x12345678; // .. RESET unsigned long bootval = *((unsigned long *)0x20004FFC);