
How is my 3.3V rail feeding back to my 5V rail??
The board is a dot-matrix control board (7-rowsx10-columns) with can communication interface
it has 3 voltage rails:
- +24V input goes to a MC34063 buck ic
- +5V from the buck converter
- +3.3V from an AMS1117 regulator
in this test setup I'm feeding the board a 3.3V from an stlink just to program the board but I noticed that there is also a voltage appearing on the +5V rail when measuring I get about 2.5V
I disconnected the stlink and measured the resistance between the 5v and 3.3v rail and go about 7kohm resistance
on the board I have:
- stm32f103c8t6
- ULN2003 darlington array IC to drive the dot matrix rows
- MCP2551 ic for CAN communication
I'm suspecting the ULN2003 to be the reason for this because I'm connecting it's Vcc to +5V
what could be the reason for this?
could this create problems down the line??
EDIT: You can find the shematic in the link below