Posted on February 28, 2013 at 04:03A am using STM32F103T4, a low density device, and want to use the re-mapped SPI1. Below is my implementation: /* GPIO and AFIO clock enable */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO| RCC_APB2Periph_GPIOB, EN...