Part Number: MSP430F67471A Tool/software: Starterware Hello.
I have a question.
In the example code "msp430f677xA_uscia0_uart_03.c", it is described following code.
P3SEL0 |= BIT0 | BIT1; // Set P3.0, P3.1 to non-IO P3DIR |= BIT0 | BIT1; //…
Part Number: MSP430F67471A Hello.
I have a question.
How should I calculate the value of Tsample in the ADC10 ?
I am using MSP430F67471A.
The method to calculate Tsample value using capacitance and resistance in ADC12 is described in user guide.
But…
Part Number: MSP430F67471A Hello.
I have a question.
Are there any problems implementing following process codes?
1.Before entering LPM3, switch MCLK's source from 8MHz DCO to 32kHz Crystal Oscillator.
2.Enter LPM3.
3.After interrupting by external…
Part Number: MSP430F67471A
Tool/software: TI-RTOS
Hello.
I have a question.
Can I switch clock source to 32kHz Crystal Oscillator in TI RTOS?
I found solution to configure ACLK or SMCLK.
But, I don,t know how to switch clock source internal oscillator…
Part Number: MSP430F67471A Hello.
I have a question.
When I use 41pin in MSP430F67471AIPZ as LCD COM Port, what kind of register bit switch from GPIO to LCD COM function ?
I understand 41pin works as LCD COM Port when I use LCD with the mode using the…
Other Parts Discussed in Thread: MSP430F6747A , MSP430F6747 , MSP430F67471 Hi Community member,
Please let me confirm the following question.
[Question.1] Would you please show me the difference between MSP430F6747 and MSP430F6747A?
[Question.2] Would you…
Other Parts Discussed in Thread: MSP430F67641A , MSP430F67471A I need to download DLMS / COSEM Library but I can't find the link.
How can I get the link to download the library?
Thanks.
Part Number: MSP430F6779A Other Parts Discussed in Thread: MSP430F5529 , MSP-EXP430F5529LP
Tool/software: TI-RTOS
Hello.
I have two questions.
I am using the TI-RTOS UART Driver example.
I think the cycle time of UART_read() API seems to very long.
1.Are…