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.

AM5716:DSP核中,中断使用低电平生效后实时核启动失败

Part Number: AM5716

GPIO_DEVICE_CONFIG(GPIO_SPI1W_INT_ENABLE_PORT_NUM, GPIO_SPI1W_INT_ENABLE_PIN_NUM) |GPIO_CFG_INPUT|GPIO_CFG_IN_INT_FALLING,

之前是通过这个配置的,功能正常,但是存在低概率丢中断。

GPIO_DEVICE_CONFIG(GPIO_SPI1W_INT_ENABLE_PORT_NUM, GPIO_SPI1W_INT_ENABLE_PIN_NUM) |GPIO_CFG_INPUT|GPIO_CFG_IN_INT_LOW,

改成低电平之后系统启动失败