Forum Post: What settings will cause an _args_main()?
Hi,I use CCS 5.5 on Windows 7, with OMAPL138LCDK and XDS200. Now I work on ARM side. I find that sometimes download code success while other times fail, or with some warnings, like:Through comparison,...
View ArticleForum Post: RE: Error when connecting target
Hi,This error message usually indicates that CCS is unable to connect to a XDS510-class emulator, thus I strongly suggest you to go though the steps mentioned in the page...
View ArticleForum Post: RE: LM25118 Simulation Spice and Webench
Josh,The Spice Rack page is out of date. I do not see a reason why you could not use the TINA TI smart diode models with the LM25118. I guess it depends on what you are trying to do.I would not use the...
View ArticleForum Post: RE: Code Composer Studio and Tiva issues
Hi Roberto,what ccs version are you using? Have you been using the msp430 code size limted license? These might make a difference.One thing to note is that v4 may not support the new devices. Both...
View ArticleForum Post: RE: compiler option "-op2" reverting to "-op0"
[quote user="jianzhongxu"]That symbol is defined in another source file. There were no problems when I didn't use program level optimization and call_assumptions=2. [/quote]If you use program-level...
View ArticleForum Post: RE: The memory ID is not supported by the hardware
GanZ,This is a very unusual error message and it may require further investigation. Could you send the versions of both the TI Emulators and the Spectrum Digital Emulators components (menu Help -->...
View ArticleForum Post: RE: CCS 3.3 windowsXP XDS510 emulator connectivity issue
Hi Raj,What was the output of the SDConfigEx utility?Also check the troubleshooting guide from Spectrum Digital's website:http://support.spectrumdigital.com/guides/troubleshooting_guide/Thankski
View ArticleForum Post: RE: CCS V 3.3 and F2810
Hello Claus,Note that you cannot purchase a license specifically for CCSv3.3. However, if you purchase a CCSv5 license, that license also can be used with any past CCS version including CCSv3.3 (and a...
View ArticleForum Post: RE: cdecls alternatives for linear assembly
Thanks George.But what can be the reason behind this non-support of cdecls in linear assembly?Any alternatives are there other than hardcoding the offsets?RegardsSudheesh
View ArticleForum Post: RE: CCS Update sites
See the "No update sites found" section on http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5
View ArticleForum Post: RE: run in debugger mode
Hello David,You sound very new to CCS. I suggest looking at the tutorials that come with CCSv3.3 to help you get started. You can access the tutorials from the 'Help -> Tutorials' menu in...
View ArticleForum Post: Beaglebone Black Debug echoUART
I'm running Beaglebone black with CCS5 using the XDS200 so far is good, I compile all support libraries from AM335X_StarterWare_02_00_01_01 and have all the demos running, but I have two issues that I...
View ArticleForum Post: For C55x does the wcs reported by cg_xml call_graph apply to data...
A program created in CCS 5.5 with C5500 compiler v4.1.1 for a TMS320C5535 was crashing - single stepping appeared to show stack corruption. The --stack_size and --sys_stacksize C5500 linker options...
View ArticleForum Post: TINA-TI: transient simulation with swept parameter fails
Hello,I am trying to run a transient simulation with a swept parameter (a resistor value).The transient simulation fails to start, giving me the error "Node number out of range". If I disable the...
View ArticleForum Post: RE: Errors loading ezdsp5535 from CCS 5.5 when ezdsp5535.gel used
[quote user="Chester Gillon"]The EZDSP5535.ccxml in the example project has the connection type set to "Texas Instruments XDS100v1 USB Emulator" and the initialization script set to...
View ArticleForum Post: RE: Flash algorithm returned an error during Flash programming....
[quote user="Chester Gillon"]The failure occured when "Auto ECC Generation" was enabled under CCS project properties -> Debug -> Flash Settings[/quote]The failure still occurs with CCS...
View ArticleForum Post: RE: memory problem , msp430 , code composer v.5.4.
If you look at the map file that is generated from the code generation tools, it should indicate that floating point libraries are included when your arguments are float. Including these libraries...
View ArticleForum Post: RE: _gmpy4 from the host intrinsics package not working as expected
Thanks for the update
View ArticleForum Post: RE: Does CCS 5.5 support NEON in some ARM target simulators?
Very true Robert, but what I feel is the CSS's alignment towards the same seems to be very bleak!Hope you get a solution soon from one of my TI buddy.Happy Holidays,Gautam
View ArticleForum Post: RE: Beaglebone Black Debug echoUART
I wonder if TI ever test this sample, one of the problems is due to the wrong size set to the stack in uartEcho.cmd-stack 0x0008 /* SOFTWARE STACK SIZE */ It does not match the stack size set on...
View Article