Browse By Tags

  • Recovering from a hard fault cortex M3

    Hi,

    I'm new into  mixing C and ASM on Cortex M3 using keil, here is the question,

    Suppose that a function tries to access some memory that is not in the system, something like this, the system crashes with the hardfualt exception, so my question is…

  • Cortex M-3 on Zynq Evaluation and Development Board

    I want to run Cortex M-3 soft processor core on ZedBooard. I have downloaded the cortex M-3 IP core, created a deisgn by integrating Zynq Processor with Cortex M-3 processor and generated bitstreams.

    I have also included the provided SW repository from…

  • Compile error for core_cm3.c

    I'm currently trialing the Keil uVision compiler V5 with the ST demo board MCBSTM32 (uses an STM32F103R8).

    The Keil IDE indicates that a set of the inline assembler definitions are incorrect.

    __ASM uint32_t __get_PSP(void)

    __ASM void __set_PSP(uint32_t…