Does CubeMX SPI configuration include GPIO functionalities for the SPI pins?
I generated SPI1 on CubeMX. Does CubeMX SPI configuration include GPIO functionalities for the SPI pins, or do we need to programme GPIO manually?
I enabled SPI1 on CubeMX using STM32L433 on pins 11(SPI-CLK), 16(MISO), 17(MOSI). I am interfacing it to a Kionix MEMS sensor on SPI. I detect no signals on the pins. Do I need to separately write configuration for GPIO for the SPI pins?
I could not find any code generated by MX which allocates GPIO functions, incl AF to these pins.
I am wondering if it so, why is it not a part of MX code generated?
