Part Number: MSP430F4619 Other Parts Discussed in Thread: MSP-FET , MSP430FG4619 , UNIFLASH I was attempting to program an older product that we have had for about 12 years. It is built using the MSP430F4619. The design works great and have not had issues…
Part Number: MSP430FG4616 Other Parts Discussed in Thread: MSP430F5529 , MSP430F4619 , MSP430F5438A , MSP430G2553 . I'm using a MSP430FG4616, which has 91K flash memory. I want to write a custom BSL routine to download new firmware that always resides in…
Other Parts Discussed in Thread: MSP430F6746 , MSP430F4619 , MSP430F2013 , MSP430FG4619 , MSP430F6779 I have been used ADC12 of MSP430F4619.now I'm trying to learn msp430F6746 for my next project, I don't know how to use SD24_B, is it similar to ADC12 ?…
Other Parts Discussed in Thread: MSP430F4619 , OPA211 , OPA725 , OPA827 , OPA734 , OPA703 Hi everyone!
I need your help with the MSP430FG4619
Actually i want 0-10V for my application but MSP o/p is 3.6V so iam using here RRIO amplifier but MSP430F4619 has…
Henry Grant said: At any rate, here is a screen shot of the console log and errors generated when I tried the #include <map> - they all seem to be syntax errors - would this be indicative of the memory issue you mentioned? Your source file is called…
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)) );…