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: MSP430G2553-Q1 This question applies to the latest CCS version. I have a routine that delays an adjustable count of ms. An ISR increments MsCount every ms. The following c code waits for mSDuration ms before returning:
// c code routine waits…
Part Number: MSP430G2553-Q1 Other Parts Discussed in Thread: MSP430G2553 Dear TI
To add the support for printf or sprintf, I have to add stdio.h in the project(BlinkLED sample project).
Here are the steps what I already did:
(1) Add #include …
Part Number: DRV8702D-Q1EVM Other Parts Discussed in Thread: DRV8702D-Q1 , MSP430G2553 , MSP-FET , MSP-EXP430G2ET , UNIFLASH , DRV8702-Q1EVM , DRV8702-Q1 Tool/software: I want to drive a 30uH, 1.28 Ohms load using a regulated 12VDC power supply. The waveform…
Part Number: DRV8245-Q1 Other Parts Discussed in Thread: MSP430G2553 Tool/software: Hello all,
I plan to use the DRV8245-Q1 in SPI(S) mode and PH/EN mode. I wanted to test it with a most simple configuration. I build a PoC on breadboard, but with no…
Part Number: DLP2021-Q1 Other Parts Discussed in Thread: MSP430G2553-Q1 Tool/software: Dear Team, May I inquire if DLP2021-Q1 has obtained ISO26262 certification? Also, is the FPGA it's paired with, as well as the MSP430G2553-Q1, ISO26262 certified too…
Part Number: DRV8243H-Q1EVM Other Parts Discussed in Thread: MSP430G2553 Tool/software: I am using DRV8243H-Q1 EVM. I am selecting 20KHz frequency but I am getting only 2.5KHz PWM output. I am getting proper frequency output at 10KHz, 5KHz and 2.5KHz…
Part Number: MSP430G2553-Q1 Other Parts Discussed in Thread: MSP-EXP430G2ET , MSP-GANG Hi,
Customer of mine is interested in evaluating MSP430G2553-Q1
Could you recommend the EVK kit especially the Debuger Probe
Also, are there any flash programming tool…
Part Number: MSP430G2553-Q1 Other Parts Discussed in Thread: MSP430G2553 hi everyone, I'm beginner at msp430g2553. however, I'm trying to use IR LED for toggling the 4 different LEDs in reciever. I have 4 button, 1 IR LED in transmitter and 4 LED…
Q1: MSP-EXP-430G2ET is used for evaluate MSP430G2553, so the part number should be MSP430G2553
Q2:
Seamus de Mora said: ' __bis_SR_register (LPM3_bits + GIE); ',
this code is used to go into low power mode, the sleep time is when the watch dog timer…
Part Number: MSP430G2553 Other Parts Discussed in Thread: LMT85-Q1 , MSP-FET
This is my circuit. I'm feeding the LMT85-Q1 from the P2.1 of the MCU. Pin 2 on the MCU (A0) is used for reading the output from the sensor.
#include <msp430.h>
/**
…