Forum Post: RE: 6678 linear assembly delay slots
[quote user="dido"]you mean I'm not allowed to use NOP in linear assembly?[/quote]That's correct.[quote user="dido"]So how I can be sure that in the final assembly file, the compiler do the ADD and MPY...
View ArticleForum Post: RE: Missing .out files when trying to debug using [CCS v4 & v5]...
No there is no .out file in the zip folder so I thought it might have been missing but the fact that you are able to download the zip and debug the files must mean that you are generating the .out...
View ArticleForum Post: RE: CCS compile error.
I am having same problems.It is most likely that you dont have admin rights to run gmake appliciation from your C drive so CCS IDE is getting stuck there.I need to verify this but most likely admin...
View ArticleForum Post: RE: 28335 and XDS100V2 emulation issue
Hi David,I fixed this issue. There was an XML file in the project that was tring to reset the debug back to the XDS100v1, once deleted everthign worked fine, even clicking on the bug. Thanks!...
View ArticleForum Post: RE: test connection to JTAG using CCSv5 failed
Hi again!Do I need to reinstall CCS? Regards,Ana.
View ArticleForum Post: RE: CCS V5.5 long long support in debugger (280x Piccolo)
Hi Stephan,I have investigated your issue.Since you built your code with -symdebug:coff, the debug info are encoded in the COFF symbol table with auxiliary entries.The COFF symbol entry looks like:...
View ArticleForum Post: RE: C plus plus link error with mathlib
_rcpdp is an intrinsic for a single floating-point instruction that computes an approximation of 1/x. The approximation will have low precision.
View ArticleForum Post: RE: How Do I Group Constant Structures Together in CCS
You can also wrap them together in yet another struct in the C code.
View ArticleForum Post: RE: CCS project build error
[quote user="Michael Golod"]How I can fix this issue?[/quote]CCS 5.5 IPC software missing ? contains the following post:[quote user="AndyW"]IPC is no longer bundled with CCS (since v5.4). Please refer...
View ArticleForum Post: RE: LMZ23603 Models
Sergio,You can remove it and replace it with the value and capacitor you prefer to use. That is a subcircuit that we were using to represent the EVM capacitor, I believe. No issues with simply removing...
View ArticleForum Post: RE: Efficiency is always zero!
Hi Godwin,I apologize for the inconvenience. We found an issue with the mosfet power dissipation calculation being zero so it caused the efficiency to be zero. We are adding a fix to correct this...
View ArticleForum Post: RE: How to export data from buffer to .txt in CCS5?
Petr,Check these threads...
View ArticleForum Post: RE: [w050] incorrect use of recognized pragma:"DATA_SECTION"
Hi,Try removing the semicolon at the end of the #pragma and (maybe) any blank lines between the #pragma and the variable declaration. This will probably make this work. --Cheers
View ArticleForum Post: CCSv4.4.2 on Windows 7 - JRE version error?
CCSv4.4.2Windows 7 64 bitJRE version 6 Update 6Brand new PC. Installed CCSv4 in c:\ti and then installed CCSv5 in c:\tiWhen I go to CCSv4 -> window -> preferences -> CCS -> RTSC ->...
View ArticleForum Post: RE: Convert static DSP library into dynamic DSP library using...
I'm pretty sure you need to build the C code with the compiler option --mem_model:data=far. This wiki article says a dynamic library ...Must use far DP or absolute addressing to access its own data as...
View ArticleForum Post: RE: CCS v5 build problem
Hi all,I came to know the reason why CCS doesn't work. My company use 'Symantec Endpoint Protection' anti virus s/w. And I can't delete it.If you use that software. please check the version of that...
View ArticleForum Post: RE: .bin file blows up to size of heap defined in linker command...
[quote user="Hans M��ller"]The heap is defined with a size of 64 MBytes. When I use the linker command file as shown above, the resulting .bin file has a size of about 64 MBytes while the whole code...
View ArticleForum Post: RE: CCSv6 Beta 3 is now available
For the installation of ccsv6 on Linux, is there a projected date for doing the installation such that just the plugins are installed into an existing Eclipse installation? I ask because I am...
View ArticleForum Post: RE: CCS v5.5 Command Line Build - Can't find gmake
Will someone look at these files eventually or does this mean no on knows.?
View ArticleForum Post: RE: How to export data from buffer to .txt in CCS5?
176671,your links helped me very much.I don ´t have a problem with data export from CCS5 anymore.Thank you!
View Article