Forum Post: RE: MSP430FR2433 exposed thermal pad
Hi David, The thermal pad is intended to be connected to ground. Thank you for pointing this out, we are putting this info into new rev's of our data sheets.
View ArticleForum Post: MSP430G2553 launchpad using TimerA0, Timer A1, and ADC
Hi, I am building a mini robot using the msp430 launchpad. The robot has an IR proximity sensor in front and it stops and backs up when it senses an object too close. Every thing was working fine until...
View ArticleForum Post: RE: MSP430: Error connecting to the target: The target setup...
I am trying to source the target boards and silicon necessary to re-create this issue. Meanwhile, can you try to communicate with your EVM using an updated version of CCS (v6.2) or another IDE (IAR or...
View ArticleForum Post: RE: Another question on CSSTAT register about REF_ON
AJ, Can you look at running the following example: I was able to run this (in ccs) and confirm that the bits are cleared. Regards, Chris
View ArticleForum Post: RE: SDSPI and SPI bus communication on MSP432 getting stuck in...
Vikram, I still have no resolution or lead on this topic. You mention that the CS is used for another task but through the same SPI bus, however I am more concerned that the CS was inadvertently...
View ArticleForum Post: RE: MSP430G2553 launchpad using TimerA0, Timer A1, and ADC
The most succinct description of A0 vs A1_VECTOR is SLAU144J sec 12.2.6, but I think you've already figured it out right. There are a number of commented lines, and I'm not quite sure which ones are...
View ArticleForum Post: RE: Noise signal from ADC input of MSP430i2041TPW during A/D...
Ryan, We are modifying one board to have differential-like input, Edward added some caps to balance and we'll give a try on Monday.. Thanks Marco
View ArticleForum Post: RE: Does the MSP-FET work with Energia?
Hi Sam, You should not have any issues using the MSP-FET tool in Energia ; however, if you do face any problems you can always import the Energia sketch into CCS and select the specific debugger...
View ArticleForum Post: RE: Can someone please help me with an example of dma+adc?
Hi Chris Sterzik, thank you very much for your help, I posted the code below that interest me for the comunity, but I am not figure out how to change the sampling rate of one sample per second for...
View ArticleForum Post: RE: MSP430i20 SD-ADC questions
Hi Holger, I'm looking into your question and will have a response for you on Monday. Regards, James MSP Customer Applications
View ArticleForum Post: RE: Question regarding the SPI Configuration of MSP430G2553.
Thank you sir. You have given me all required information for this question. MSP430Ware is very helpful for the examples. Best Regards, Dinesh Jinjala
View ArticleForum Post: MSP432 rev B and C
I have both the MSP432 rev b and the rev c. When programming micrium osIII example program to the MSP432 (black version) everything runs fine and the LED's activate on a button press. However,...
View ArticleForum Post: RE: MSP430149 programmer
Any (MSP430) flashing tool should support at least TI TXT and Intel HEX format. Don't know about your target device, but if it doesn't have BSL, than firmware can be uploaded by JTAG with TI open...
View ArticleForum Post: RE: Question About Selecting Microprocessor
I can confirm that SPI mode (3.3 V by default) is marked as a mandatory support for all types of SD card devices, including latest HDXC. As even such type of information is marked as "confidential",...
View ArticleForum Post: RE: MSP430 FR5994 LaunchPad : Should the SD example work out of...
I verified: with a latest version of MSPWARE the Out-Of-Box FR5994 example does not work with SD-card, - the initialization of logical drive of SD card is always failed.
View ArticleForum Post: RE: Works on Black, but not on Red MPS432 Launchpad
So, the problem was, as I expected, self-induced. I had edited system_ msp432p401r .c and changed the #define __SYSTEM_CLOCK 3000000 to #define __SYSTEM_CLOCK 48000000 which, apparently I was not...
View ArticleForum Post: MSP430 UART
Hi to all, I am new for msp430, and i have gone through the register configuration config and sample code which is given ti website. Now i want to transmit a data from msp430 to pc through uart. But it...
View ArticleForum Post: RE: Startup code for msp430 in IAR
Hi, Could anyone please answer about interrupt stack?
View ArticleForum Post: RE: Startup code for msp430 in IAR
There is no separate stack for ISR. When a IRQ is trigged, hardware itself will put two 16bit values on the stack. The PC (program counter), that is the location "main" code was just about to execute....
View Article