Posted on September 20, 2012 at 11:44Hello, We want to use PB3 of the microC. As found in some forums we have to disable JTAG. We do this using following line of code: GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE); Then we want to use P...
Posted on April 09, 2015 at 11:37Hi.it seems I'm facing a similar issue like Sladic.Klemen.I would have a working stack(fnet). Also I'm able to read/write registers, but I get no connection.As far as I understand, without any software at port 3 the ...
Posted on September 25, 2012 at 12:11Thanks Clive. I've looked into the registers and they contain valid data. RCC_APB2ENR->IOPBEN = 1 RCC_APB2ENR->AFIOEN = 1 AFIO-MAPR->SWJ_CFG = 0x4 We tried it with iJet, jLink, jTrace it wasn't working (just a...