2013-09-06 05:44 AM
Guys,
I saw these codes, #ifdef USE_STM3210B_EVAL #define USB_DISCONNECT GPIOD #define USB_DISCONNECT_PIN GPIO_Pin_9 #define RCC_APB2Periph_GPIO_DISCONNECT RCC_APB2Periph_GPIOD #define USB_LED_PORT GPIOC #define RCC_APB2Periph_GPIO_LED RCC_APB2Periph_GPIOC #else /* USE_STM3210E_EVAL */ #define USB_DISCONNECT GPIOB #define USB_DISCONNECT_PIN GPIO_Pin_14 #define RCC_APB2Periph_GPIO_DISCONNECT RCC_APB2Periph_GPIOB #define USB_LED_PORT GPIOF #define RCC_APB2Periph_GPIO_LED RCC_APB2Periph_GPIOF #endif /* USE_STM3210B_EVAL */ How can I redefine it if my USB is on PA11 and PA12 ? thanks2013-09-06 06:30 AM
How can I redefine it if my USB is on PA11 and PA12 ?
Aren't they on thehttp://www.icbase.com/File/PDF/STM/STM30870802.pdf
?2013-09-06 02:44 PM