I have two PCB that i have to interconect. In the first one it is R1 (pull-up resistor) in the second one is R2 (pull-up). The yellow rectangle represents the interface between boards. My questions are:
- Which would be the value of the parallel resistors with different Vcc? In theory you cannot connect voltage sources with different values in parallel so I don't know how to calculate both the parallel resistor value and the equivalent-parallel voltage value.
- The maximum GPIO voltage of the first (left) board (for the microprocessor) is 3V, would this configuration connecting to other pull up to +3.3V break the microprocessor?


Regarding your question 1: If both pins are input, the voltage will be over 3V: VL = 3V + (3.3V - 3V) . 4.7K / (4.7K + 10K) = 3.1 V
Regarding your question 2: I would not do it. Take a look to this: https://electronics.stackexchange.com/questions/82104/single-transistor-level-up-shifter
– MF3 Apr 11 '23 at 13:02