User Activity

Posted on November 11, 2016 at 18:08Hello. I have got stm32f746 and I make project with cubeMX. I  want to use SPI4, SPI5, SPI6 as fullduplex master with 50Mb/s baudrate. Then I try to HAL_SPI_Transmit(&hspi4, pData, 1, 30000); in while(1) cycle. ...