2013-12-31 04:49 PM
Guys,
Can I use MAX485 and STM32F107VCT6? I can't find VH max on F107 datasheet, is it possible if I interface MAX485 with STM32F107VCT6 USART ? pin PA9 and PA10 connected directly to MAX485 Any clues ? Thanks #contact-bounce2014-01-01 04:51 AM
''I can't find VH max on F107 datasheet''
http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1031/LN1564/PF221020
Tables 36-37 ?2014-01-01 03:10 PM
Found, thank you,
So it's possible if I use 5V supply for MAX485 but the input is from USART1 of STM32F107, do you reckon ? Any experience on how to use GPIO as input button ?2014-01-01 03:59 PM
Both PA9/PA10 are FT (Five Volt Tolerant), an output in OD mode can be pulled to a 5V supply.
Button and GPIO inputs are on practically any Dev/Eval board you can find, look at some schematics. Typically you have a pull-up to 3V connected to one side of the button, which connects to your GPIO pin, and the other side of the button to ground. With the button not press you see a HIGH, when the button makes to ground you see a LOW.2014-01-01 11:19 PM
Don't forget
...