cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt conflict on PB11 PC11 pins

redcrow
Associate
Posted on July 08, 2016 at 15:14

Hi,

I'm working on stm32f410RB Nucleo board and I have to set interrupt on pins PB11 and PC11 but on CubeMX project setting one pin exclude the other one interrupt, why?

I have to configure it manually or is an hardware problem?
2 REPLIES 2
Radosław
Senior II
Posted on July 08, 2016 at 16:16

N pin can be set as interrupt only on one port.

PB11 and PC11 can be in the same time interrupts.

RTFM

Posted on July 08, 2016 at 16:34

I have to configure it manually or is an hardware problem?

It is a comprehension problem, the functionality is documented to support a single slot across all banks, if you use Slot 11 for PB11 you can't also use it for PC11, you'd need to use PC10 or PC12

This should be diagrammed in the Reference Manual, review.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..