Other Parts Discussed in Thread: LM3409, LM61480
Tool/software:
We're trying to design a new laser driving circuit that doesn't use the LM3409.
The signals that control the time domain from the formatter board to the LED driver board are as follows:
- "PMIC_(R/G/B)EN"
- "PMIC_SEN1"
- "PMIC_LM3409_DRVEN"
I understand that the "turn-off signal", corresponding to Dimming and "COMP",
is merged into the "PMIC_LM3409_DRVEN" signal to inactivate the LM3409 and control brightness.
The "PMIC_(R/G/B)EN" and "PMIC_SEN1" signals are used to control the timing of each color of the LED using a power MOSFET.
1. The question here is, aren't driving the enable pin low to disable the driver and shutting it off with a power MOSFET essentially the same thing?
I understand that "PMIC_SEN1" is necessary to quickly drain the node's residual power,
but wouldn't it be more effective to also force "PMIC_LM3409_DRVEN" to be inactive at the "PMIC_SEN1" timing?
2. The board you're testing in the second half of the year processes DUTY_OUT (appears to be for dimming)
generated by PWM and SEQ_CLK, and SEN1, (RED/GRN/BLU) EN signals with logic gates and feed them to the FET gate driver.
Is there a separate reason for not touching the LM61480's Enable pin? Isn't enabling PMIC_LM3409_DRVEN necessary to turn it off at the COMP timing?
3. If I process the signal coming from the FFC cable as follows, will there be any problem with the operation of the TPS99001?
(1) "PMIC_LM3409_IADJ" is a variable resistor that tunes the voltage of the LM61480 and is not used.
(2) "PMIC_LS_SENSE_P" is connected to the common cathode of the laser, "PMIC_LS_SENSE_N" is connected to GND,
and a 10mohm sensing resistor is connected between the common cathode and GND.
(3) "PMIC_REN", "PMIC_GEN", and "PMIC_BEN" are similar to your suggestion.
They process the external PWM signal (Default High) and the "PMIC_SEN1" signal with a logic gate and apply them to the power MOSFET.
(4) PMIC_CMODE and PMIC_SEN1 are used as is in the existing circuit.
(5) PMIC_LM3409_DRVEN is connected to the EN pin of the LM61480.
(6) To set the LM61480 to 2.2MHz, the RT pin is connected to GND, and for CCM, the SYNC/MODE pin is connected to the internal VCC. Since it is connected, PMIC_LM3409_SYNC will not be used.
4. Also, is LED_ANODE_DEVIDED for watchdog purposes? Does it not cause any problems if it's not connected at all? If it does, how do you handle it?
5. When you were testing, the anode-ground shunt due to PMIC_SEN1 and the PMIC_CMODE were blank. Are these things okay to remove?