This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EVMK2H: Interrupts on Bare-Metal Evmk2h

Part Number: EVMK2H

I am doing bare-metal programming on the EVMK2H12, and I am trying to get timer based interrupts to work on the Arm A15 core. 

I am doing this by writing directly to the registers, but have run into a few problems. Thus far I have found the interrupt enable, enable_clear, and end_of_interrupt offsets but am having trouble finding anything else, I can't even find a single example of interrupts on the A15.

According the documentation for the address range for the Arm Corepac interrupt controller is 0x0264_0000 - 0x0264_07FF, or 00_256_0000 - 00_256_FFFF depending on where you look. So I don't know which base address to even use the few offsets I have found on. \

Provided a combination of those addresses is right, I can enable and disable interrupts and signify the end of an interrupt (which I assume is clearing the interrupt flag) but I can't actually trigger an interrupt. 

Can anyone provide an example of a bare-metal interrupt for the evmk2h12 board? Any help is appreciated and will get me further than I have gotten thus far on my own.