• Infinieon XC Series: Change of ADDRSEL-Registers after EINIT
    Hello, is there a possibility to change the ADDRSEL1-Register after the EINIT-instruction on Infineon XC16X controllers? Perhaps with changing the Security Level? I've tried the following sequence...
  • Infinieon XC Series: Change of ADDRSEL-Registers after EINIT
    Hello, is there a possibility to change the ADDRSEL1-Register after the EINIT-instruction on Infineon XC16X controllers? Perhaps with changing the Security Level? I've tried the following sequence...
  • Change register before stack operation in Interrupt
    At the start of the interrupt operation, I would like to change some register value before push the registers to the stack. For example, void test(void) interrupt 7 { CLKSEL = 0x02; ... } ...
  • Change register before stack operation in Interrupt
    At the start of the interrupt operation, I would like to change some register value before push the registers to the stack. For example, void test(void) interrupt 7 { CLKSEL = 0x02; ... } ...
  • cycle penality before using a register as pointer
    Note: This was originally posted on 28th January 2011 at http://forums.arm.com Hi. it seem's that you can't use a modified register as a load address directly in the next cycle (with the Cortex A8) For...