문제

I'm working with ARM Cortex-A9 in a Zynq7020 and having problem with software generated interrupts.

When I generate (writing to the ICDSGIR register) a SGI in core ARM1 it is only triggered once and not again, more writes to ICDSGIR does not trigger the interrupt.

Generating a SGI in core ARM0 sent to ARM1 works fine but not ARM1 to ARM1.

Is there any special handling needed for SGI in the ISR? What could I have missed in the configuration?

도움이 되었습니까?

해결책

You probably should mark the end of interrupt by writing the interrupt ID along with the target processor to the ICCEOIR register:

ICCEOIR register

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top