Hello!
I'm using an LM3553 in a heavily heatsinked environment and require a higher continuous amperage sink than Torch mode can provide. Flash mode is providing the current levels I need, but of course only for a maximum of 3200 seconds before the safety pulse timer kills it.
Is there a method to:
- disable the safety pulse timer entirely?
- 'reset' the timer mid-flash (it must be storing the elapsed vs. target clock ticks in a memory address somewhere?)
- trigger the flash event again (via the i2c interface) before the first flash event has completed?
Sending a series of Flash->Torch->Flash->Torch... events over i2c does work, but leads to unpleasant flickering in LED output due to the time needed to send the serial command.
Any suggestions?