[SOLVED] STM32F746G-DISCO -- SPI connection to PGA2311---
I have the STM32F746G-DISCO and after some good result with I2C bus I would like to interface a PGA2311 with SPI.This code hang the STM32 processor, why ?#include "stm32f7xx_hal_spi.h" SPI_HandleTypeDef spi = { .Instance = SPI2 }; void BSP_SPI_In...