From the monthly archives:

July 2009

I am using Code Composer 3.3 with TDS510USB Jtag Emulator on TMS320F28335, but after installing Jtag Driver, … and trying to compile one sample project, I always get warning: invalid compiler –float_support=fpu32 (ignored) and finally error at linking step: can’t find input file ‘rts2800_fpu32.lib’

Warning:

hb_017

Error:

hb_018After searching Internet, I found out that it was because of Code Generation Tools should be the latest version. So if you face that problem you can follow these steps to upgrade your Code Generation Tools.

Step 1: Download new CGT

Download Code Generation Tools from TI Website: https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm or go to menu: Help > Update Advisor -> Check for update and find Code Generation Tools

hb_019

Just download the latest version. At this moment,the latest version is 5.2.1 for both Windows and Linux. After that, install that file as normal.

Step 2: Configure for new CGT

Go to menu Help -> About and click Component Manager:

hb_015

At the tab Build Tools, choose the latest version instead the default version:

hb_016

Save and restart CCS and you can compile successfully your C2000 CPU.

VN:F [1.9.3_1094]
Rating: 10.0/10 (3 votes cast)

GUI Programming with Python: QT Edition

July 23, 2009

Today, I am searching for a great tool which combines between QT and Python. Finally, I found out one great language is PyQt and language as well PyQt. This book is free under Open Publication License. As you know, QT and Python both can run on almost popular platforms like Windows, Linux, MacOS and Embedded [...]

Read the full article →

Free ebooks for Engineers

July 18, 2009

Today, I found out the good free resource for downloading ebooks. But I am not sure all links are alive or not, it is up to you. http://www.giuciao.com/books/sort.php?by=Engineering For examples, Circuit Analysis II with MATLAB Applications Process Control: A First Course with MATLAB You can browse other categories as well by using the homepage of [...]

Read the full article →