Forum Post: CCS reset on C6670 devices
Dear support,I found this document on TI wiki: http://processors.wiki.ti.com/index.php/Emulation_ResetsIn this document, the cpu reset is described as:CPU Reset – Typically isolated to reset just the...
View ArticleForum Post: RE: _nassert
The examples in the Users Guide all use simple data types. I was wondering how something like a struct would be handled. For example, if it is an array of my_struct which contain 2 ints, would it be...
View ArticleForum Post: CCS5.3, symbol "__divd" redefined in rts6740.lib and fastrts67x.lib
in my project, i used the rts6740.lib and fastrts67x.lib,but when bulid the project, the error comes out : like thiserror #10056: symbol "__divd" redefined: first defined...
View ArticleForum Post: RE: xmakefilesetup command
Hello,This thread on The Mathworks forums has the information you need. Take a close look at the first answer (marked "accepted...
View ArticleForum Post: RE: Memory browser not showing floating point
Thanks, I see it also (available in 5.3.0 and missing in 5.4.0). I filed a bug for this. Tracking ID: SDSCM00047876Thankski
View ArticleForum Post: RE: What is the option "-c" in a linker command file?
It is a linker option. From the C6000 compiler user's guide (spru187.pdf): --rom_model,-c Link using ROM autoinitialization model5.1.1 of the user's guide has more details.Thankski
View ArticleForum Post: RE: Using loadti with OMAPL138 (ARM9 core)
You must have some C I/O in your program, which requires breakpoints set on the target. And CCS is having problems setting these breakpoints. loadti's functionality is very simple. Basically load and...
View ArticleForum Post: RE: Code Composer and Beaglebone - GEL: Error while executing...
[quote user="Jose Luis Briz"]and therefore I tried by connecting the Beaglebone without booting the distro (connecting it with the uSD card removed), but the same problem showed up. [/quote]Yes that is...
View ArticleForum Post: RE: TLC556 schematic model has only ONE 555 timer displayed??!!...
Thanks, Britt.Not exactly a new user of TINA, but have only recently attempted using the dual package chips since i had hand constructed a PCB using them. I was unaware of the indusrty standard for...
View ArticleForum Post: RE: Feedback System Analyser Tutorial 4D (analyse events from...
Hi Clément, Yes, you can log your own sync point events with your own custom parameters if you want. You'll still need to include LogSync = xdc.useModule('ti.uia.runtime.LogSync'); in your .cfg file,...
View ArticleForum Post: RE: CCSv5.3 to CCSv5.4 update failure
Hi Michael,great, very happy to hear and sorry for the inconvenience.Thanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Unable to Run from FLASH without CCS 5.4 in Debug Mode
Kevin,[quote user="Kevin Taberski"] I have a new problem which appeared after I updated from CCS 5.3 to CCS 5.4. [/quote]Did you do the update from within CCS or did you do a separate new install of...
View ArticleForum Post: RE: BH-USB510 emulator driver support for CCS 5.4 and simulators...
Hello Andrey,Blackhawk has discontinued manufacturing of the USB510 hardware some time ago - it was replaced by the USB510L model. We still support the USB510 model under CCS v5.4 (including earlier...
View ArticleForum Post: RE: Code Composer - Search for Text in all project files
Hi,Sorry for "disappearing"; I tried a few projects and workspaces here and was always able to see the same expected behavior as you: i.e., the C/C++ search could not find strings in inactive...
View ArticleForum Post: RE: CCSV5 Installation issues
Hi Tim,great, glad to hear you are installed and sorry for the inconvenience.THanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: Conflict between CCS5.3/5.4 and ESSO (Oracle Enterprise Single...
CCSv 5.3 used to run on my computer so I don't know why it quit working on my computer recently. I tried updating to 5.4 and was finally successful at installing 5.4 after I completely uninstalled 5.3....
View ArticleForum Post: RE: Regarding the error in "No source available for exit(int)"...
Actually i tried by enabling that option through Run-> Debug Config, but still it shows the same result. But that doesnt seem to affect my output. But the problem is I want to terminate...
View ArticleForum Post: RE: missing .bss/.usect section in binary file
Is this the same project as the following thread?http://e2e.ti.com/support/development_tools/compiler/f/343/t/280192.aspx
View ArticleForum Post: RE: C++ const vs #define - How to avoid memory allocation for...
Are you using "static const"? Could we see an example where you expect the compiler to get rid of the actual variable?
View ArticleForum Post: RE: SIMD floating point multiplications
__x128_t is not a native, built-in type in which all operations are supported (like, say, float). It's a "container type" that allows vector data to be stored. That's why you're getting the error....
View Article