When setting up pins to communicate using SPI on a sensortile I changed the Pins so one is the C and one the B GPIO, how would I set this up, I haeve only seen one somewhat related thread that wasn't comparable, thanks!
GPIO_InitTypeDef GPIO_InitStruct; /* USER CODE BEGIN SPI2_MspInit 0 */ /* USER CODE END SPI2_MspInit 0 */ /* Enable Peripheral clock */ __HAL_RCC_SPI2_CLK_ENABLE(); __HAL_RCC_GPIOB_CLK_ENABLE(); /**SPI2 GPIO Configuration PB15 ------> SPI...