Dear all,
I can not get high voltage (+16V) at C12 (COUT) while power-on the LM3633.
The voltage measured on C12 is just 3.3V.
Is there any software procedure should be configured firstly? Please.
-Alan
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Alan,
My apology for misreading your post, yes there is an initialization sequence required top turn on the boost output.
The initialization sequence is:
0x10 = 0x00 ; assign leds to control bank A
0x28 = 0x07 ; enable boost feedback on HVLED1,2,3
0x2D = 0x03 ; OVP = 24V, fsw=1MHz
0x2F = 0x0D ; PWM Zero Detect = Enabled, PWM Polarity = Active High, Control B PWM = Disabled, Control A PWM = Enabled
0x2B = 0x01 ; Enable Control Bank A
0x40 = (non-zero value) ; Control A Brightness LSB, range 0 to 7
0x41 = (non-zero value) ; Control A Brightness MSB, range 0 to 255
If PWM is low boost will remain off until you apply PWM pulse > 750 nsec.
Randy
Hi Alan,
The 47 uF capacitor on SW pin will prevent the boost from operating properly, it must be replaced with a 1 uF cap.
Randy