MbedOS Error Info - InterruptIn error: irq channel conflict

Hi everyone, I’m new on Mbed Studio !

I’m trying to test a program with the compiler GCC_ARM, with the latest version of mbed-os which is the 6.15.1 and my target is a NUCLEO F767ZI.

The compilation gives no errors but when I try to run the program, this message appears on the board’s terminal. Do you have any idea on how to fix it ?

Thanks a lot !

Hello,

you must provide much more context normally. However the last line seems to be important. That tell you about you use pins with same IRQ line .

BR, Jan