2020-01-02 08:42 PM
Hi,
I am using STM32F103RDT6 for my project. I need only two seperate uart lines and 2 Gpios for to connect 2 RS485 transceivers.
Kindly reply
Warm regards,
Monisha OM
2020-01-03 01:54 AM
2020-01-03 08:31 PM
Hi,
Thank you for your response.
I have one more doubt.
What is the function of tamper_RTC pin. As in my case, I am not using any RTC. so can I make that pin float or use as GPIO? Do that pin have any default function.
Warm regards,
Monisha OM
2020-01-03 09:11 PM
PC13 is in the low power domain, you can use it as an input, or as a low current driver.
This is a datasheet, you'd do well to review it, saves having doubts. https://www.st.com/resource/en/datasheet/stm32f103rd.pdf
2020-01-04 02:00 AM
No GPIO pins have a default function after reset, only the debug interface (JTAG/SDWIO) pins.
Any other special function has to be explicitly activated first in the respective peripheral.
The debug pins have their internal pullups/pulldowns activated at reset.