Part Number: LP-MSP430FR2476
I have a an application that uses eUSCI_A0 at 115200 Bd, 8 data bits, 1 stop bit and odd parity. Some characters do not get through in either direction and it seems this is due to incorrect handling of the parity bit by the…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: ENERGIA I have error when compile in CCS using TI v20.2.27.LTS but it was ok with GNU v4.6.3 (Energia)
This code fragment is from wiring.c delayMicroseonds() routine from Energia that I am converting…
Part Number: LP-MSP430FR2476 Hi,
I want to read ~4 digital signals from external devices and keep the values in the launchpad and then acces these values via a computer. How can I do this?
Thanks.
-VD
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: ENERGIA I attempted to move working "energia" project that complied under CCS with GNC compiler to TI compiler.
I moved all "energia" libs and files .c , .h, .cpp files to local project…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2475 Hello,
I am designing a product with a MSP430FR2475 microcontroller but in order to become familiar with the uc, I am using a LP-MSP430FR2476 .
I need to get the state of 12 IO in…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2476 Hello everybody,
I'm trying to check the MCLK signal on my MSP430FR2476 but i don't know how to select this function on my uc.
In generally, register PxSEL1 and PxSEL0…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2476 , MSPWARE I am working on some moderately compute and I/O intensive but otherwise non-power critical application. Thus, I need almost all of the peripherals of the MSP430: UART,…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2476
What is the attached SPI mode ? How do I set up the MSP430FR2476 clock phase and polarity for this mode? CLK is idle low
Part Number: LP-MSP430FR2476 I have been using __delay_cycles which works well in the order of milliseconds. I have a 16 MHz MCLK. What is the precise way to generate microsecond delay?
Thanks