-
Content Count
42 -
Joined
-
Last visited
-
Days Won
3
Reputation Activity
-
-
KatiePier got a reaction from jazz in MSP430FR5969 Wolverine Issues
Hi @@amstan,
I think I know what might be your problem.
In the FR5969 user's guide section 8.3.1 on p. 310, it mentions that on this device, all port pins are not only Hi-Z at startup, but that the pin initialization that you do does not take effect until you clear the LOCKLPM5 bit in the PM5CTL register. This is different than most other MSP430s, so it's an easy step to miss.
If you check the latest TI code examples for this device, this line has been added after GPIO initialization:
PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on default high-impedance mode // to activate previously configured port settings Regards,
Katie
-
-
KatiePier reacted to amstan in MSP430FR5969 Wolverine Issues
Totally what it was!
I am very grateful!
All my pins work properly now!
-
KatiePier got a reaction from amstan in MSP430FR5969 Wolverine Issues
Hi @@amstan,
I think I know what might be your problem.
In the FR5969 user's guide section 8.3.1 on p. 310, it mentions that on this device, all port pins are not only Hi-Z at startup, but that the pin initialization that you do does not take effect until you clear the LOCKLPM5 bit in the PM5CTL register. This is different than most other MSP430s, so it's an easy step to miss.
If you check the latest TI code examples for this device, this line has been added after GPIO initialization:
PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on default high-impedance mode // to activate previously configured port settings Regards,
Katie
-
KatiePier reacted to roadrunner84 in 43oh Secret Santa - 2013
Can you open the door? Is it bigger on the inside?!!
-
KatiePier reacted to rachp in 43oh Secret Santa - 2013
I got just what I wanted - lights to illuminate my bike when I ride after work! Thanks so much for this great gift!
-
KatiePier reacted to ILAMtitan in 43oh Secret Santa - 2013
Dung, I expect a full redesign of the control box to include a CC3000 and MSP so that the lights can be controlled from my phone via WiFi.
-
KatiePier reacted to bluehash in 43oh Secret Santa - 2013
Whooooooo! Thanks Santa! I'm still not sure who sent it to me... please come forward. This will go next to my goofy Serenity stuff.
-
KatiePier got a reaction from JWoodrell in 43oh Secret Santa - 2013
My gift arrived yesterday!
Awesome circuit board necklace - sweet! Thanks so much :-)
(I think it was from @JWoodrell maybe?)
-Katie
-
KatiePier reacted to roadrunner84 in 43oh Secret Santa - 2013
@@D^2 I expect you'll hook up an IR LED to a launchpad to drive the 16ft (5m) strip with shiny effects, right, right, RIGHT?
-
KatiePier got a reaction from kodi in MSP430FR5969 Wolverine Issues
Hi @@amstan,
I think I know what might be your problem.
In the FR5969 user's guide section 8.3.1 on p. 310, it mentions that on this device, all port pins are not only Hi-Z at startup, but that the pin initialization that you do does not take effect until you clear the LOCKLPM5 bit in the PM5CTL register. This is different than most other MSP430s, so it's an easy step to miss.
If you check the latest TI code examples for this device, this line has been added after GPIO initialization:
PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on default high-impedance mode // to activate previously configured port settings Regards,
Katie
-
KatiePier got a reaction from petertux in MSP430FR5969 Wolverine Issues
Hi @@amstan,
I think I know what might be your problem.
In the FR5969 user's guide section 8.3.1 on p. 310, it mentions that on this device, all port pins are not only Hi-Z at startup, but that the pin initialization that you do does not take effect until you clear the LOCKLPM5 bit in the PM5CTL register. This is different than most other MSP430s, so it's an easy step to miss.
If you check the latest TI code examples for this device, this line has been added after GPIO initialization:
PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on default high-impedance mode // to activate previously configured port settings Regards,
Katie
-
KatiePier reacted to D^2 in 43oh Secret Santa - 2013
So I came in the morning to see this delivered on my desk. No notes other than the '43oh' marking on the package. I didn't have a banana handy, so the new Educational BoosterPack MK II was used for scale.
Thorough examination of the package indicates that the item is most likely a book. Oh no, do I actually have to read this Christmas? Still somewhat confused by the vague description the package and being very suspicious, I compare the unwrapped package to the "Getting Started with MSP430 LaunchPad" book, and guess what, identical dimensions. Well...surely nobody would gift me my own book? Maybe it's another book that happens to use the same format.
Hmm....I'll be dang'ed. (Can I say that?) Maybe this is a mistake by somebody? Thoroughly confused, I decide to wait a day and sleep on it.
Finally the next day, after satisfying the thirst of tormenting his Secret Satan gift recepient, my Secret Santa surprises me one more time, now with the real gift, on the left. Well played @@ILAMtitan, well played you tricky you sir! By the way, both gifts were amazingly wrapped. Now I know who to ask next time I have to wrap something.
Alright now to the actual unwrapping:
Another layer of wrapping. Manual inspection indicates a round object with a small rectangle box protruding at the center. Oh gotcha, I think I know what this is. It must be your other devious creation: http://forum.43oh.com/topic/3689-vetinaris-clock/. Yes, this can drive @@KatiePier crazy (we share a glass wall).
But no, @@ILAMtitan just has to surprise me one more time.
16-foot RGB LED strip with IR remote, pretty awesome! It does not come with the 12-V DC adapter though .
But wait, my fancy $10000+ ESD-protected FPGA board happens to use the same adapter. Sorry silicon development, you're no longer the priority, this desk needs to light up first.
Pretty sweet bright lights, @@KatiePier will be blinded by jealousy of my sweet disco-powered office.
Thanks @@ILAMtitan and I commend your Secret Santa trickery, let's see if it can one-upped next year!
-
KatiePier got a reaction from bluehash in MSP430FR5969 Wolverine Issues
Hi @@amstan,
I think I know what might be your problem.
In the FR5969 user's guide section 8.3.1 on p. 310, it mentions that on this device, all port pins are not only Hi-Z at startup, but that the pin initialization that you do does not take effect until you clear the LOCKLPM5 bit in the PM5CTL register. This is different than most other MSP430s, so it's an easy step to miss.
If you check the latest TI code examples for this device, this line has been added after GPIO initialization:
PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on default high-impedance mode // to activate previously configured port settings Regards,
Katie
-
KatiePier reacted to spirilis in MSP430FR5969 Wolverine Issues
I love having TI folks on the forum! So many details we all miss...
-
KatiePier got a reaction from spirilis in MSP430FR5969 Wolverine Issues
Hi @@amstan,
I think I know what might be your problem.
In the FR5969 user's guide section 8.3.1 on p. 310, it mentions that on this device, all port pins are not only Hi-Z at startup, but that the pin initialization that you do does not take effect until you clear the LOCKLPM5 bit in the PM5CTL register. This is different than most other MSP430s, so it's an easy step to miss.
If you check the latest TI code examples for this device, this line has been added after GPIO initialization:
PM5CTL0 &= ~LOCKLPM5; // Disable the GPIO power-on default high-impedance mode // to activate previously configured port settings Regards,
Katie
-
KatiePier got a reaction from roadrunner84 in 43oh Secret Santa - 2013
A pendant Launchpad sounds pretty cool, but I'm afraid that with how big it is it would be too much "bling" for me to pull off.
If we're going with Launchpad accessorizing, maybe we should use the LED boosterpack to turn a Launchpad into something like this.
-
KatiePier reacted to cubeberg in 43oh Secret Santa - 2013
@KatiePier Now that's totally doable Add some small SMD or Cap Touch buttons and a battery on the back. Might have to do something like that for the 43oh badge I keep putting off...
-
KatiePier reacted to roadrunner84 in 43oh Secret Santa - 2013
There used to be those flashy phone stickers, but I doubt this is good for your health. How about a pendant launchpad?
-
KatiePier got a reaction from LariSan in 43oh Secret Santa - 2013
Probably not - I think this is one of those where they cut them up out of recycled electronics. That, and it's encased in some sort of coating now so we'll never know
Which actually gives a neat idea - someone should make one of these that lights an LED using the energy from the field if you put, for example, your phone near it by using the signal your Android phone sends out for NFC. Then you could encase it in plastic/glass/etc but you could have something on it light up if you put your phone near it, and no battery It would be like waving a magic wand (except you're waving your phone around)
-
KatiePier reacted to spirilis in 43oh Secret Santa - 2013
Lol I don't know why Earl Grey never occurred to me! Alas I was trying to save my caffeine budget for the espresso machine at work
-
KatiePier got a reaction from bluehash in 43oh Secret Santa - 2013
No Earl Grey?
Glad you like them!
My gift showed up last night too - I'll have to take a pic when I get home.
-
KatiePier reacted to spirilis in 43oh Secret Santa - 2013
Star Trek TNG mug (Enterprise-D deck profile) and Enterprise-D keychain!
Liquorice tea brewing in the mug & the keychain has had regular use this week
Thanks Katie P.! (Shipping slip w/ billing address gave it away )
Sent from my Galaxy Note II with Tapatalk 4
-
KatiePier got a reaction from spirilis in 43oh Secret Santa - 2013
No Earl Grey?
Glad you like them!
My gift showed up last night too - I'll have to take a pic when I get home.