User Activity

Posted on December 30, 2016 at 18:59looking at the STM32F103REY6 chip on the SPWF01SA, it has 3 SPI's. Are all 3 of these available to be programmed (I don't see them mentioned in the datasheet) or is it possible to use one of the SPI's MOSI/MISO,SC...
Posted on December 11, 2016 at 15:05i have all my initialization code generated for STM32F217 SPI DMA  using STM32CUBE as MASTER. Does anyone have a good c code example of the main() with infinite loop while() code sending and receiving data and the...