Board Manager custom board: pin selection
We're implementing our own inverter board based on a G431 controller.
I'm currently going through all the required parts and I'm wondering how I am supposed to know the pins I can use for certain features.
Example: motorDrives, feature: CurrentSensing type ThreeShunt_AmplifiedCurrents requires the signals CURRENT_AMPL_U, CURRENT_AMPL_V and CURRENT_AMPL_W.
How do I know which pins of the MCU I can use for that? As these signals require the ADC periphery. Will the Board Manager check if I'm specifying valid pins?
What about Alternate Function routing for design flexibility?
What is the general approach for setting up a custom board in this regard?
