Forum Post: friend class : authorized or not?
I have red the C++ compiler document for TMS320C28x processor ( spru514g.pdf).I have found nothing about friend class.Are they authorized or not?Thanks by advance.Gilles PeltierSenior embedded Engineer
View ArticleForum Post: TMS320F28027 sin(1)
Using CCSv5.3.0.00090 compiler v6.1.0Has anybody noticed while using long double the TMS320F28027 calculates the sin(1) as0.8414710164070129Other devices including MSP430 products and handheld...
View ArticleForum Post: RE: CCS assembly developer
Hi, I am not sure whether this thread is active. But I am facing the same problem. I am writing an assembly program for TMS320LF2407 in CCS 3.3. I want to watch my assembly variables in the watch...
View ArticleForum Post: RE: Code Composer Studio C/C++ support
I have seen threads and information you have shown me, but my problem persists. Maybe it may be simple but you have not told me: I have a normal CCS project, only is needed to rename the file .c to...
View ArticleForum Post: RE: Can't access Graphs in CCS 5.2.1
Hi Imtaz, Thank you so much.After deleting the .metadata and dvt folder, I am able to view graphs now.Thank You,Nilesh
View ArticleForum Post: RE: memory overlay does not work
Hi George,I was assuming L1P cache was being disabled by default.But actually, it was enabled.By invalidating L1P cache for the shared code area, my code starts working.Best Regards,Kawada
View ArticleForum Post: RE: Need help with the watching of assembly variables in the...
Hi Sachin,Please refer this doc:It says: http://www.ti.com/lit/ug/spru509h/spru509h.pdf[quote]The watch window allows you to monitor the values of local and global variables and C/C++...
View ArticleForum Post: RE: friend class : authorized or not?
[quote user="gilles peltier"]This page indicates that Multiple Inheritance, for example, is not supported.[/quote]That's true only if you use the option --embedded_cpp (or -pe for short). By default...
View ArticleForum Post: RE: Can't find debugger target
Thierry,Igor is correct in pointing you to the Device support page. However, the support for this family of devices is not yet released.According to this thread, you will have to contact the local TI...
View ArticleForum Post: RE: Good Simpliciti based project stopped working for unknown reason
Hi,ok, very happy to hear. Thanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: ARM Compiler problem
Thank you for submitting those files. I can reproduce this issue. I filed SDSCM00049443 in the SDOWP system to have this investigated. Feel free to follow it with the SDOWP link below in my...
View ArticleForum Post: RE: Some bugs at first glance in the CCSv6 beta 3
Hi,[quote user="JohnS"][quote user="Andrey Gursky"]1) it can't be started at all, because ccsv6/eclipse/ccstudio depends on libjsig.so, while it wasn't the case before and the eclipse starter...
View ArticleForum Post: RE: Place a portion of .text in different memory areas?
Thanks George. Perfect!
View ArticleForum Post: RE: CCS build error : could not find source file "...
Could you go into Project Properties->Build->Variables tab, enable the "Show system variables" check box and verify that PROJECT_ROOT is set to the correct path where your project is located.If...
View ArticleForum Post: RE: I got error message when i tried to install...
Hi Hany,first, I would very strongly recommend the latest version, v5.5. I would clean out your attempted installation first, and no matter what version, ensure antivirus is disabled.THen, if you...
View ArticleForum Post: RE: TMS320F28027 sin(1)
[quote user="Doug"] I tried long double and got a 64 bit var.[/quote]The important point is that sin is still being done with double types, which are 32-bits.[quote user="Doug"]The sin() function...
View ArticleForum Post: RE: CCS v5.5 Available Update Error
I would be willing to try the beta on my machine, but the other in my office would still need to get fixed.They are all having the same problem. (Please visit the site to view this file)
View ArticleForum Post: RE: Mixing DSP tools with ARM tools on single installation of CCSv5
Excellent! Many thanks for all the information. This saves me from blazing new trails into oblivion - just want to follow a path already known to get me there. Best,Calvin
View ArticleForum Post: RE: Importing a CCS Project Fails
Hi David,I would certainly follow Igors advice, as it does seem this project is not complete.I also am writing on the thread to also just make you aware it might be good to know what ccs version was...
View ArticleForum Post: RE: CCS programing having error while editing the macro
Hi[quote user="A K M Arafat"] I am having error like"this declaration has no storage class or type specifier" Function Call is not allowed in constant expression" and "Expression must have struct or...
View Article