Hello,
We are seeing issues in enabling the LM5106 MOSFET driver chip. Not sure what is going wrong. Got a doubt though ...
This is the sequence of instruction we have for setting the input and enabling the driver in our AHB circuit
GpioDataRegs.GPACLEAR.bit.GPIO0 = 1; // IN of one arm of the AHB
GpioDataRegs.GPACLEAR.bit.GPIO1 = 1; // IN of the other arm of the AHB
// Need delay here ?
GpioDataRegs.GPBSET.bit.GPIO58 = 1; // Enable of the first arm of the AHB
GpioDataRegs.GPBSET.bit.GPIO59 = 1; // Enable of the other arm of the AHB
The processor that is driving the LM 5106 is running at 200 Mhz, so the delay between setting the input and setting the enable is about 5 nS. Is that too "fast" ? Do we need a delay between the setting the input and enabling the driver ? The various propagation delays of the 5106 are much higher than 5 nS.
Appreciate any pointers.
Thanks. -Bhaktha