User Activity

I've been messing with the LL drivers for SPI and have run into some confusion.I have HCLK set to 100 Mhz and PCLK1 set to 25 Mhz.I set up the bus using the code generated from STM32cubeMX:static void MX_SPI1_Init(void) {   /* USER CODE BEGIN SPI1_...