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.

AM625: Using MCU GPIO interrupt on Linux

Part Number: AM625


Hello TI

  The version of SDK I use: ti-processor-sdk-linux-rt-am62xx-evm-08.06.00.42

  MCU SDK Version:mcu_plus_sdk_am62x_08_06_00_18

  I modified the following routine to find that the interrupt did not trigger.

  C:\ti\mcu_plus_sdk_am62x_08_06_00_18\examples\drivers\gpio\gpio_input_interrupt\am62x-sk\m4fss0-0_nortos

  Modify the device tree as follows

&mcu_gpio0 {
        status = "reserved";
};
&mcu_gpio_intr {
        status = "reserved";
};

Modify syscfg as follows

  When testing the program, I found that the interrupt did not trigger. I would like to know if there are other places to configure. I hope you can help.