Part Number: MSP430FG4619 Tool/software: Code Composer Studio
We are using this very simple SPI code to write to a DAC but the DAC output does not change.
The attached Clock and Data trace show that the clock and data transition are at the exact…
Part Number: MSP430FG4619 Can the MSP430FG4619 SCI serial port run at 921600 baud ?
Any idea what the error is with a 32.7680KHZ crystal?
I know we could use the MSP432 and other chips but our design has used the MSP430FG4619 for many years.
Thanks, P…
Part Number: MSP430FG4619 Other Parts Discussed in Thread: PGA2500 Tool/software: Code Composer Studio Hi!
I'm a Student who is doing a Project to make a code for comunicate and change the gain from the PgA2500 preamplifier. I know its connect by SPI mode…
Part Number: MSP430FG4619 I use inside RTC of MSP430FG4619, the code:
SCFI0 =0;//0x04 ; // D=1, MCLK 1.3 - 12.1 MHz SCFQCTL = 60;//121; // (121+1) x 32768 x 2 = 7995392; 3.99 Mhz (3997696) FLL_CTL0 = DCOPLUS + XCAP18PF; // DCO+ set so freq= xtal x D x…
Other Parts Discussed in Thread: MSP430FG4619 Hi Sir,
I have an issue that I use MSP430FG4619 and it's Flash size is 120K bytes and the code was implemented by assembly in IAR6.1.
firstly that I found when the code exceed 64k or 0xFFFF then compile…
Other Parts Discussed in Thread: MSP430FG4619 For CCS I found this intrinsics to be able to get the SP in C:
"unsigned short _get_SP_register(void);"
Is it the same intrinsics in IAR?
Other Parts Discussed in Thread: MSP430FG4619 hello professors,
These days I met a problem when I configure the timer module in fg4619. here is the thing:
I initiate the Timer:
void Init_TIMERA0(void) { TA0CCR0 = 1000; //count limit (16 bit) 12000 TA0CCTL0…
hello professors,
Now, i can successfully use the RTC module which has hour, minute, second part. But there is no miliseconds part in this module. So if I want to display the miliseconds on the screen, what can I do it? Do you have some suggestions? really…
Other Parts Discussed in Thread: MSP430FG4619 Hello professors,
These days I'm trying to use the SD card to get the data from the chip MSP430FG4619, but I am quite understand how to use it or configure the reference. So, could you give me some ideas or…