Part Number: MSP430FR5889 Other Parts Discussed in Thread: MSPM0C1104 , MSPM0L1306 , MSPM0G3507 Tool/software: HI,
I am working on a low cost HMI(Human Machine interface) where a simple Touch LCD is driven using commands from UART. I need a low cost…
Part Number: MSP430FR5889 fOR THE PAST TWO MONTHS i HAVE BEEN ASKING FOR SUPPORT REGARDING PORT 1,WHERE if we use only PORT1.2 AS ANALOG INPUT IT IS ALRIGHT .But in the same port1 if we use others as digital outpot, the ADC READING CHANGES.
My project…
Part Number: MSP430FR5889 Hi team,
I got a question from customer.
"As I have been writing regarding the issues in PORT1, where one pin9 (port 9.0)designated as analog input, while other 7 pins as DIGITAL OUTPUT,the ADC reading is going wrong. The…
Part Number: MSP430FR5889 Hi
I made a PCB for prototype with 3 LC sensors, but I need the reversed order of scanning these sensors. There are two options, I change PCB again or reverse order how the firmware handles them. The reason that I want to reverse…
Part Number: MSP430FR5889 - MSP430FR5889(64-pin) operates with Internal Clock (DCO, 16MHz).
- External clock source (like crystals, oscillators ) should not be used.
- I want to set the MCU to feed clock to the External part.
- Is it possibe with…
Part Number: MSP430FR5889 Other Parts Discussed in Thread: MSP430FR2633 Sir,
This is in continuation to our conversation on CAP SENSE of MSP430FR5889.Now we are able to sense the cap sense switches.But the problem is the thickness of the OVERLAY.
…
Part Number: MSP430FR5889 Hi,
I have a simple and difficult problem. I based on LC Sensor Rotation Detection With MSP430TM Extended Scan Interface (ESI) - SLAA639 – July 2014.
Calibration and recalibration seem to works well. My question is do it…
Hello Vijeth,
The MSP430FR5889 has capacitive touch capable I/Os. We have examples if how to use and enable this feature, along with the SW required within MSP430Ware. To use this functionality, two timers are required. Typically one instance of TA…
Dear Caleb,
Thank you for your interest. I am still waiting for a solution to the problem.
Lukas Badura has taken over, and is looking into the details, but no success so far.
Since the problem is with the CALLA command, I am currently using the…
Here is an example of an alarm interrupt occuring at every hour 2 minutes past the hour (12:02:00, 1:02:00, 2:02:00, etc.):
#include <msp430.h>
int main(void)
{
WDTCTL = WDTPW | WDTHOLD; // Stop Watchdog Timer
P1DIR |= BIT0; // Set P1.0 as output…