Forum Post: Problem in pull up resistor's while I2C interfacing
Dear friends, I am interfacing 24c16 eeprom with msp430f5529 and I pulled up SCL and SDA 5V along with 4k7 resistor's.But when I start to debug the code even start condition is not happening... Please...
View ArticleForum Post: MSP432 Copy Code from One project to another project.
Hi Everyone, I am very new to the TI micro-controller, I am trying to set up my MSP432 launch pad such that it will receive a command from PC through UART and read a sensor reading through I2C , then...
View ArticleForum Post: RE: Problem in pull up resistor's while I2C interfacing
Hi Beeresh! You should provide a little bit more information. Maybe your problem is just a wrong initialization of the USCI module, so posting the I²C related part of code could be helpful. Another...
View ArticleForum Post: RE: Lite FET-Pro430 Elprotronic Flash FAIL
Hi Takeshi! I remember a similar case that was caused by a faulty supply connection between the FET and the target. This does not need to be the same here, but I would check proper connections first,...
View ArticleForum Post: RE: CCS Error connecting to the target: Unknown Device custom...
Did you also try using 2-wire SBW with TEST and RST only instead of the traditional JTAG?
View ArticleForum Post: MSP430F5 Thermal Shutdown temperature level?
hi, do you know the thermal shutdown temperature level of MSP430F5 series? (QFN Package)
View ArticleForum Post: RE: MSP430F5 Thermal Shutdown temperature level?
Do they have that feature?
View ArticleForum Post: RE: MSP430G2553 on TIDA-00449 connection problem
There is a message for a blown fuse, but I would not rely on that. I sometimes saw this message and it worked again witht the next try after disconnecting the target.
View ArticleForum Post: ADS1248 reading register - SCLK turns off
Hi, I'm interfacing MSP430F5529 launchpad with ADS1248 via SPI. I was monitoring the UCB0TXBUF and RXBUF registers while running CCS and found that only TXBUF is getting the values and RXBUF always...
View ArticleForum Post: RE: ADS1248 reading register - SCLK turns off
Vignesh, I've moved this post to the MSP Low-Power Microcontroller Forum because this question relates more to the microcontroller device. I'm sure you can find an answer here. If you have a question...
View ArticleForum Post: RE: memory allocation while using a GUI to alter this change or...
For your application, perhaps you could develop a GUI in Python, which could also be used to call the command line flasher, MSP Flasher. It would allow you to read/write to specific memory addresses....
View ArticleForum Post: RE: Lite FET-Pro430 Elprotronic Flash FAIL
Hi Dennis, Thanks for givin' your good experience and suggestion. VCC on his bord may not eough as you said. Thanks! Takeshi Matsuzaki
View ArticleForum Post: RE: Lite FET-Pro430 Elprotronic Flash FAIL
Hi zrno, I'm so greatful such two big men mind this issue. Yes, eraing FRAM may be useless, because it is only write FFFFh like SRAM. Thanks! Takeshi Matsuzaki
View ArticleForum Post: RE: MSP430F5 Thermal Shutdown temperature level?
Dear James, This is because my customer found the MSP430F5247 always can't be reset while the temperature is high to 60~70 degree C(case temp), the MSP430 seems get into an un-certain status, but it...
View ArticleForum Post: RE: FRAM interfaced with MSP430 shows all memory bytes as garbage...
No problem. It's great that you find the bug.
View ArticleForum Post: Storing constants in msp430g2553
I am trying to communicate with an external energy metering ic using uart. A typical operating procedure is msp430 transmits 5 bytes of data and energy meter replies back with 3 bytes of data. The...
View ArticleForum Post: RE: ISR goes into upper 16 bit address in msp430f5249
Hello Ryan, I would like to tell you that I am not using that function to write the data into flash. What next can i do ?
View ArticleForum Post: RE: MSP430FR4133 Support required
Thanks Chris You support was very much valuable. Appraciate it. Regards Pradhan
View ArticleForum Post: RE: How to monitor battery voltage for MSP430F5528?
HI Robert Chen i did the following changes but still when i reduce the battery voltage below 2.5V CBOUT remains 1 no change in CBOUT , are my CBTLx settings proper??? #include #include #include int...
View ArticleForum Post: RE: Storing constants in msp430g2553
The simplest way to do this is to declare constant 5-byte arrays or constant array of 5-byte arrays . const char current[5]={ ... }; const char voltage[5]={ ... }; const char energy[5]={ ... }; ---- or...
View Article