Resolved! no SPI2 clock enable api/macro in stm32f0xx_hal_rcc.h
im using STM32F030R8T6 (nucleo F030R8 board)i tried to enable SPI2 peripheral clock, but i cant find any line in stm32f0xx_hal_rcc.h to enable spi2 clock,but there is macro for SPI1__HAL_RCC_SPI1_CLK_ENABLE()only few marcos for RCC_APB1ENR present in...