Using SPI4 in STM32F429 - what are the changes needed
Posted on February 08, 2015 at 15:08I want to use STM429 MCU's SPI4 .But when I checked stm32f4xx_rcc.h it only provides upto 3 spi's gates.How can I add support for SPI4 ?What are the changes in the which files required inorder to achieve SPI4 wor...