2011-04-04 01:54 PM
PB3 digital input with pullup
2011-05-17 05:30 AM
For one thing, if you're going to remap things, you'll need the AFIO clock enabled BEFORE doing so.
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA | RCC_APB2Periph_GPIOB | RCC_APB2Periph_GPIOC | RCC_APB2Periph_GPIOD | RCC_APB2Periph_AFIO, ENABLE); // then GPIO_PinRemapConfig(GPIO_Remap_SWJ_Disable,ENABLE); But your board will be a total bastard to develop on and debug.