Hello !
I find one more missing definitions ( output ) from config tool.
For proper manipulation of GPIO pin , e.g configure port as GPIO port, manipulate with pin state and return this pin as peripheral pin
2 different "port" definition are reguired, GPIO_Type and PORT_Type.
But Config tool generates only PORT definition.
#define BOARD_INITPINS_SENSOR_I2C_SCL_PORT PORTA /*!<@brief PORT device name: PORTA */
#define BOARD_INITPINS_SENSOR_I2C_SCL_PIN 2U /*!<@brief PORTA pin index: 2 */
Is any settings exists what can force Config tool for generate GPIO type as well.
#define BOARD_INITPINS_SENSOR_I2C_SCL_GPIO_PORT GPIOA
Regards,
Eugene