The TI E2E™ design support forums will undergo maintenance from July 11 to July 13. If you need design support during this time, open a new support request with our customer support center.
Part Number: MSP430F6438 Other Parts Discussed in Thread: MSP430F6436 , MSP430F6435 , MSP430F6433 Hi,
The MSP430F643x series in the 100-pin PZ package comes in four variants
- MSP430F6438 (256kB Flash + DAC)
- MSP430F6436 (128kB Flash + DAC)
- MSP430F6435…
Part Number: MSP430F6438 Tool/software: Code Composer Studio this is my code
#include <msp430.h> #include<math.h> #include<stdio.h>
//sample RTD code for wheatstone Bridge as per schematic A0
#define GAIN 31.14 //gain of opamp #define…
Part Number: MSP430F6438 Tool/software: Code Composer Studio Hello,
I am trying to write code for msp430f6438 in ccs7.1 by driverlib.
I got a problem here.
For example, I want stop WDT by call the function " void WDT_A_hold(uint16_t baseAddress)" of driverlib…
Part Number: MSP430F6438 Tool/software: Code Composer Studio Hi There,
I use the MSP-TS430PZ100C (REV1.1) with MSP430F6438 MCU.
I have 2 questions here.
Q1. I want use XT1 with a 32.768KHZ crystal. The resistor R6 and R8 are 0. The crystal come with the…
Part Number: MSP430F6438 Other Parts Discussed in Thread: MSP-FET Tool/software: Code Composer Studio Hi There,
I used the CCS7.1 for RM48 MCU before. Right now, I want use my ccs7.1 for a new project which MCU is MSP430F6438 and development tools is MSP…
Other Parts Discussed in Thread: MSP430F6438 Hi,
I am working with the MSP430F6438 and I am developing a UART which uses an external clock at 32kHz. I need my UART to be configured as follows:
1200 baud rate, 1 start bit, 8 data bits, 1 odd parity bit…
Other Parts Discussed in Thread: MSP430F6438 Hi There,
I just completed the PCB of MSP430F6438. But the osc did not works.
I read the datasheet of the MCU. The XT1 just supply 32khz, 12pf default load capacitance for each pin inside and without any extra…
Hi , I am developing in MSP430F5335 + CC2564 with IAR SPPLEDemo_Lite project.
I want to use the timer for flash the LED (P9.4).
I try to use the following code
void ConfigureTimerForLED() { P9DIR |= BIT4; // P9.4 output TA2CCTL0 = CCIE; // CCR0 interrupt…
Other Parts Discussed in Thread: MSP430F6438 , MSP430F5529 Hi , I am developing in MSP430F5335 + CC2564 with IAR SPPLEDemo_Lite project.
I use the following code to change the LED state.
void Toggle6438LED(void) { if(P9OUT & BIT4) P9OUT &= ~BIT4; …
Other Parts Discussed in Thread: MSP430F6438 Hi Dear,
I have few questions about MSP430F6438 MCU. Is there some one know answer.
Q1. If the extra OSC (32khz to XT1) must works, before I program the MCU by JTAG interface. Which one is a define clock source…