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…
Hi Miles,
I recommend using the MSP430 product selector http://focus.ti.com/paramsearch/docs/parametricsearch.tsp?&familyId=342&uiTemplateId=PP-T-GSPA_T&techFamId=null&rootFamilyId=null§ionId=95&tabId=1200&appId=null&viewDeviceCallingPage=null&totalCount…
Part Number: MSP430FR2111
Tool/software: Code Composer Studio
hello,
we are using NEC IR remote control for one specific application... how to decode pulse using msp430fr2111 .. we got the pulse train at the output of IR receiver .... but after…
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…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…
Part Number: UCC28180 Other Parts Discussed in Thread: TIDA-00652 , Hi team,
My customer is looking for an in depth explanation of how this particular circuit operates in the attached reference design. Can you explain, or point out where in the reference…
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 the…
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)) );
Which…