There is no peripheral clock available in specific for SPI in stm32l4xx_hal_rcc_ex.h, Could some one help which clock needs to be enabled for SPI1 communication
Virtual COM port & LPUART Tx(PG7) Works fine, but LPUART Rx(PG8) is not working.Tried in both Int & polling mode, able to send and receive via Virtual COM port.Configuration:static struct MCU_UART_S testIf_UARTStruct ={ .TxMode = KISO_HAL_TRANSFE...
Hi @Community member ,Thanks for the replay =)I have enabled SPI1 clock as you have mentioned above.I need to add it to PeriphClockSelection by picking from RCC_PeriphCLKInitTypeDef struct.e.g. RCC_PeriphCLKInitTypeDef PeriphClkInit = { 0 }; Perip...