Forum Post: RE: Can not find simulators in CCS v6.0
For Keystone/C66 devices the simulators will be available via the app center shortly. If you can wait a couple days I would do that before copying files around.John
View ArticleForum Post: RE: TI5.04 compiler
For two different builds to produce identical output, nearly everything about the builds has to be the same. This includes the order in which the linker sees the object files. There is a big...
View ArticleForum Post: CCSV6 is not finding XDCTools which are installed.
Problem I'm having: I recently reinstalled CCSV6. When I did, it told me it couldn't find the XDC Tools.CCSV6, xdc_tools 3.25.3.72Yet as you can see they are plainly there.I did some searches. I found...
View ArticleForum Post: RE: 6778 simulator on ccv6
Hello,keystone simulators should be available on App Center shortly (next few days). Sorry for the delay.ki
View ArticleForum Post: RE: Inability to compile code in CCS v6
Hello,keystone simulators should be available on App Center shortly (next few days). Sorry for the delay.ki
View ArticleForum Post: CCS 6 does not recognize DSP/BIOS 5.20
Hi,I have CCS5 set up fine using DSP/BIOS 5.20. In CCS5 under Windows->Preferences->Code Composer Studio->RTSC->Products I added the path I installed DSP/BIOS 5.20, and it shows in the...
View ArticleForum Post: RE: CCS5.5 compiler bug or there is something I don't understand
[quote user="Hubert Huang"]60 for(j = 0; j < 6; j++)3f81a9: 2B42 MOV *-SP[2], #03f81aa: 5206 CMPB AL, #0x63f81ab: 670F SB C$L8, HIS[/quote]You question why, in the above sequence of...
View ArticleForum Post: ARM Compiler and Immediate Adressing Mode instructions: incorrect...
Hi,I'm working with a TMS570LS3137 with the TI ARM Compiler v5.1.1.When turning on the optimization flags "-o=4" and "-mf=5" at the same time,the compiler generates assembly instructions that use...
View ArticleForum Post: RE: Variadic macros in CCS compiler
You need to add the build option --gcc. That's because you are using an extension to the C/C++ language that is borrowed from the GCC compiler.Thanks and regards,-George
View ArticleForum Post: RE: [C2000] Optimization seems to break code only with recent...
Regarding the first point, I didn't know the "strict aliasing" rule. I'll read up on it.But if casting my int32* to int* is forbidden, how should I proceed if I want to access individual bytes of my...
View ArticleForum Post: RE: epwm output verification on ccs5 for f28069 control stick
You're Welcome!Goodluck & Regards,Gautam
View ArticleForum Post: RE: Generated .bin file is too large
Hi,The tiobj2bin,bat utility should invoke ofd hex6x.exe utility with the "-image" option (see TMS320C6000 Assembly Language Tools §10 and §11).To investigate, could be usefull to look at the ofd...
View ArticleForum Post: RE: How to enable free license for Tiva LaunchPad
Noman,When CCSv5.4 launches for the first time it search for a license and if it doesn`t find one it will generate a 90 day license.If you want to setup a license for the Tiva launchpad you can follow...
View ArticleForum Post: RE: TIARM5 .cinit section
Are you building a C or C++ program? I don't know how it is possible to have an empty .cinit section in that case. Please post your linker map file.Thanks and regards,-George
View ArticleForum Post: RE: CCSv6 installation on Windows 7 Enterprise fails at debugger...
Glad it worked. Thanks for your patience.Danish
View ArticleForum Post: RE: C28x C/C++ Compiler User's Guide !
[quote user="Amr Ayoub"]I mean functions like FLASH_setup() , setvbuf() , add_device()[/quote]setvbuf is a standard C RTS function. add_device is documented in the C2000 compiler manual. Programming...
View ArticleForum Post: RE: Flashing code via JTAG with CCS6 and Flasher 1.3.1
Hi Alexey/Guatam,unfortunately the tools are dependant on the dll version. This is also why, for example CCSv4 requires dll v2 which enumerates as a USB HID Device and CCSv5 and v6 use dll v3 which...
View ArticleForum Post: RE: LMZ31707
Hi Lakshmi, From my customer: Thanks for the reply. I probably didn’t phrase my question right. I intend to run both the LMZ31707 and the LMZ31530 at PVIN=3.6V (nom) and VIN= 5.3V (nom). I did...
View ArticleForum Post: RE: XDS100v2 on CCS v6 (Windows 8)
Hi Matthew,It looks like your config file is corrupted, I'm not sure how that happened. If CCS is still starting up ok, please put this config file in c:\ti\ccsv6\eclipse\ and try uninstalling and...
View Article