pabigot 355 Posted September 13, 2013 Share Posted September 13, 2013 Not sure if there's an option to msp430-gcc that can force you to use the nousb/memory.x without manually overwriting the main memory.x file, I haven't figured it out yet. Supposed to be able to do -mmcu=msp43f5529_nousb. llc[1131]$ cat /tmp/x.c #include <msp430.h> volatile char bigmem[9 * 1024]; void main () { ; } llc[1132]$ msp430-gcc -Os -mmcu=msp430f5529 /tmp/x.c /usr/local/mspgcc-20130703/lib/gcc/msp430/4.7.2/../../../../msp430/bin/ld: a.out section `.bss' will not fit in region `ram' /usr/local/mspgcc-20130703/lib/gcc/msp430/4.7.2/../../../../msp430/bin/ld: region `ram' overflowed by 1026 bytes collect2: error: ld returned 1 exit status llc[1133]$ msp430-gcc -Os -mmcu=msp430f5529_nousb /tmp/x.c llc[1134]$ msp430-size a.out text data bss dec hex filename 202 0 9218 9420 24cc a.out llc[1135]$ Seems to work. spirilis and Rickta59 2 Quote Link to post Share on other sites
D^2 24 Posted September 13, 2013 Share Posted September 13, 2013 I'd totally love to do something like this at some point, although not sure I'll get to it this year. QFN soldering is still new territory for me (though with OSHstencils and my reflow skillet, probably doable) and I am a green noob at RF PCB design .... although I do have that SA430! Has to count for something right? If Anaren busts out an AIR module for the CC1200 then it'll be a done deal... Could do one of those for the A1101 right now, actually. (I spent some time whipping up a proper DipTrace pattern for their modules anyhow) V-Chip (a company from China) has already made a 433MHz version of the CC1200 BoosterPack. http://processors.wiki.ti.com/index.php/Category:Sub-1GHz#CC1120_433MHz_Booster_Pack_by_V-Chip I have one kit. It works, even comes with SMA connectors, but I haven't done much with it yet. spirilis and bluehash 2 Quote Link to post Share on other sites
spirilis 1,265 Posted September 13, 2013 Share Posted September 13, 2013 V-Chip (a company from China) has already made a 433MHz version of the CC1200 BoosterPack. http://processors.wiki.ti.com/index.php/Category:Sub-1GHz#CC1120_433MHz_Booster_Pack_by_V-Chip I have one kit. It works, even comes with SMA connectors, but I haven't done much with it yet. Wow, neat, sounds like it's good enough! edit: I think, need to figure out what the difference is between CC1120 and CC1200... looks like CC1200 is a newer product & evolution on the CC1120. edit2: How did you get yours? The website links you to aliexpress but the only shipping options is Fedex IP at $210 for shipping (for a $27 pair of boosterpacks). Quote Link to post Share on other sites
Automate 69 Posted September 13, 2013 Share Posted September 13, 2013 V-Chip (a company from China) has already made a 433MHz version of the CC1200 BoosterPack. http://processors.wiki.ti.com/index.php/Category:Sub-1GHz#CC1120_433MHz_Booster_Pack_by_V-Chip I have one kit. It works, even comes with SMA connectors, but I haven't done much with it yet. Nice find. But for me it is showing $27 for the BP and $210.53 for shipping to US Quote Link to post Share on other sites
Automate 69 Posted September 13, 2013 Share Posted September 13, 2013 I think, need to figure out what the difference is between CC1120 and CC1200... looks like CC1200 is a newer product & evolution on the CC1120 Comparison chart http://www.ti.com/paramsearch/docs/parametricsearch.tsp?family=wireless&familyId=935§ionId=646&tabId=2736&uiTemplateId=WLS_PRDSRCH_T spirilis and GeekDoc 2 Quote Link to post Share on other sites
spirilis 1,265 Posted September 13, 2013 Share Posted September 13, 2013 Comparison chart http://www.ti.com/paramsearch/docs/parametricsearch.tsp?family=wireless&familyId=935§ionId=646&tabId=2736&uiTemplateId=WLS_PRDSRCH_T Ah k, thanks, so ... CC1200 = 1Mbps vs 200Kbps (CC1120), -127dBm best reception vs -123dBm, longer wakeup time, lower TX power (probably made up by the higher sensitivity). Quote Link to post Share on other sites
Lgbeno 189 Posted September 14, 2013 Share Posted September 14, 2013 Did a new thread get started for the WSN booster pack. Just my 2 cents, I'd like the see a non-TI radio just to see something different. The Semtech one always looked interesting to me especially with built in PA. Quote Link to post Share on other sites
abecedarian 330 Posted September 14, 2013 Share Posted September 14, 2013 Ordered one yesterday, received emails and such and the status was estimated ship date 9/19. Just received an email with a FedEx tracking number and it shipped today; currently at FedEx in Fort Worth, Texas. It's a week early so all I can say is "Cool". Quote Link to post Share on other sites
Fred 453 Posted September 14, 2013 Share Posted September 14, 2013 Just checked and mine is on the way too, but apparently taking 7-10 days. No email to let me know though. Also got some samples of the IC, so will have to attempt some LQFP etching and soldering soon. I've only just managed my first TSSOP! Quote Link to post Share on other sites
spirilis 1,265 Posted September 14, 2013 Share Posted September 14, 2013 I have been a little apprehensive attempting those LQFP chips because of the 0.5mm pitch. All the other TSSOP chips I've done are 0.65mm and pretty easy IMO. I may bite the bullet someday... I do have a sample of the F5659 in 100-LQFP. Sent from my Galaxy Note II with Tapatalk 4 Quote Link to post Share on other sites
agaelema 39 Posted September 15, 2013 Share Posted September 15, 2013 I also bought a launchpad and is on the way. @@spirilis also have a sample of the F5659 does not seem so easy to assemble Quote Link to post Share on other sites
abecedarian 330 Posted September 17, 2013 Share Posted September 17, 2013 I must say the box is much smaller than the EXP430G2. Around 4"x6"x1.5". FedEx shipping box could have had 4 of the LP's in it.Nice fold out 'documentation' on relatively heavy paper.... USB cable.Plugged it into the computer at 11:43, computer's running Windows 8 BTW, and at 11:55 was done downloading and installing drivers.Hmm. What to do now? *edit- It's a little bigger than the other LaunchPads and has mounting holes at the corners. I think I like this. spirilis 1 Quote Link to post Share on other sites
tml 19 Posted September 18, 2013 Share Posted September 18, 2013 13. XT1 and XT2 are both soldered, XT2 has a 4MHz crystal (for accurate USB) and XT1 has your standard 32.768KHz XTAL. Initializing an F5xxx series chip is substantially different from the value-line parts as to use the DCO you have to enable an FLL loop that "calibrates" the DCO. I wrote a basic library to do this: https://github.com/spirilis/ucs_clockinit Hi, Can anyone tell a bit more about this initialization of F55xx? I've previewed the source code examples (http://www.ti.com/lit/zip/slac300) and none of them differ from the ValueLine LP source code regarding init part (i.e there is no init part ;-) ) Best Regards, tml Quote Link to post Share on other sites
spirilis 1,265 Posted September 18, 2013 Share Posted September 18, 2013 Hi, Can anyone tell a bit more about this initialization of F55xx? I've previewed the source code examples (http://www.ti.com/lit/zip/slac300) and none of them differ from the ValueLine LP source code regarding init part (i.e there is no init part ;-) ) Best Regards, tml Just looking at one random .c file, they're not doing any clock init because I assume they don't care... just letting the chip run at whatever speed it does out the door. Not sure what that is, but I always init the clock. Start looking at the MSP430F55xx_UCS_*.c examples and you'll be slowly introduced to the rabbit hole. One thing they seem to be leaving out is the Vcore voltage setting... that has to be raised to allow the CPU to run beyond certain frequencies. My library sets it to the max (which must be done in a sequential and orderly manner) before setting up the FLL and DCO. Quote Link to post Share on other sites
Fred 453 Posted September 18, 2013 Share Posted September 18, 2013 Mine arrived today. Looking forward to playing with it if I find the time. Good to know you guys are ahead of me doing all the hard work. :-) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.