2013-10-08 02:35 PM
what is difference between two ''Partial Alternate Function mapping'' and ''Full Alternate Function mapping'' for @param in GPIO_PinRemapConfig() on stm32f10x_gpio.c driver?
thank you #partial2013-10-08 02:41 PM
Some vs All the pins are relocated. Pretty sure the pins involved are broken down in the Reference Manual, or part Data Sheet.
2013-10-08 02:51 PM
tnx, it's in reference manual
and just another question. I tried to use UART to connect pc serial port, but it doesnt work until I found it should config on USART! so, why USART? As I know the serial port is Asynchronous, isn't it ?!!!