Part Number: MSP430F1610 We are using a MSP430F1610. Our software team configured pin 15 as an input but the pin has been left floating on the PCB.
What state would the pin be in?
Is there an internal pull-up or pull-down on this pin when configured as…
Other Parts Discussed in Thread: MSP430F1610 Hi,
I am trying to do frequency scaling on MSP430F1610 for a simple multiply instruction. I want to check at what maximum frequency the code fails. The output of the multiply instruction can be viewed on the…
Other Parts Discussed in Thread: MSP430F1610 I am using the following code fragment :
#include <stdio.h> #include "msp430f1610.h" #include "msp430.h"
int do_mult(int a, int b){return a*b;}
void main(void) {
WDTCTL = WDTPW + WD…
Other Parts Discussed in Thread: MSP430F1610 Hello,
I am using CCE430 (license) and MSP430F1610. For debugging I am using MSP430UIF. I have to use trace but CCE40 tells me that tracing is not supported by MSP430UIF. Which debug tool supports trace for…
Hi Steve,
Here's a related thread on soft interrupts:
https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/198624/how-to-generate-software-interrupt-in-msp430?tisearch=e2e-sitesearch&keymatch…
Other Parts Discussed in Thread: MSP430F1610 Hi,
I am trying to use XT1 clock in the following code snippet:
WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer P1DIR |= 0xff;
BCSCTL1 = XT2OFF | XTS; BCSCTL2 = SELM0 | SELM1;
volatile unsigned int j;
do …
Hi Ralph!
Of course I don't know if your suppliers have more information, but TI's website marks them as active parts. I checked a few distributors and both, the MSP430F1610 (IPM) and the MSP430F123 (IRHB) are available.
Dennis
Other Parts Discussed in Thread: MSP430F1610 Hi,
Iam using MSP430F1610 microcontroller.Iam facing a problem while dumping the program into the chip.Iam getting this message "No USB FET found" whenever I try to dump the program into the chip.Iam using MSP430…
Other Parts Discussed in Thread: SIMPLICITI , MSP430FG4618 , MSP430F1612 , MSP430F1611 , MSP430F1610 , CC430F6137 I have created a SimpliciTI project MSP430FG4618 today and tried to build the same but got 96 build errors. What can be the reason for the same…
Other Parts Discussed in Thread: MSP430F1610 Hi,
I am working with MSP430F1610 Controller and i want to "Generate software interrupt in between the program."
Is there any method in MSP430 to Generate software interrupt .
please Anyone help..me.…