Forum Post: RE: CCS Download - No download starts on download page
Lisa,When I click the link on the wiki page, I'm asked to login to T.I, and I'm then sent to the "U.S. Government Export Approval" page, each and every time.The same thing happens when I try the link...
View ArticleForum Post: RE: Software breakpoints are not working in functions that are...
Hi,Go through these links: http://processors.wiki.ti.com/index.php/Software_Breakpoints_in_the_IDEhttp://processors.wiki.ti.com/index.php/How_Do_Breakpoints_Work#Software_BreakpointsI hope these links...
View ArticleForum Post: RE: XDC tools error
Then it seems like a driver issue. The only option you've is to uninstall the CCS and install the latest one. This might surely solve your problem.Regards,Gautam
View ArticleForum Post: RE: CCS 5.x OMAP5432 Support
John,I am out of the office until Wednesday but to a couple of quick answers.I didn't have to uncheck any of the autorun options. As long as I connected to the A15 first, ran the reset function and...
View ArticleForum Post: RE: Webench
Thnx Surender.I need a isolated DC-DC converter outputing 12V, 3Amp from input ranging from 36V to 60V. I think this is possible only in Flyback topology. But there is no such design available in...
View ArticleForum Post: RE: Automating source path recognition
Thanks!That's exactly what I needed :-)
View ArticleForum Post: Pin assignment in CCS 5.x
Hello,I have created a CCS project for a F28069PN (80 Pins) Microcontroller.Now we are using the F28069PZ (100 Pins) Microcontroller. Microcontroller core is the same but the pin layout is different....
View ArticleForum Post: RE: Unknown errors loading examples and header files from...
Hi,I think your include paths might still need some fixing. See the following...
View ArticleForum Post: RE: energy calculation
I really like your solution suing the non-linear source. I definitely learned something there, thank you.Note: the excel spreadsheet solution you posted is not quite correct for a cumulative integral....
View ArticleForum Post: RE: hello world got the "killed" response and exited.
Hi, Rafael, Thank you very much for your clear explaination. I compiled a hello.c by command-line instruction "arm-none-linux-gnueabi-gcc hello.c<enter>". And I succeeded in running...
View ArticleForum Post: Why is it different for the compiler output with pdf example?
Hi,I see that below ,,,line example from spru187t.pdf. It(*SP--(12) is different from my hello.c compiler output in the SP--(16)Second, there is"STW .D2 A10,*+SP(8)" in spru187t.pdf example.I am just...
View ArticleForum Post: RE: C6678 Error connecting to Target with Blackhawk XDS560v2
Hi Chris,Try the suggestions here:http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#DebuggerIf they do not help, please generate, zip and attach a debug server...
View ArticleForum Post: RE: How to find symbol table and string table location in .out file
Hello Seok Joo,FYI - there is a utility that comes with the compiler (located in the same directory as the compiler binaries) called ofd (filename is ofd2000.exe for C2000). This utility will read the...
View ArticleForum Post: Problems with migrating from small memory model to large memory...
Codecomposer version 5.1Compiler :C55xQ1.What exactly happens if we change our memory model from small to largeQ2.what exactly is difference between small and large(as far i know small memory model...
View ArticleForum Post: RE: Pin assignment in CCS 5.x
According to datasheet, the GPIOs vary. GPIO initialization tend to change then but...I never did that... when my pin count changed! Thats why I replied with the previous answer immediately without...
View ArticleForum Post: RE: Linking error while building the Audio framework for C5535...
Hi,Thanks for the quick respond. Here is the message from my console:'Building file: C:/c55/C55_Connected_Audio_Framework_EZDSP/c55-connected-audio-framework/src/user_interface.c''Invoking:...
View ArticleForum Post: RE: Trip zone interrupt in TMS320F28069
Hi,Go through this doc for complete info on implementation of Trip Zone:www.ti.com/lit/ug/spruh18d/spruh18d.pdf (Page 290 onwards)Also you can find more info...
View ArticleForum Post: RE: Displaying graphs issue
Rafael,Thanks a lot!! This simple correction worked instantly!i apologies for the simple mistake i had made. Actually,i had put it at Line 18 only in the start as given in the guide. But may be i might...
View Article