Forum Post: soft UART in MSP430FW427
Hello everyone,i want to use SW UART by using Timer A in MSP430FW427, i am able to transmit the byte but having problem in receiving a byte. P1.0 (CCI0A) is used as a transmit pin and P1.1(CCI0B) as a...
View ArticleForum Post: Problem in generation of pwm pulses using Example_2802xCpuTimer.c...
Hii..,I am using C2000 Piccolo launchpad with CCS5.5 version for three phase sinepwm generation. I am writing code in cputimer example file with functions from pwm example file. but I am not getting...
View ArticleForum Post: Internal LF/LP oscillator for MCLK?
Hi everybody,I try to use the internal 12 kHz LF/LP oscillator for MCLK but it won't work. The DCO (1.1 MHz default) is always selected instead.I use an MSP430F2013 on a LaunchPad. The test code is:...
View ArticleForum Post: RE: TMS320F28335 Will not Program in Flash
Hi,[quote]From your screen shot, the CSM module on your device appears to be locked. There are two possibilities here that could do this. First, you may have inadventently programmed the CSM...
View ArticleForum Post: RE: Flashing F28027
Hi GIP,You can check the: flash_f28027 sample code in controlSuiteThis can be found here: C:\ti\controlSUITE\device_support\f2802x\v210\f2802x_examplesAlso, you can refer this doc for detailed flash...
View ArticleForum Post: RE: Problem with TMS320F28335 Experimenter Kit - Error -151 @ 0x0
Hi,Just check all the components on the experimenters kit. Check for any overheating.Regards,Gautam
View ArticleForum Post: RE: TMS320F28035 control card in XDS100 v1 connection problem
Hi Recently I bought 28035ISO control card and I was able to program the control card using code composer 4. But then I did some soldering on the power pcb. Tried again to program the control card it...
View ArticleForum Post: RE: Can PinOsc (CapTouch) be used for wired proximity testing?...
I think it's possible. You are advised to read CapSense Library documentation: http://www.ti.com/tool/capsenselibrary
View ArticleForum Post: RE: MSP430G2553 ADC
i am tryin 2 convrt a dc value....my reference voltages are vcc and vss(gnd). i am expecting 2 get a value= 1023(vin-vss)/(vcc-vss)..bt i am getting values greatr than what is required
View ArticleForum Post: RE: soft UART in MSP430FW427
Start with original TI open source examples for device family, because they are working OK.BTW, there is also soft UART version without using...
View ArticleForum Post: RE: MSP430F5659 UART RX
[quote user="Don Kwong"]I tried it at 104 for UCABR0 before but it didn't work either... I looked into the User manual and for 9600 baud rate and frequency 1Mhz, it was either UCBRx = 6 or...
View ArticleForum Post: RE: Custom Bootloader with large memory model
For jump to 64k area are used 2 word instructions...mov.w #ABCDh, PC // BR #ABCDhMost of CPUX instructions will take one more word, but there are "address" instructions that can be used for jump to...
View ArticleForum Post: RE: Talking to LCD via RS232 and Hyperterminal
Hi CaEngineer,You shouldn't put LCD display in ISR function. I would suggest you only collect RX buffer in ISR and send to LCD display after you collect enough RX buffer.
View ArticleForum Post: HALCOGEN 3.08.01 doesn't contain 3.08.01 exe file in the ZIP file
Hello Support,In the ZIP file of spnc030.zip [Halcogen 3.08.01 -- 24-Feb-2014], the content is showing 3.08.00 EXE file instead of 3.08.01.Please help,Thank you.RegardsPashan
View ArticleForum Post: RE: TMS570LS3137 - PBIST#4
Hello Support,1> Does PBIST#4 errata occurs for a particular sample of the device in question for every PORRST cycle?Or,2> PBIST#4 Errata can occur in all samples of the device during some PORRST...
View ArticleForum Post: TIVA 129 devkit usb_dev_msc unformatted, fails to format
I have a TIVA DK-TM4C129X that I've loaded the cookie-cutter USB_DEV_MSC example program after building with a hand-rolled GCC. Although I have no problems getting the program up and running,...
View ArticleForum Post: ADC triggered by cpu_timer0 on TMS320F28027 Launch
Hi all,I am trying to get the ADC to read a sequence of 4 channels, and the ADC read triggered by the CPU Timer 0.Firstly I have the timer code working, this basically triggers every 1 sec and it...
View ArticleForum Post: RE: ez430-RF2500 I2C Start Condition issues
Problem solved. I stopped working with the code I had posted on this thread and started working with the code I received from Barışcan Kayaoğlu. Once I found out how to read the registers while...
View ArticleForum Post: RE: EvalBot and Android usb connection
a) Android as USB hostIf your Android phone (tablet) has USB host capability,- it's known, if your phone works with a USB keyboard.Making an Android application, which communicates with a USB device on...
View ArticleForum Post: EK-TM4C123GXL library files?
Instead of writing the address for each port hat I need to use is there a library file that has all this info so I can type port f for example?GPIO_PORTF_DIR_RGPIO_PORTF_DEN_RGPIO_PORTF_DATA_R...
View Article