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.

unexpected power flow mode of BOOSTXL-C2KLED

Other Parts Discussed in Thread: LAUNCHXL-F28027, BOOSTXL-C2KLED, TPS40200

I discovered an unexpected power flow mode while using the combination of LAUNCHXL-F28027 and BOOSTXL-C2KLED. I had jumpers installed on headers J2 and J8 of the Booster Pack, and I had jumpers installed on headers JP1, JP2 and JP3 of the Launch Pad. The Booster Pack and the Launch Pad were connected together. These jumpers were in place for development of a stand-alone application, i.e. the 12 V supply was connected but the USB cable was not connected. My stand-alone application worked fine, as expected.

Then I decided to make a change to my code. I unplugged the 12 V supply, expecting as a result that it would be impossible for the boost converters and RGB LEDs to receive power. I then connected the USB cable to modify the code that I wanted to be programmed into flash memory. My original code in flash memory began executing as soon as the USB cable was connected, which I anticipated, but to my surprise the power stage was powered up as well. I examined the V+ supply voltage in the expressions window, and found it to be 4-5 V depending on the current demand. In other words, it seems that the TPS40200 circuit intended to power the 5 V line from the 12 V supply during stand-alone operation was allowing the V+ supply line to receive power from the 5 V supply line of the USB connection when modifying code. My mistake, of course, was that I should have removed the jumper on JP3 before connecting my un-powered target system to the USB cable (this jumper cannot simply be removed altogether, since it is necessary to achieve stand-alone operation). Although no damage occurred to either my USB port or the target hardware, I thought it might be a good idea to post this observation since it wasn't obvious to me that this type of reverse power flow mode could occur.

  • Hi David,

    The above condition could've damaged your USB if the current would've exceeded above certain limit.

    Anyways thanks for sharing the observation; yes such situations can happen and should be protected using some conditioning/circuitry. This can be avoided by just being a bit "careful"  :)

    Regards,

    Gautam

  • Hi Gautam,

    Thank you for your response.

    I have a follow-up question. In my original post, I described a stand-alone application (12V supply connected, USB cable not connected) with all jumpers in place (J2 and J8 on the Booster Pack and JP1, JP2 and JP3) on the Launch Pad. This system works as desired. As soon as I connect the 12V supply, my flash code begins executing and the RGB LEDs begin to operate according to plan.

    However, if I simply remove the jumper on Launch Pad JP3, then the system no longer works. In this case, when I connect the 12V supply, the RGB LEDs do not turn on at all. Therefore, in my previous post, I stated that the JP3 jumper was essential for proper stand-alone operation. However, when I examine the schematic diagrams, I can find no reason for using a jumper on JP3 during stand-alone operation, and I cannot understand why my system is responding differently depending on the presence or absence of the JP3 jumper.

    Any ideas?

    Thanks,

    David

  • Hi David,

    I guess you didn't check out the schematics correctly:

    Here's the order: Through JP3 jumper placement: USBVCC is the signal fed to U4 (TLV1117-33) which is an LDO (Linear regulator), which in turn is fed to VREGIN of the controller as FTDI_3V3

    Also, FTDI_3V3 is the parameter fed to all the LEDs on the circuit.

    So, its all dependent on the JP3 jumper whether or not to switch on the system.

    Regards,

    Gautam