Part Number: ISO1540 Other Parts Discussed in Thread: MSP430G2132 Hi all,
I have read discussion: ISO1540: Customer would like to double check application design
And have a couple of questions:
1) Does this mean that in typical application of ISO1540…
Other Parts Discussed in Thread: MSP430G2132 , TLV320DAC3120 , AIC111 Recently in hearing aid MSP430G2132 microcontroller, but in the choice of audio DA converter in difficulty, because before contact this aspect, so there is no enough in this aspect. TI…
I wrote a simple c code.
int main() {
int a, b, c;
a = 1;
b = 2;
c = a + b;
}
I compiled this code with msp430-gcc input -g -O0 -mmcu=msp430g2132 -mdisable-watchdog.
Then I ran msp430-objdump -d output with the previously generated elf file…
Ok , i see but first i haven't included any other header files , only the msp430g2132.h file and second the code size got +500 Bytes just because of using 2 float variables instead of 2 int variables when i use integer variables , the code size is 500…
Other Parts Discussed in Thread: MSP430G2452 , MSP430F2274 , MSP430G2132 , MSP430G2231 Hi,
i am currently trying to work with GRACE and MSP430G2454, but everytime i try to load the .cfg file, CCS notifies an error that MSP430G2452 is not supported.
Is it…
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)) );…