4 years, 5 months ago.

F103RB multiple interrupts

Hello, everyone.

My goal is to acquire data using interrupts with two incremental encoders. However, only one of the interrupts is activated when multiple declaration is made.

Please show me a clear way to this problem

InterruptIn left_encoder(PD_2); InterruptIn right_encoder(PB_2);

Be the first to answer this question.