Issues with Port E - STM32F3DISCOVERY
Posted on October 28, 2016 at 14:57Hi, I�m not allowed to configure some port E pins. RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOE, ENABLE); GPIO_InitTypeDef GPIO_InitStructure; GPIO_InitStructure.GPIO_Pin = GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pi...