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.

PROCESSOR-SDK-J784S4: trigger GPIO interrupt by software

Part Number: PROCESSOR-SDK-J784S4

Tool/software:

Hi experts,

I am using SDK RTOS 10 01 00 04 and Jacinto J784S4 EVM.

I am trying to trigger a GPIO bank interrupt by software to the C7x core.

I am using the GPIO 11 (connected to SW3 button on the EVM).

I am currently abble to trigger the GPIO interrupt to the C7x by pushing the button.

But i can't trigger the interrupt by software.

I am using CSL function to toggle the GPIO : CSL_GPIO_setOutputData()
The TRM says that it is possible to trigger the interrupt by soft :
 
I setup the pin 11 as output in the GPIO0 DIR01 register. I can still receive the interrupt by pushing the button. But it doesn't work when i toggle the pin output by software
I don't use the GPIO driver because it doesn't work for interruption to c7x (for this SDK) : J784S4XEVM: C7x GPIO Interrupt path issue - Processors forum - Processors - TI E2E support forums
I tried both wkup and main domain and i tried on different GPIO modules. 
Thanks,
Charles