The max number of external inputs using interrupt at the same time?
Dear SIR,
What is the max number of external inputs using interrupt at the same time?
In my application, it uses 22 GPIO as external input as Fig.1.
1. I use STM32CubeMx to set "PB1" to "GPIO_EXT1" then set "PC1" to "GPIO_EXT1", after setting "PC1", the "PB1" change to unassigned state? it seems not allowed to set PinX1 at the same time? (see Fig.0)
I want to hook an interrupt for each external input, but it seems not workable after I see the document and code
see Fig.2, Fig.3 and Fig.4
2. The max external input using interrupt is 16, is my understanding correct?
3. If it supports more than 16 external input pins, how to set it in STM32CubeMx?

Fig. 0

Fig.1

Fig.2

Fig.3

Fig.4
