Forum Post: RE: MSP-EXP430G2 Launchpad
Yes this is correct. Just GND pours on the top and bottom layers
View ArticleForum Post: RE: Effect of low temperature to GPIO's schmitt trigger threshold
Hi Leo, I'm closing this thread. Regards, James MSP Customer Applications
View ArticleForum Post: RE: Has anyone ported the Motion Driver to MSP432P401R?
Hello, Understood. But if I'm not mistaken the CC2650 project uses TI-RTOS and TI-RTOS drivers, so the porting to the MSP432 should not be that "complicated". I would start with an empty TI-RTOS MSP432...
View ArticleForum Post: RE: MSP432 Driverlib Demos all 3Mhz -- problems with 48Mhz,...
Andre, The MSP432 has an eUSCI module like some MSP430s do. TI provides an SMBusLib driver stack that could be adapted. Not sure if that saves you any time vs rolling your own, but an option I though...
View ArticleForum Post: RE: MSP430FR5867
Hi Ivan, I'm closing the thread. Regards, James MSP Customer Applications
View ArticleForum Post: MSP432 baud in Energia
I'm trying to read MIDI data over UART Rx on P3.2. If I set the baud-rate to the midi-specified 31250 I receive no data and if I set it to 38400 I get data but it is understandably incorrect. The...
View ArticleForum Post: RE: MSP430F47176 Driverlib
Hi EyeballMSP, Yes there is, please take a look at this example code: dev.ti.com/.../ And the documentation is also available in the MSP430 DriverLib User's Guide -"16-Bit Sigma Delta Converter...
View ArticleForum Post: RE: MSP432 I2C
Hi Saumya, Sure, you can find the project in here (part of the BOOSTXL-SENSORS demo): dev.ti.com/.../ Best regards, David
View ArticleForum Post: RE: MSP430F6736 Vref = Vcc
Hi Anders, Reply from the Systems Team: "I would expect the sigma-delta ADC to clip because the op-amps in the modulator don't have the headroom to support such a high reference voltage. So probably...
View ArticleForum Post: RE: MSP430FR5738 I2C BSL - Passwort usage at pre programmed devices
Hi Ryan, you was right. The sequence worked for me. The Problem was a timeout on I2C BUS while the data transfer, so my tool was resetting the uC. Unfortunately it was not possible to run the upload on...
View ArticleForum Post: RE: MSP430F5529 USB LaunchPad Evaluation Kit
Hi Raimo, Welcome to the wonderful world of MSP430! The Code Composer Studio ( CCSTUDIO ) Integrated Development Environment (IDE) is the best program for programming and communicating with the...
View ArticleForum Post: RE: MSP430G2230 with external reference?
Hello Holger, This seems to be a mistake in the MSP430G22x0 datasheet as there is indeed no VEREF+ pin on the MSP430G2230 , I will ask the documentation team for confirmation. Otherwise the ADC input...
View ArticleForum Post: RE: MSP430G2230 with external reference?
may be the information are in the d/s if the VCC is used as a ref? Regards, Holger
View ArticleForum Post: RE: How to awake the MCU from LPM3?
doaccelereationsense() is this code. //¦----------------------------- Main Function-------------------------------------------¦ void doAccelerationSense() { { cached_accelerationXMSB = 0; // Considered...
View ArticleForum Post: MSP430F5172 USART 57600bps misses bits in LPM
Hello, i'm using a MSP430f5172 with SMCLK sourced from DCOCLK at 8Mhz. with the Debugger attached the serial communication works fine. As soon as the Debugger is deattached and LPM3 (but also other...
View ArticleForum Post: RE: Question on Compute through Power Loss SRAM usage
Thanks for the update, Brent. This will be extremely useful for me.
View ArticleForum Post: RE: Minimum System question of MSP430FR6989
Thank you for the answer, it works when I use the ez-fet while I wiring emulator from eval board with RST and Test signal. however, I am still not sure why FR69891 didn't work with my MSP-FET , the...
View ArticleForum Post: CAPTIVATE-FR2633 board TX pin issue
Good afternoon! I have a curious question. Wondering if you have a simple explanation for this, even if it is not critical. We have programmed the CAPTIVATE-FR2633 board. I have a simple SELF...
View ArticleForum Post: Weird UART behaviour when I clear Timer_A CCR interrupt Flag
After making a small change to my Timer_A ISR (clearing a flag just before enabling it's corresponding interrupt) I start having issues with data transmission on my UART. I'm trying to understand what...
View ArticleForum Post: Issue with SPI communication signal
Hello, I am using UCB1 module in MSP430FR69891 for SPI communication. However, there is issues with the SIMO signal. in the pic, it shows the data signal is just "oscillating", during the whole data...
View Article