Hi Dennis,
Apologies, I was meant to post an update last week. I ended up replacing the 3.3V regulator for a LP5907MFX-3.3 which worked straight away.
Thanks for the help.
Damien
Hi Asaf,
Did the above information help resolve your issue? If no response soon, I’ll assume you have resolved your issue and I will be closing this thread.
B.R
Winter
Hello Thomas,
There are several different ADC 10 example projects in CCS resource explorer based on your project requirement with detail comments that should help you to understand how to setup the ADC and how to configure the pins. And as far as the…
Part Number: MSP430FR5739
I am trying to read the S1 and S2 which is connected to to the MSP430FR5739 experimental launchpad. My code is as follows,
#include <msp430.h>
int main(void)
{
WDTCTL = WDTPW + WDTHOLD; // Stop the watchdog timer
P4DIR…
Part Number: MSP430FR5739 I find that TA0R does not increment when I set CAP = 1.
First I set up TA0 along with TB1 and TB2, and start them closely together:
// Configure P2.3 as CCI0B input for TA0CCR0 capture
P2SEL0 |= BIT3;
P2SEL1 &= ~(BIT3);…
Part Number: MSP430FR5739 What does the MCU do during the start-up, i.e. them time between the MCU is powered and the user program starts running? Why this time varies from one program to another? Is there any documentation about this?
Part Number: MSP430FR5739 Other Parts Discussed in Thread: MSP430WARE How to create a wireless communication using NRF24L01 (Between MSP430FR5739 boards)?
Hi Volker,
Thanks for reply. Please feel free to come back when you get any update.
If this thread locks, please click the "Ask a related question" button and in the new thread describe the current status of your issue and any additional details…