Part Number: MSP-EXP430FR5994 Hi team,
Every time we insert an SD card in the slot which is mounted on the board, the MCU does a reset. I tried to figure out what is happening but wasn’t able to find the problem. When the SD card is inserted, there is…
Other Parts Discussed in Thread: MSP-EXP430FR5994 Dear sir/ma,
I posted a problem on the msp430 forum but was told to ask it here as the problem could not be solve and it was adjudged to be a code composer studio problem.
The summary and link to the problem…
Part Number: MSP-EXP430FR5994 Hello,
I try to send serial data over the UART. The program gets stuck in the loop. Any ideas?
Thanks, Edi
#include <msp430.h>
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#define TXLED BIT0
#define…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: MSP430FR5994 I'm new in MSP430. I'm trying to reproducing a project based on MSP430FR5994. However, I found that I can't use the LEA related functions in DSPLib_lea.h. The console showed t…
Part Number: MSP-EXP430FR5994 Hi Team,
We need verification that the TI development board p/n MSP-EXP430FR5994 ;
Includes the microSD card connector on the board (?). While the part does not include the microSD memory card itself, per the below TI part page…
Part Number: MSP-EXP430FR5994 Hi,
I tried to use external energy resources in order to test the system with unstable power. On the other hand, I also need to connect the pad with computer by USB port in order to get console output. I tried to remove the…
Part Number: MSP-EXP430FR5994 Dear all,
I'm trying to set up a build environment for the MSP-EXP430FR5594 evaluation board using the Eclipse IDE and the MSP-GCC compiler. I'm using build scripts and CMake to build my project which enables automatic building…
Part Number: MSP-EXP430FR5994 I am using SLASE54D Table 9-11 Trigger 16 UCA1RXIFG, UART receive. This document says DMA0IFG is the trigger for DMA Channel 1. When the DMA ISR triggers, should I be checking for DMAIV_DMA0IFG?
However, the SLAU367P document…