Other Parts Discussed in Thread: CC430F5133 , CC430F5135 , CC430F5137 , CC430F6125 , CC430F6126 , CC430F6127 , CC430F6135 , CC430F6137 good morning!
out of 355 msp/cc430 device pdfs parsed, the following have the 'table of contents' missing: cc430f51…
Thank you. I see it now. I did not look close enough. It is mentioned in CC430F6137, CC430F6135, CC430F6127, CC430F6126, CC430F6125, CC430F5137, CC430F5135, CC430F5133 datasheet and in RF430F5978 datasheet.
We have different products that use CC430,…
Other Parts Discussed in Thread: CC430F6125 , MSP430BT5190 Hi there.
I am attempting to figure out the costs of producing a wristband with the MSP430 (CC430F6125) and some additional components so that it would be able to do:
3 axis (possibly 6 axis…
Other Parts Discussed in Thread: SIMPLICITI Dear all
i have to design and develop a customized RF Module of Frequency 433 MHz with repeatable mode, We have selected to use SimpliciTi Protocol stack on SoC's
am finding difficult to select which one…
Hi Louis,
the lastest SW-version for MSP430-GANG ( http://focus.ti.com/docs/toolsw/folders/print/msp-gang430.html ) is V1.51!
This version has support for new devices: MSP430F5513, MSP430F5514, MSP430F5515, MSP430F5517, MSP430F5519, MSP430F5521, MSP430F5522…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );…