Part Number: MSP430FR6922
Tool/software:
Dear TI Support Team,
This is Seo Jiwon from CntechElectronics, a manufacturer of smart water meters . We are currently using MSP430FR6922 MCU in our production model for UART-based communication.
We are…
Part Number: MSP430FR6922 Hi all, I have question regarding msp430 controller. I am working on msp430fr6922 controller. I am trying to communicate between MSP430 controller and Raspi using serial USB to TTL cable. I have attached code for your refernce…
Part Number: MSP430FR6922 Hello everyone,
I am working on MSP430 RTC. I want to generate RTC interrupt at every 0.125 second.
I have attached my code for your ref. Tell me the code is correct or not.
Thanks
#include "common.h"
void RTC(void…
Part Number: MSP430FR6922 Hello team,
My customer is trying to reduce the power consumption as much as possible.
The customer is only using timer, GPIO, ADC as the peripherals, and goes to LPM3 when sleep mode.
The customer wants to make sure…
Part Number: MSP430FR6922 Hello All,
I am trying to communicate MSP432P401M controller with RAspberry pi via serial communication.During receiving data from RPI controller is getting stuck in UART interrupt in " #endif" statement .
I have attached…
Part Number: MSP430FR6922 Hi all, I have question regarding msp430 controller. I am working on msp430fr6922 controller. I am using interrupts of rtc, timer, uart in the code. Actually, in msp430, priorities have already set as per addressing but I need…
Part Number: MSP430FR6922
Hello All,
I am working on MSP430FR6922 controller RTC module. I am using RTC_C module.Want to generate interrupt at every 1 sec using RTC module.I have taken sample code of RTC from resource explorer " ">dev.ti.com/.../node…
Part Number: MSP430FR6922 Hello,
I use a MSP430FR6922 controller on my board. I want to set ACLK as LFXTCLK=32.768kHz, MCLK=DCOCLK=16MHz,SMCLK=DCOCLK in my code. then SMCLK/4=4MHz...
My code is:-
#include "common.h"
/* Function to initialize…
Part Number: MSP430FR6922 Hello,
I am working on msp430FR6922 controller. I have attached code for reference. during testing sometimes my code is getting stuck in " while(!((P4IN&BIT6)==0)){} " statement.
I want to reset msp430 controller using WDT…
Part Number: MSP430FR6922 Hi all, I have question regarding msp430 controller. I am working on msp430fr6922 controller. I have to set UARt communication baud rate on 115200. UART work on SMCLK frequency which is 4MHz. My question is what should be the…