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.

TMS570LS1224: How to disable notification of GIO

Part Number: TMS570LS1224

Hi,

I'm using TMS570LS12x launchpad to verify my board. It uses falling edge of GIOA5 to trigger ISR function which will call gioNotification. It works well with _c_int00 calling gioInit, gioEnableNotification and _enable_IRQ.

Sometimes for disabling gioNotification, main function calls gioDisableNotification. But it seems gioNotification is still called by ISR. Please help me to find out mistakes I made or something I missed.

Best regards

Datïan