Forum Post: RE: MSP430G2553: Using ADC10 DTC to send result via UART
I was wondering whether there was some unwritten rule, but I looked again and I'm afraid it is written: SLAU144J sec 22.3.9 (ADC10SA) says that the DTC address low bit is always 0, i.e. always word...
View ArticleForum Post: RE: MSP430 UART overrun Error
Hi Dennis Little bit correction in code. First reading error code and then data. volatile unsigned char data[196]; volatile unsigned char errData[196]; volatile unsigned char index = 0; #pragma...
View ArticleForum Post: CC2650 bluetooth serial
Hi I just got the CC2650 development board and it works with the TI app (only shows device info), so now I am trying to have it working with some app. I need to build an app which can send some simple...
View ArticleForum Post: RE: Minimizing MSP430x2xx Input Pin to Output Pin Latency and/or...
You could configure the comparator with a reference voltage of Vcc/2, and choose the I/O pins appropriately. Latency is configurable, but is a tradeoff with power.
View ArticleForum Post: MSP430F2616 - Issue with DAC pins
Hi, We are using DAC of the MSP430F2616 IC for 4-20Ma o/p current generation, our unit is powered on by the externally 24 VDC smps, When unit is powered on, For first 500ms , we are not starting the...
View ArticleForum Post: CCS V2.0 for TMS320F240
Hi, Can CCS ver 2.0 be supported now ? I need support as I have done a design on TMS320F240 ? Regards Atul Bhakay
View ArticleForum Post: RE: HOW TO ? Non Volatile and Persistent Variables on FRAM Devices
Hi, Did you ever resolve this issue? I am trying to do something similar I think e2e.ti.com/.../546426 Thanks! David
View ArticleForum Post: RE: MSP430 is not programming using MSP-FET
Yes, I agree........ Will do that Thanks Nitesh
View ArticleForum Post: RE: MSP430F5 Thermal Shutdown temperature level?
Dear James, Thanks for your concern. My issue is solved!
View ArticleForum Post: RE: Regarding Mesh Network support in Sub-GHz;...
Hi Ryan, I really appreciate your suggestions. But I could not find any "Application Software & Framework" to start with. I have downloaded the source files for mesh implementation for both...
View ArticleForum Post: RE: MSP430 UART overrun Error
Did you check if it isn't set already before the first data byte comes in? I never worked with the ON Semi HART modem, but maybe during startup it outputs some garbage that is interpreted as a valid...
View ArticleForum Post: MSP430FR5947
I am using MSP430FR5947 . I want to initialize all the peripherals using Grace software. But MSP430FR5947 is not available in present Grace software. I wanted whether this controller can be initialized...
View ArticleForum Post: RE: MSP430FR5947
Hi Sai! I never used Grace , so I cannot tell you YES or NO, but according to the product webpage the MSP430FR5947 should be supported: Dennis
View ArticleForum Post: Not getting switched to master
Hi, I am using MSP430F5137 chip. I am working on I2C, where I need to configure it to both Master as well as Slave. After completion of slave job I am switching to Master mode. I did required...
View ArticleForum Post: Not able to write data after shifting from I2C Slave to I2C Master
Hi , I am using MSP430F5137. I am working on I2C Master, Slave both configuration on single chip. Where I2C slave will talk to X-Master & I2C master talk to Y-Slave. I am able to configure...
View ArticleForum Post: RE: MSP430F4250 SD16_A issue
Hi James, Thanks a lot for your care !!! Sorry, I'm busy recently. I have used "msp430x42x0_sd16a_03.c" & TI MSP-TS430DL48 to test & modify A0+/A0- to A2+/A2-. The result is as the same as the...
View ArticleForum Post: RE: MSP430FR6989 + GRLIB
Thanks! The picture's array was generated with Imagereformer 1.00.00.00 btw.
View ArticleForum Post: RE: MSP 430 SD24 ADC Result value and back conversion Issue
slau208o.pdf page 773 : SD24DFx : 00b, Bipolar offset binary right aligned. so, 0x00833955 --> 0V ~ +VFSR(1.2V) : 0080 0000 ~ 00FF FFFF. 30mV / 1.2V = 0.025 = (0x00833955 - 0x00800000) / (0x00FFFFFF...
View ArticleForum Post: RE: MSP430f5529 UART over USB to realterm on PC
Hey Brian! Thank you for your answer. I've since tried out the Echo Back to Host Example under CDC Virtual COM Port. And it works! If I may, I'd like to follow up with a question, which is : To include...
View ArticleForum Post: RE: ezrf2500 connection problem
What OS are you using? You will need to confirm that the backchannel COM port is enumerating properly on your Device Manager. Do you experience any issues if you run the eZ430-RF2500 Sensor Monitor...
View Article