Hi
according to MSP430FR5994 LaunchPad Development Kit (MSP-EXP430FR5994) User's Guide (Rev. C) , I think disconnected by jumpers on J101 can support the external power supply to launchpad Thanks!
Part Number: MSP-EXP430FR5994 I have the BQ uart setup to receive with DMA trigger.
I have dma_value set as uint16_t because measurement data size is uint16_t. However Initialization data is uint8_t.
BQInitTest shows the correct sequence of initialization…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: UNIFLASH , MSP430FR5994
Tool/software: Code Composer Studio
Hello,
I have issues with the out of box example for the MSP430FR5994 LaunchPad board. I have downloaded the source code from…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: ENERGIA Hello,
I have MSP-EXP430FR5994 Rev 1.2.
I am using Energia 1.8.11E23
From File menu Examples 01 Basics Blink, it is giving Error Occurred while uploading the sketch.
I have…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: MSP-FET , UNIFLASH , ENERGIA , MSP-EXP430F5529LP Tool/software: Code Composer Studio I just bricked two MSP-EXP430FR5994 using:
CCS Version: 9.3.0.00012.
windows 10
system has only…
Part Number: MSP-EXP430FR5994 I bought a MSP-EXP430FR5994 LaunchPad which is running fine in Live Temp, and FRAM log modes from the GUI. But can't get it running in SDCard log mode.
Assume it can use FAT32 formatted 32GB & 64GB SanDisk microSD cards…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: BQ79616 , MSP430FR5994 , MSP430WARE
Please review the MSP430 UART receive. The receive interrupt is triggering too early and data received is incorrect.
A description of your full…
Part Number: MSP-EXP430FR5994 I posted earlier about UART setup:
MSP-EXP430FR5994: Setting UART baud rate - MSP low-power microcontroller forum - MSP low-power microcontrollers - TI E2E support forums
The bit width measured 1MHz BR and scope activity…
I looked at the loopback example and I see the only processing done in the receive ISR is assigning
EUSCI_A_UART_receiveData(EUSCI_A0_BASE).
I eliminated other things I had in the ISR.
My setup is MSP-EXP430FR5994 -> BQ79600EVM -> custom BQ79616…
Part Number: MSP430FR5994 The MSP-EXP430FR5994 board can be connected to a computer via a USB cable. I wasn't able to find any documentation on whether it is operating on 3.3V or 5V. I'm asking because I am using the ADC and for obvious reasons I don…