Forum Post: RE: LabView to Concerto via TCP
Hey Gautam,Thanks for replying. This a neat tool but, not necessarily what I am looking for in my current application. I need to send values that have been generated by LabView to the Concerto device...
View ArticleForum Post: RE: HR resolution PWM?
Jack,Please try the HET code here:http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/312/1856.pwm_5F00_3Phase.hetIt may not be exactly what you are looking for but it...
View ArticleForum Post: RE: GIOB[2] Configuration - Multiple Pins
Chaun,I think Dmotri is probably right - there is an errata item for silicon revision A but I can't find the silicon revision A erratta on our website to point you to the document.The errata for this...
View ArticleForum Post: RE: How to generate two PWM outputs with different duty cycle on...
Thanks Robert,I made the correction and the code is succesfull.In summary:The TimerA0 is used to generate one duty cycle on P1.2/P1.6 and TimerA1 can to generate two duty cycles different on P2.1/P2.2...
View ArticleForum Post: RE: What kind of development kit for MSP430F5212 ?
Thanks for clear explain. Now I can start to develop code in one of both kits. If I want to download the code into the single MSP430F5212, what kind of accessory do I need?
View ArticleForum Post: RE: Sending RAM BSL to F5510 via USB: Device stops responding
I wrote this in a different way and got it working. Here is my solution for anyone trying to write something like this.First, don't use libhid. It's really bad for this. Just open() a rawhid node,...
View ArticleForum Post: RE: Launchpad's P1.3 Push Button not working
Hi, what worked for me was P1REN |= BIT3;P1OUT |= BIT3;The P1OUT line makes it pull up rather than pull down. You need this so that the switch pulls a normally high voltage pin low.I found I needed...
View ArticleForum Post: RE: TMS570LS3137 PMU Initialization
Hi Charlie,You can insert PMU function calls even at the very beginning ( user code (5) ).. But you need to make sure you are not performing STC ( CPU self test ). i.e, In HALCoGen - SAFETY INIT Tab...
View ArticleForum Post: RE: SPI 320f28035 problem
Hi,Can you go through the connections that you've done on your board?Regards,Gautam
View ArticleForum Post: RE: msp430g2553 send string by uart
Thank you, Ilmars ,I have solved those problems with your help. Just like what you said, I did not check the string to be completed. in addition, when functions transfer array,sizeof() is not...
View ArticleForum Post: RE: INT- ADC problem in keil
Well - we've tried - "fix" I described was reported here using (95% certain) one of the rebrand MCUs and either Keil or CCS. After producing that write-up for you - ran similar code on our board w/IAR...
View ArticleForum Post: RE: DMA SCI RX/TX
Hi Davor,(Please visit the site to view this file)Attached is a simple example is to demonstrate SCI TX DMA functionality.* Device Targeted ( sys_main.c can be used for other platforms as well)....
View ArticleForum Post: RE: MSP430F5510IRGCR i2c read write issue
IanI am communicating with one of the TI's chip its INA3221, shunt and bus voltage monitor with i2c...
View ArticleForum Post: RE: More concerto examples?
Also go through this doc for the DPLib (2P2Z library):(Please visit the site to view this file)Regards,Gautam
View ArticleForum Post: RE: I2C problem
Hi Blb,Thanks any ways. That was ok. I modified the code with ISR and now it is working.Regards.
View ArticleForum Post: I2C
Hi,Does any body know how to write into the the slave device registers and read back the same registers using I2C and i am using MSP430Fr5739 MCU to interface slave device which is an...
View ArticleForum Post: RE: DCO problem
Dear Ian,I found the problem.In the grlib, there is a definition for the buffer:unsigned char Template_Memory[(LCD_X_SIZE * LCD_Y_SIZE * BPP + 7) / 8];And for my LCD:#define LCD_X_SIZE 160#define...
View ArticleForum Post: Related to MSP430F149
Hello guys,We are using MSP430F149 micro controller since last 5 years.We have not face any problem yet.. But from last two months we getting some problem due 32.768KHz Crystal.We are using accurate 1...
View ArticleForum Post: RE: Programming PLC som 28069 using an xds100 emulator using a...
Hi,Did you perform JTAG integration test? What does it say?Regards,Gautam
View ArticleForum Post: RE: TMS570 + GDB
Jiri,Can you attach a sample project?I can't debug using GDB (maybe, because of use TI ARM compiler instead of GCC).What compiler do you use?Regards, Vitaliy
View Article