Forum Post: RE: stack inside FRAM on MSP430 (Ink_msp430fr6989.cmd)
What if you change that "0x4400" into "0x2400"?
View ArticleForum Post: DIFFERENCE IN 24C04 & 24C64 EEPROM C CODE
I have written code which correctly works with EEPROM 24C64 but when i replaced it with lower memory 24C04, same code is not working. Please help if anybody know why is it happening.
View ArticleForum Post: RE: ISR goes into upper 16 bit address in msp430f5249
Hello Ryan, I would like to tell you, if i am reducing the implemented code part from my ISR the timerA0 isr mapped correctly under 16 bit and in any case if it is reaching a certain size it is getting...
View ArticleForum Post: Regarding Text to specch Convertor module
Sir,do we have any text to speech conversion module from TI ???
View ArticleForum Post: RE: msp430f2132 adc10-bit conversion
Hello Sir Can you send the SLAU578j pdf, i tried to download but i could not able to get it. Regards Praveen B
View ArticleForum Post: RE: msp430f2132 adc10-bit conversion
SLAS578 It is the datasheet of the MSP430F2132 . Dennis
View ArticleForum Post: RE: MSP430FR5867
When the ambient temperature value is captured from the ADC does not change. But the ADC is working properly, it is checked by measuring the voltage output on an external pin on controller.
View ArticleForum Post: RE: Issue of Program delete in MSP430F149
Hi Ryan, Sorry for late reply... 1. Is it happening to devices that have been in the field for multiple years or newly supplied devices that have just recently been programmed? Ans : It is happening in...
View ArticleForum Post: RE: MSP4302533/2433 DCO Clock is not accurate for 4 MHz...
Hi Dennis, I am seeing better results with 8MHz calibrated values instead of un-calibrated 4MHz value. Regards, Ashok.
View ArticleForum Post: RE: MSP4302533/2433 DCO Clock is not accurate for 4 MHz...
Yes because 1, 8, 12 and 16MHz are factory calibrated. Each MSP gets it's individual calibration values written into it's memory during production. If you still want 4MHz, simply use the internal...
View ArticleForum Post: RE: Issue of Program delete in MSP430F149
IMHO the most important question had not been asked or answered yet: Does the firmware contain ANY code that erases/programs Flash at any time (such as a bootloader, or saving parameters at switch-off)...
View ArticleForum Post: MSP-EXP430G2 i2c protocol with lcd
Hello Everybody, I have msp-exp430g2 launchpad and i'm trying to communicate with lcd with i2c controller attached to it(YWRobot LCM1602 IIC V1 by arduino). I've copied an example i saw i ran it and...
View ArticleForum Post: RE: Issue of Program delete in MSP430F149
How can I check that firmware have this type of contains or not?
View ArticleForum Post: RE: implementing HDQ potocol with msp430-f2012 and BQ2060A
Hi Vigneswaran, Had you already solved the problem mentioned in your this post? In case of the fact that you had already solved these reading issues on the registers of the BQ2060A itself by means of...
View ArticleForum Post: RE: Issue of Program delete in MSP430F149
[quote]How can I check that firmware have this type of contains or not?[/quote] Honestly ? How are we (people outside your company) supposed to know ? Don't you have the source code ? Or ask the...
View ArticleForum Post: RE: Unknown USB Device (Device Descriptor Request Failed)
Another update -- I ran through the descriptor tool to make sure that the basic files were correct and that file wasn't messed up in any way. The generated output was functionally the same (I changed...
View ArticleForum Post: RE: stack inside FRAM on MSP430 (Ink_msp430fr6989.cmd)
The SRAM is from 0x001C00 to 0x0023FF. So you actually can see the contents of SRAM in the Memory Browser. The first line, 0x0023E0 ..., shows the contents of last 32 bytes of the SRAM. Currently, the...
View ArticleForum Post: RE: Schmitt-Trigger input of SBWTCK/TEST pin
Hi Erik, I'm looking into this for you and will get back to you soon. My suspicion is that they are the same but I need to confirm. Best regards, Caleb Overbay
View ArticleForum Post: RE: Interfacing LM75 with MSP430f5510 Freezes on Sending a Byte
An ACK signal would be visible with the oscilloscope/logic analyzer, which is vital for debugging communication (I2C, UART, SPI, etc.) issues. Printing serial data will not do you much good here, you...
View ArticleForum Post: MSP430 ADC issue
I'm having a problem getting the ADC to perform conversions from a single input. Steps taken: Apply a high DC input voltage Setup and enable ADC12 (see setting below) Set ENC & ADC12SC bits Wait...
View Article