cancel
Showing results for 
Search instead for 
Did you mean: 

Partial Alternate Function mapping

_behn4m
Associate II
Posted on October 08, 2013 at 23:35

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

#partial
2 REPLIES 2
Posted on October 08, 2013 at 23:41

Some vs All the pins are relocated. Pretty sure the pins involved are broken down in the Reference Manual, or part Data Sheet.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
_behn4m
Associate II
Posted on October 08, 2013 at 23:51

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 ?!!!