Forum Post: RE: MSP430FR6922 TEST Pin Noise Immunity
Customer's considering using an RC filter on the TEST pin to minimize any transient noise. What is the fastest speed the TEST pin ever needs to be manipulated during JTAG communications? They will set...
View ArticleForum Post: RE: Calculating instruction cycle time in CCS
Asif, Did this answer your question?
View ArticleForum Post: MSP430FR4133 LaunchPad failure to connect in VMWare XP-SP3...
Hello, I'm running VMWare Workstation on Windows 8. My development virtual machine is XP-SP3. Unfortunately, it appears the MSP drivers (V1.4.0) don't work in this VM. They are loaded by the device...
View ArticleForum Post: RE: Initializing UART1 on MSP430F449...
Hi Ryan, This is the TI part Number please, 67C452TG4 msp430f449 REV G. I hope this helps. Warm Regards, Ali.
View ArticleForum Post: RE: Interfacing MSP430F5529 with MAX5392 via I2C
Hi Clemens, I didn't need the PWM, but need to Interface the MSP430 with MAX5392 to produce a certain value of Vout, similar to the figure below. So I was thinking of using the MSP430 as a master to...
View ArticleForum Post: RE: how do I download firmware to MSP430F5529 on my PCB
Thanks you very much guys for all your input. Regards, AJ
View ArticleForum Post: RE: MSP430FR2110 Clock Counter in LPM3 and LPM4
What about LPM3.5? Can Timer B still be used in LPM3.5?
View ArticleForum Post: RE: MSP430 UART how to send/ receive multiple bytes?
Regarding using a flag, I did this #include "msp430g2553.h" #include char xLSB, xMSB, yLSB, yMSB, zLSB, zMSB; unsigned char setconfigmode[5]={0xAA, 0x00, 0x3D, 0x01, 0x00}; #define TXD BIT2 #define RXD...
View ArticleForum Post: RE: LEA Driver Library examples don't compile
Same here. I was becoming convinced I was hallucinating. Have a great Launch.
View ArticleForum Post: MSP 432 I2C baudrate
Hi. I'm using the MSP432 launchpad with the external HF 48MHz crystal, The SMCLK is initialize to 1/2 the system clock , which is 48MHz. i check the on the external pin and measured SMCLK-24MHz. but...
View ArticleForum Post: RE: Command line flasher and drivers under Windows 10
[quote user="Katie Pier"]To confirm: I just got news back from the tools development team also confirming that the drivers have also been tested and work with Windows 10. Regards, Katie [/quote] Ok,...
View ArticleForum Post: I2C Slave Device Distorting Signal (MSP430FR6989)
I have an MSP430FR6989 that I can confirm with produce a clean I2C signal when no slave device is attached as shown here: However, as soon as I attached the slave device (Literally the moment it...
View ArticleForum Post: RE: Change pins in custom BSL(msp430f5438a)
Hi KC, Thanks for reply! Yeah, i have successfully use the pin 3.4/3.5 for BSL programming. I just removed the BSL430_PI_TA.c from example CCS project and added BSL430_PI_USCIA.c into the project, and...
View ArticleForum Post: RE: CapTIvate: about TIDM-CAPTIVATE-MSP432
Hello Jace, Thank you for your detailed explanation. I really appreciate your help. "CAPTIVATE-FR2633_PHONE_UART_Demo" can be imported to CCS with your advice. Now I continue to work with...
View ArticleForum Post: RE: Change pins in custom BSL(msp430f5438a)
Hi Brian, Thanks for reply! As i have successfully changed the default BSL pin from 1.1/1.2 to 3.4/3.5, i just assume that it's should not be hard to modify to pin 10.4/10.5. So what i have done is...
View ArticleForum Post: RE: MSP432 (Error -260 @ 0x0) - An attempt to connect to the...
Chris, After I disconnected all the jumpers and connected it to my computer. Everything worked. I then put all of the jumpers back and everything is working still. I gave my original board to my...
View ArticleForum Post: MIT app invertor and energia
Hello there. I am currently trying to control 2 LEDs using MSP 432 coded by energia program. A bluetooth modem is connected to the MSP 432 and is controlled by a MIT app inventor phone application. My...
View ArticleForum Post: RE: Blinking on Board LED with Timer on MSP430F5529
Thank you very much. Your suggestions cleared up my problem.
View ArticleForum Post: RE: msp430f5438a adc
Hi PRASANTH S, sampling frequency = 1/(Sampling time + Conversion time). to get 200ksps, sampling time = 8 ADC12CLK cycles = 8 x (1/4.2MHz) Conersion time = 13 x ADC12DIV x 1/fadc12clk = 13 x...
View ArticleForum Post: RE: MSP430G2432 PWM Output
Hello John, One change I would do is to not set the Timer into up mode until after your other settings are changed. This needs to be the last thing you do for the Timer starts counting as soon as that...
View Article