Other Parts Discussed in Thread: MSP430F1491 , MSP430F2416 Hi guys,
I am new to forum and new to TI processors. our current project is migration from msp430f1491 to msp430f2416.
at one point in the code DCO,BCSCTL1 and BCSCTL2 are assigned to proper value…
Other Parts Discussed in Thread: MSP430F1491 I see the following orderable devices for the MSP430F1491 in PM package:
MSP430F1491IPM MSP430F1491IPMG4 MSP430F1491IPMR MSP430F1491IPMRG4
What is the difference between each? Here's what I can tell from the…
Other Parts Discussed in Thread: MSP430F1491 Hello
I am working on the MSP430f1491,and develop in C
In the algorithms, i perform some division and multiplicatio ( int and long, signed and unsigned) , like this example :
somvit = somvit - vitesse + dt_vit…
Andy Neil said: EEPROM is unlikely to be suitable for that.
Yes, you are right.
So, to add any significant code I need to change the MSP, for another with more RAM.
Then, I have another question:
If I change my MSP (MSP430F2274) for another MSP…
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)) );…