Posted on October 25, 2016 at 16:48you'll need these lines where you're configuring the GPIO: GPIO_PinAFConfig(GPIOA, GPIO_PinSource0, GPIO_AF_??); GPIO_PinAFConfig(GPIOA, GPIO_PinSource1, GPIO_AF_??); I'm not sure exactly which GPIO_AF_* number you...
Posted on October 25, 2016 at 09:38just guessing here, but the slow peripheral clock speed (16MHz !) is causing timing errors when receiving on Arduino, you had to calculate a timing number to give the correct Baud rate, but there could be quite hig...
Posted on October 25, 2016 at 09:21''Michael, my compiler does not give me a warning.'' I'm using ARM-GCC compiler not setup anything special (Em:Blocks) it doesn't give quite all issues, but is pretty good ''That worked clive1, thank you'' yes, but...