• How can I use SVC interrupts from C++?

    I'm using the gcc toolset, and had hoped to be able use this functionality, however all of the documentation seems to state superseded or suspended.

    ARM Information Center

    I'm trying to target an STM32F4 processor.

    Any pointers to how to do this…

  • ARM GCC 4.7 tool chain and lo power state

    Hi

    I am using a ARM GCC tool chain 4.7

    My platform is a Cortex M3 based platform and we use a low power state

    In this low power state

    voltage of CM3 is reduced to 1.08 and all peripherals except RTC is put in self retaintion.

    RTC and a GPIO pin are only 2…