Other Parts Discussed in Thread: TM4C123GH6PGE
Hello Everyone
I am working on a PDU Card for a project.
The circuit basically works like this: 40-60V from external power supply feeds to DC DC converters and LM5576. The LM5576 drops this to 5V and feeds the circuit components. Meanwhile, TM4C123GH6PGE selects channels for multiplexers and at reads the values on the Multiplexer pins at that moment.
This is the schematic of how we use LM5576 on the circuit:
This is the schematic of some of the Multiplexers and current senses:
On this card whole components feeds with 2 x LM5576.
If I selected a specific channel on multiplexer with my TM4C123GH6PGE there is no issue. But when I start to switch address pins on the Multiplexer the circuit behaves weirdly. Power goes off and on very fast, and the current which the whole circuit draw is goint to zero. If I disable the LM5576 and feed the circuit with external power supply there is no problem on working. This could be the key part of the problem.
What could be the reason of this issue? And how to avoid it?
Thanks, regards.