Part Number: AM2612
Champs:
Q1. Is the AM2612 supporting the Nested Interrupt?
If yes, where is the documents?
Q2. The Inturtup is Level trigger of the signal?
And how to set the interrupt as Edge Trigger? (High or Low Edge).
Thanks.
BR Rio
Part Number: AM2612
Champs:
Q1. Is the AM2612 supporting the Nested Interrupt?
If yes, where is the documents?
Q2. The Inturtup is Level trigger of the signal?
And how to set the interrupt as Edge Trigger? (High or Low Edge).
Thanks.
BR Rio
Q1. Is the AM2612 supporting the Nested Interrupt?
If yes, where is the documents?
Please refer to features supported section here:
Q2. The Inturtup is Level trigger of the signal?
And how to set the interrupt as Edge Trigger? (High or Low Edge).
The AM261x microcontroller supports both edge-triggered and level-triggered interrupts, providing flexible interrupt configuration options for different peripherals and use cases
For ARM R5 cores on the AM261x, interrupts can be configured as either level or pulse (edge) interrupts using the HwiP_Params structure [2]. The isPulse parameter controls this behavior:
This configuration is specifically applicable to ARM R5 and ARM M4 processors [2].
The VIM module provides hardware assistance for prioritizing and controlling interrupt sources [3]. Each source interrupt is defined as either:
SDL_VIM_INTR_TYPE_LEVEL = 0)The VIM supports up to 256 interrupt channels with programmable priority and masks [4].