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 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…
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…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: MSP-FET Hi,
I am a beginner using the TI MCUs and I am trying to program MSP-EXP430FR5994 to generate a 1MHz signal. My issue is with making a proper connection itself. When I connect…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: ENERGYTRACE , , MSP-EXP430FR6989
hello!
I need to run energytrace profiles for a device that is going to run on a 3V Li cell.
in ccs 11.2.0.00007 I went to window -> preferences -…
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 that…
Part Number: MSP-EXP430FR5994 I'd like to use UART_RX with DMA. I understand UART_RX interrupt cannot be enabled. It is desired for the receive transfer to start with an interrupt, proceed to completion thereafter without an interrupt. At the end of the…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: UNIFLASH Hi. I'm using: ・MSP-EXP430FR5994 ・On board debugger ・CCS v10.1.0.00010 ・Uniflash v 7.1.0.3796
I accidentally pressed "Make Device Secure" on uniflash. Then Uniflash will not be…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: MSP430WARE Hello,
I have problem with a vector I declared in my code and the push_back that works with the vector. The code is below
uti_timing::struct_timer_var timer_inst = {timer_id…
Part Number: MSP-EXP430FR5994 I need to set a 1Mbps uart baud rate with EUSCI_A0 or EUSCI_A1. Currently, I am using internal clocks on the EVM, the actual PCB will have external crystals. Is there a baud rate calculator for the FR series? It looks like…