stm32f2xx pb 14 hardware fault
Posted on November 01, 2013 at 08:55When i use the command GPIO_PinAFConfig(GPIOB, GPIO_Pin_14 ,GPIO_AF_SPI2);the controller goes to a hardware fault.my init function is void SPI_FLASH_Init(void){ SPI_InitTypeDef SPI_InitStructure; GPIO_InitTypeD...