Forum Post: Real time clock in MSP430F2274
Hi,is there any way to add real-time clock functionality to MSP430F2274? I want to use a real-time clock so I could associate a temperature measurement to a timestamp, such as: "Temp:38º...
View ArticleForum Post: RE: JTAG interface of development kit
Hi Chuan,[quote user="dison wang"] About Q1,Q2 and Q3, I have install the ccs5 and get a free license.You are right. When I try to install to the default directory, it works. I also install a Uniflash...
View ArticleForum Post: RE: UART configuration
You can check UART source examples in MSP430F543xA, MSP430F541xA Code Exampleshttp://www.ti.com/litv/zip/slac375eFor UART setup you can use my configuration tool...
View ArticleForum Post: RE: Error connecting to target
The error was solved by launching CCS through the terminal as sudo. What steps do I need to take to make it so that I can launch from the menu without having to do the sudo command?Thanks.
View ArticleForum Post: RE: UART transmission using DMA?
[quote user="Phung Tu"]In order to make data transmission more easily, I'm trying to use DMA.[/quote]You made a bad move, and putting DMA in story is far from more easily. Using DMA instead UART ISR on...
View ArticleForum Post: LM3S9B92 - USE PE3 as GPIO Output and Input direction for QEI?
Can I configure The PIN PE3 as GPIO Output for control the direction of my motor and simultaneously as input direction for QEI ?If Yes could give me an example code?
View ArticleForum Post: lwIP SSI Tags, SSI declaration
Hi guys, I am using an Ethernet development board (EKS-LM3S8962) with lwIP. I have taken the enet_io example, removed all of the pages and created a simple page with a single SSI tag, but the tag does...
View ArticleForum Post: RE: picolo 28027 xds510lc
Now we have tested the FP-UNIT fl_out = fl1*fl_out + fl2 * fl_in;First order Low-passstate space representation___150 nSek___Great, great, great.This TI-DSC'sBest regardsProf. Dr. Friedrich Blödow
View ArticleForum Post: RE: AN01272 Source
That's the one. Since the app-note was present on the disk with the evaluation kit, I rather expected the software would be available giving a good start on adding self tests. It would be a good idea...
View ArticleForum Post: RE: MSP430 + Triac
The simplest phase sensing circuit is connecting a 10kohm resistor from cathode of D3 zener (in your schematic) to your io pin. You will need to do some phase compensation with a timer.See slaa043a.pdf...
View ArticleForum Post: RE: Seperate Transformer And Custom Connector for Ethernet with...
Okay, I will proceed with the design and let you know how it works out.
View ArticleForum Post: RE: RTSC support for RM48
Hi Gab,The link below may be helpful for you.http://e2e.ti.com/support/embedded/bios/f/355/t/100565.aspxI copied your post to BIOS forum to get more info from BIOS...
View ArticleForum Post: RE: RM46 - CLEARINT - Problem
Andy,I did not forget about your question. I've done a lot of simulation to understand your problem.Like I've explained in a previous post the problem is the way you disable the RTI Compare 0...
View ArticleForum Post: RE: IAR error e89.
Oh really? I though that those functions where only for PIC compiler. I would like to try configuring the IAR compiler in order to use smaller versions of the libraries, as you suggest, but I dont know...
View ArticleForum Post: RE: boot_demo_eth is not working in Stellaris 10636
Thanks for the update. I'm very glad to hear that you found the problem and are now up and running again!
View ArticleForum Post: SYS/BIOS and IAR
Just a quick qustion to verify what I think I understand.SYS/BIOS appears to be Code Composer specific.Is that, in fact, the case?It would appear to be a nice match to a project but if it doesn't work...
View ArticleForum Post: RE: DMA register undefined
Hi IgorHere is the screenshot of the error.Thank you.
View ArticleForum Post: I2C Read Function
I am trying to read 6 bytes of data from an encoder and store them to an array, for my example write_data[i]. However, I do not know how to write the function that initiated the IC2 rountine to receive...
View ArticleForum Post: RE: Problem in GPIO interrupt handling using peripheral library
[quote user=" stellaris dinesh "]now FAULTISR is solved[/quote]That's good - (perhaps warrants green Verify tick)And you report no interrupt action - but leave silent your method for detecting that...
View ArticleForum Post: RE: Antares Device spnu489c.pdf HETLBPDIR IODFT Value
Hi Pashan,The reset value of IODFTENA is 0x5. Writing 0xA to IODFTENA is to enable IODEF, and writing any other number will disable IODFT. Regards,QJ
View Article