Other Parts Discussed in Thread: MSP430FG4618 , MSP430FG4617 2 types of msp430 are used in one product. msp430fg4617 or msp430fg4618(with bigger size of flash)
in my firmware, I like to detect the type of the chip used to prevent custom to upload a big…
Other Parts Discussed in Thread: MSP430FG4616 , MSP430FG4617 , MSP430FG4618 , MSP430BT5190 in the page of MSP-EXP430F5438 it said
"It features a 100-pin socket which supports the MSP430F5438 ( datasheet ) and other devices with similar pinout."
does…
Other Parts Discussed in Thread: MSP430FG4617 Hi
I'm using a MSP430FG4617 with a Mclk and SMCLK Clock of 8 MHz (using DCO).
When only Initializeing the clock the output of the MCLK on P1 verifyes that the clock has 8 MHz.
The Problem:
when using…
Other Parts Discussed in Thread: MSP430FG4617 , MSP430FG4618 Hi everyone,
Currently I am working with the MSP430fg4617 in a medical implantable device and I have some questions regarding to use the MSP430 in this kind of application.
1.- I have observed…
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)) );…