I do not understand why you want that.
As far as I know, there is no errata for the following members yet.
MSP430F5500, MSP430F5501, MSP430F5502, MSP430F5503, MSP430F5504, MSP430F5505, MSP430F5506, MSP430F5507, MSP430F5508, MSP430F5509, MSP430F5510, MSP430F5513…
Hi zohar,
thanks for your reply.
I was comapring the two processors, and it tseems that the only differece is the number of GPIO, the package, and the number of USCIs (I2C/UART/LIN/IrDA/SPI)
http://focus.ti.com/paramsearch/docs/compareresults.tsp?&cl…
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…
Part Number: MSP430F5510 Dear All,
Can the MSP430F5510 USB periphery be operated with an internal clock? Or must an external Xtal or resonator be used?
Thanks for your help,
Patrick
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)) );…