Resolved! How to write on external IC's registers connected to the SPI2 line of STM32F407VG MCU?
Posted on December 09, 2017 at 12:46Hello everybody,I need to write some registers of an integrated circuit connected to an STM32F407VG MCU by the SPI2 line.I found these two functions: -SPI_I2S_ReceiveData() -SPI_I2S_SendData()which docume...