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.
We have connected a FAN outuput to the Wakeup pin - GPIO39 .
This GPIO 39 is in Wake up domain , what should be the interrupt number to use in MCU domain.
Basicaly route this wakeup pin interrupt to MCU domain. We want to get this interrupt.
WKUP_GPIO0_39 General Purpose Input/Output IO C25
Does it falls under any of below #defines ??
#define CSLR_MCU_R5FSS0_CORE0_INTR_MAIN2MCU_LVL_INTRTR0_OUTL_8 (168U)
#define CSLR_MCU_R5FSS0_CORE0_INTR_MAIN2MCU_LVL_INTRTR0_OUTL_9 (169U)
#define CSLR_MCU_R5FSS0_CORE0_INTR_MAIN2MCU_LVL_INTRTR0_OUTL_10 (170U)
Please share the interrupt mapping number for WKUP_GPIO0_39.
Hi Vignesh,
You can refer to led_blink example at <PDK_install_path>\packages\ti\drv\gpio\test\led_blink\src . This example toggles the WKUP_GPIO pin and configures the interrupt for it. This example can be build for mcu1_0.
Regards,
Parth
Hi Soumya,
You can find the relevant interrupt mapping in the TISCI documentation in the link below:
https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721e/interrupt_cfg.html
Regards,
Parth