Peripheral Interrupt on PRU-ICSS

Hi,

I have PWM interrupts generated on ARM side and validated though a kernel ISR on linux side in AM335x. I want to route the PWM interrupts to PRU-ICSS.
Any information on how can this be achived will be hugely appreciated.

Cheers !!
Rakesh

Hi,

Seems there is a solution on TI Fourum.
http://e2e.ti.com/support/arm/sitara_arm/f/791/p/362435/1283854.aspx#1283854

Cheers !!
Rakesh

Hi rakesh i want to know what you mean by “I have PWM interrupts generated on ARM side and validated though a kernel ISR on linux side in AM335x” This is a question not related to the topic but can you help me here to understand. Thanks.

Hi Neo,

By PWM interrupts on ARM side i meant that I validated the generation of interrupts on ARM cortex A8 side through enabling the PWM peripheral interrupt and registering an ISR on it in the linux kernel driver. Thus i’m sure the interrupts are being generated on the cortex A8 interrupt controller. But this same interrupt i want to receive on PRU which i have not been successful so far.

Best Regards
Rakesh Ranjan