Question
BSP libraries and pin configuration
Posted on July 13, 2018 at 11:50
I'm using BSP libraries for STM32F469I-Discovery board. This board has goldpin female connectors matching Arduino Uno, so that Arduino shields may be used. Since BSP libraries have their own HAL configuration, do they configure pads of the microcontroller properly, such that appropriate goldpin has the same meaning as on Arduino Uno (GPIO, I2C etc.)? If not, how can I configure them?
I tried using CubeMX, but I don't know, what the proper configuration of pads is for BSP and I couldn't use LCD correctly.
