• NMI Handling in Bootloader
    Hi, i use a Little Assembler Program to copy a Bootloader from Flash to RAM and it works fine so far. The question i'm asking myself: The Program starts automatically at the Reset-Vector in Flash...
  • CORTEX-A processor interrupt handling
    Since I am currently reading lot of ARM documents to understand the architecture as a whole, I request you to mention as to what happens in case of CORTEX-A processor in the nested interrupt handler implementation...
  • How to handle Interrupt with certain interrupt ID in Arm Trusted Firmware
    Hi, I'm new to Arm Community. Regarding to trusted firmware document, it seems that I cannot register an interrupt handler with certain interrupt ID. They reserved the id parameter as INTR_ID_UNAVAILABLE...
  • [CM4] Best general way to handle a hardfault/lockup
    Over the past few months I've been doing a lot of work on a Kinetis K24 processor, which is a Cortex-M4, running the MQXLITE RTOS. It also has a couple other SDKs built in and a surprising level of complexity...
  • A72 not handling IRQ properly
    I want a register write to happen whenever there is an interrupt at irq pin of core 0 and I have written the code for the same. A72 branches to address 0x18 (V=0 and VE=0) by default whenever there is...