Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 months ago.
Which pins of the F103RB are compatible with InterruptIn?
Every time i try a pin other than PC_13 (User Pushbutton) i receive a message saying that ("This pin is incompatible with InterruptIn") through serial at execution time.
Question relating to:
1 Answer
8 years, 7 months ago.
Right mouse button on the mbed library, click on update. While I don't have this one myself, all STM32 targets should be able to handle every button as interruptin, only when they were just introduced STM was a bit lazy with the code.
A limitation is that you cannot have multiple interruptins on pins with the same number, so for example not on PA_1 and PB_1 at the same time.