Forum Post: Noise Immunity of CapTIvate
HI, My Customer using to CapTIvate. They are interested in noise immunity. However, they do not seem to go well in the test you enter the noise. Q1: If you check "Enable noise immunity", in recognition...
View ArticleForum Post: RE: PMM configuration for Full-performance mode
Hi Ryan, Thanks for your quick reply. I see. So customer first needs to determine which modes (automatic or manual) should be used. I found in table 2-5, SVSMLACE=SVSLMD=0 then SVSL is automatic....
View ArticleForum Post: RE: Reading MSP430FR5739 accelerometer valuses
Is this accelerometer is same as LIS2DH12 acelerometer ?
View ArticleForum Post: RE: Reading MSP430FR5739 accelerometer valuses
[quote user="sarmad mueen"]Is this accelerometer is same as LIS2DH12 acelerometer ?[/quote] No, it is not. Compare the datasheets of both.
View ArticleForum Post: MSP430 UART overrun Error
Hello All, I am using MSP430 for my project. While UART communication, I have received Overrun error frequently. During debugging, I have add queue in UART interrupt to check received byte, But I have...
View ArticleForum Post: RE: Reading MSP430FR5739 accelerometer valuses
Thanks , I have LIS2DH12 connected to MSP430FR5739 through UART , I couldn't find any code example on how can I read data from it , is there are any useful resource for this ? This is my first time...
View ArticleForum Post: RE: MSP430G2553: Using ADC10 DTC to send result via UART
I had access to my oscilloscope and measured a bit. I inserted some code that sets a pin before the ADC is initialized, and unsets the pin when the ADC10BUSY flag of ADC10CTL1 is cleared. I expect to...
View ArticleForum Post: RE: Reading MSP430FR5739 accelerometer valuses
[quote user="sarmad mueen"]LIS2DH12 connected to MSP430FR5739 through UART[/quote] The device only supports I²C and SPI, but not UART.
View ArticleForum Post: MSP430F6736 Vref = Vcc
Hi MSP team. We have a case where the ADC_24B Vref pin has been connected to Vcc = 3.3V It seems like the ADC_24B is working properly, and converting like the full scale is 3.3V The design isnt done...
View ArticleForum Post: RE: PMM configuration for Full-performance mode
Hi Ryan, Thanks for clarification. I understood. I close this item. If I have further questions related to PMM, I will open new post. Thanks and regards, KoT
View ArticleForum Post: Help to Get started on MSP-EXP432P401R Launch and Code Composer...
Hello, I am new to TI Tool chain. Please guide me on: 1. Getting started on MSP-EXP432P401R and CCS IDE 2. Any reference manuals for understanding all the MSP432 APIs/Functions. 3. Understanding CCS...
View ArticleForum Post: RE: MSP430 is not programming using MSP-FET
Hi, Just a point, It might be a hardware issue on the chip. what about replacing the MSP430F5659 chip by a new one ?
View ArticleForum Post: RE: MSP430G2553: Using ADC10 DTC to send result via UART
Unfortunately, this doesn't change anything. It still doesn't work.
View ArticleForum Post: UCBxBRW Register
in the code example MSP430FR57xx_uscib0_i2c_10.c the UCBxBRW register is set in this line: UCB0BRW = 0x0008; // baudrate = SMCLK / 8 In the family datasheet slau272c-1.pdf (Page 527) The description...
View ArticleForum Post: RE: UCBxBRW Register
I remember submitting this to TI a while back as well. But it is fBRCLK / UCBR Make your own experience and test both variants while looking at CLK on the scope.
View ArticleForum Post: RE: MSP430F5529 - Need to force const structure alignment to a...
[quote user="stomp"]Is it possible to achieve single byte alignment in constant data?[/quote]Using the TI v15.12.3.LTS compiler with your example code found that the compiler was placing the...
View ArticleForum Post: RE: timer problem in restarting
The last two lines in your main loop: (a) Start the timer (MC_2), then (b) stop it (TACTL=MC_0). Timer_on doesn't start the timer, but waits, expecting it to be running, but it isn't running since you...
View ArticleForum Post: RE: MSP430f5529 UART over USB to realterm on PC
Hello Gideon, I just came across your post. Did you manage to get the echo back via an external terminal (I am using HyperTerminal) after making the required changes? Because I tried out the solution...
View ArticleForum Post: RE: UCBxBRW Register
Thank you, i checked it with the scope, the code example is right. The error is in the datasheet.
View Article