Forum Post: RE: MSP430F2011 and IAR workbench fails to debug because of...
Dear Ryan we need F2011 MSU how we can contact through mail pls let me know mail or replay my mail creeperpnp@gmail.com
View ArticleForum Post: RE: Configurate TimerA and P1.2 as input
Thank you for the fast Response! What do you mean exactly? P1IN = 0xff; P1OUT = 0; P1DIR = 0; P1SEL = 0; P1SEL = BIT0 + BIT1; // Analog Inputs P2IN = 0xff; P2OUT = 0; P2SEL = 0; P2REN = 0; P2DIR =...
View ArticleForum Post: RE: Configurate TimerA and P1.2 as input
There are some errors (PxSEL has nothing to do with analog inputs (see table 18 of the datasheet), and writing PxIN does not make sense). However, this code correctly configures P1.2 as general-purpose...
View ArticleForum Post: RE: Configurate TimerA and P1.2 as input
OK thank you I will look up the datasheet again. What I can tell you is that the circuit around is working properly, it's a code switch applied to P1.2-P1.5 . All the other inputs are working properly....
View ArticleForum Post: RE: Configurate TimerA and P1.2 as input
Ok, I did some test. The code below is the complete code running on the MSP right now. Whenever there are 3,3V applied to P1.2 while downloading the programm, the P2 register of P1IN will stay "1"...
View ArticleForum Post: RE: Configurate TimerA and P1.2 as input
> ADC10AE0 = BIT1 + BIT2; This sets P1.2 to Analog Input, which disables the input buffer. Based on the comment, I think you wanted: > ADC10AE0 = BIT1 + BIT0;
View ArticleForum Post: RE: implementing HDQ potocol with msp430-f2012 and BQ2060A
.. problem's already been solved.. Kind Regards.. R.K.Arikan..
View ArticleForum Post: RE: I2C MSP430FR6989 Launchpad Communication (PLEASE HELP!)
The 20k mentioned is most probably too high (albeit I haven't done I2C on the MSP430). A pull-up of 1k .. 5k always worked for me (2.4k most often used).
View ArticleForum Post: RE: How to make a QuadCopter using MSP430G2553?
Regards, James MSP Customer Applications
View ArticleForum Post: RE: I2C MSP430FR6989 Launchpad Communication (PLEASE HELP!)
Ok, I see what you're saying. My thought is maybe the pin isn't even being controlled by the eUCB0 module so it's just hovering around 0-1 volts, rather than current flowing over a path that I'm not...
View ArticleForum Post: RE: I2C MSP430FR6989 Launchpad Communication (PLEASE HELP!)
Yea I didn't want to use 20k resistors, but that's all I have on me right now. Just curious, would that really be a problem? As long as you're providing a resistor high enough to create the voltage...
View ArticleForum Post: TIDM-BIOSIGNMONITOR reference design
Hello team, Hope you are well. Also, have a customer interested in this design and wants to jump on a call. Key care abouts are power and integration. Customer likes that this design has the AFE for...
View ArticleForum Post: MSP432P401x BSL using UART
Hello, I have an MSP432P401r Launchpad, trying to implement Bsl programming with UART interface . I’m bit confused with examples and applications notes which is available for this purpose. First I...
View ArticleForum Post: RE: I2C MSP430FR6989 Launchpad Communication (PLEASE HELP!)
If all you have is 20K resistors you may want to try putting 2-4 of them in parallel for each of the two I2C lines this will put your pullups in the range of 5K (4 resistors in parallel) to 10K (2...
View ArticleForum Post: Directly programming the FR5994 LEA
Searching through the available documentation, I found none on programming the FR5994's LEA outside of using the TI-provided library. Where might I find documentation about the architecture of the LEA...
View ArticleForum Post: RE: TIDM-BIOSIGNMONITOR reference design
Hello Randhir, The TIDM-BIOSIGNMONITOR boasts an ultra-low-power design and highly integrated multiparameter biosignal sensors, as described in the Design Guide. All resources, including gerber files...
View ArticleForum Post: RE: I2C MSP430FR6989 Launchpad Communication (PLEASE HELP!)
Thank you! I'll take a look at that as soon as i can!
View ArticleForum Post: RE: MSP432P401x BSL using UART
The .txt file is indeed a type of binary file in TI-TXT format. Here, it contains the Blink LED program/code, and the BSL Scripter is programming the device using this file. To learn how to generate a...
View ArticleForum Post: CC430 UART Interface not receiving
Hello all, I am working on a project that receives GPS information over the UART interface from a U-Blox GPS receiver. I've developed two separate Code Composer Studio projects to tackle this task: one...
View Article