Posted on December 04, 2012 at 15:32Hi, I have this issue: PB3 and PB 4 should be a GPIO in push/pull. For PB4 the remap and configuration works fine, but i cant get a high level out of PB3. Here is my code:RCC->APB2ENR |=1; /* Enable A...
Posted on December 05, 2012 at 11:56Thanks for the hint. Unfortunately, stopping the clock to AFIO does not solve the problem. I've just tried to get this ST library running with Keil, but the GPIO_InitStructure can't be found. Do you know in which ...
Posted on December 05, 2012 at 08:43Is there anyone, who has ever successfully set up the remap for the GPIOs on the JTAG interface WITHOUT using the ST stnadard peripheral lib?
Posted on December 05, 2012 at 07:25Hi again, I've just looked into the lib, but i could not find a major difference between the register settings done by the lib, and the register settings done by my code. The only difference might be the initializ...
Posted on December 04, 2012 at 16:56Hi Clive1, Thanks for your prompt response. What library are you using? Can I get the sourcecode for this functions & constants? Thanks a lot, best regards