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…
Hi Javier,
The examples show how to send data over a SPI interface. When you place data in the USCI TX buffer it is then sent to the slave.
Best regards, Caleb Overbay
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…
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…
I'm new to this part.. The SMCLK value is not default? because in the msp430fg4619 datasheet, I didnt find how to set it? if it needs to set, how could I set it? could you give me some suggestions? thanks for your time
Best Regards
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 , MSP430WARE Good Evening,
I am having a puzzling problem with the UART on the MSP430FG4619, with an MSP430xG461xIPZ100 development board. I am trying to communicate between two Xbee 802.15.4 modules using…