Related posts:
Introduction to Bluetooth Low Energy Light Development Kit - CC2540TDK-LIGHT
Android Support for TI's BLE LED Control
MSP430FR4133 Launchpad - Magnetic North Visualisation
Illuminated Tricopter Upgrade - Adding an Addressable LED Ring
MSP430FR4133 BoosterPack for Illuminated Tricopter
Bookshelf Lights Using TI's CC2450 BLE LED Modules
MSP430FR4133 Launchpad with Custom BoosterPack in Action
MSP430FR4133 Launchpad with Custom BoosterPack in Action - appendix
MSP430FR4133 Launchpad with Custom BoosterPack update
Adding Remotely Controlled Headlights to Tricopter
Issues when running LaunchPad from BoosterPack power
I've been powering the MSP430FR4133 LaunchPad from USB for a while and life was beautiful Then, I switched to using the BoosterPack to power all the components and here's where the trouble starts. LP started working sporadically, I could never guarantee that code will start executing. Then I started debugging the booster back since I assumed it's something I did wrong. I even decided to use a more powerful 3.3 voltage regulator (TI's LM1117-3.3) and had to etch another PCB to fit the different footprint
However, this didn't help. So I continued debugging and at some point I decided to remove all the jumpers from the LP (not only the recommended ones - GND, 5V and 3.3V) - And that was it! It seems that when you have the programming jumpers connected LP will start at random. This is what happens with Energia, at least. CCS might behave better since it's using a different driver for debugger.
Anyway, this was good enough for me but at some point I got tired from removing 7 jumpers and putting them back on every time I flash and test an updated Energia sketch.
Today I decided to use a bit of hot glue and a piece of board to make single block of jumpers that are easy to remove and put back onto the LP.
Cheers!
Top Comments