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…
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…
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…
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: ISO7721 Other Parts Discussed in Thread: ISO6421 I am designing a high speed digital isolation between microcontroller and gate driver. The MCU output is 3.3V, but the gate driver requires of 15V output logic level. I also need less propagation…
Part Number: ISO7240C Tool/software: Hi,
The following items have been changed from revision T (SLLS868T) to revision U (SLLS868U).
• Updated reference from capacitive isolation to isolation barrier throughout the document. →The description "Isolation…
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…