[quote user="John Osen"]I wish to create a project that will produce a hex file containing a data structure only - no executable code.[/quote]I haven't tried it, but reading the ARM Assembly Language Tools v5.1 User's Guide SPNU118L section 12.5 The SECTIONS Directive explains how the hex conversion utility SECTIONS directive can be used to only convert specific sections.
Maybe that than be used to make the hex file only contain the .adata data section?
Forum Post: RE: Creating a data structure only hex file
Forum Post: RE: (_args_main does not contain frame information)
Is the program built with debugging enabled?
[quote user="chris chow"]
The debugger temporarily stops at beginning of main declared as
int main(void) {
[/quote]
What do you mean by "temporarily stops"? Does it continue running after that?
Which device/target board are you running on?
Forum Post: RE: Bug in evaluation of parameter
When you run this program, are you using the simulator or hardware? Does it fail on hardware?
Forum Post: CCS Code Loading to Un-programmed Device Fails
Cannot load un-programmed C5401 based board with CCSv5.5 or CCSv6 and USB560v2. If flash is previously programmed (usiing CCSv3.1 and FlexDS emulator), then both CCSv5.5 or CCSv6 debugger and LoadTi scripts appear to successfully load a .out file. If flash is erased and power is cycled, then CCSv5.5 or CCSv6 debugger and LoadTi are unable to load code to RAM.
If flash is erased and the board is not power cycled so that the flash loaded code is still resident in RAM then CCSv5.5 or CCSv6 debugger and LoadTi appear to work.
It appears that the CPU has to be successfully running code before the new CCS versions can load code.
What causes this?
Forum Post: RE: How can I connect to two C6678 EVM by two ccs5.5?
Rafael,
Thanks for your reply. But I can't find the workaround of the bug SDSCM00050737 in the SDOWP .
Can you describe the workaround in detail?
Regards,
Si
Forum Post: RE: CCS6 hang up
Iain,
Could you set the environment variable TI_DS_OFS_USE_ENTIRE_FILE to 1 (either globally, or from a command prompt before you start CCS) and see if that makes any difference?
In addition, are you using trace? If not, could you try backing up and deleting ctools (located here: ccsv6\ccs_base\emulation\analysis\bin) and see if that makes any difference?
Darian
Forum Post: RE: FFT details required
I see you have already started a similar thread in the C64x Single Core DSP Forum. That is the best place for your question.
Thanks and regards,
-George
Forum Post: RE: RE: USB Debug Interface driver change
Hi Mats,
thanks for the update and glad to hear. Unfortunately it's no longer bundled for some reason.
All the best with development.
Best Regards,
Lisa
Forum Post: RE: Launching CCS from Javascript
In addition to the example John referenced, the below wiki articles will also be of interest:
http://processors.wiki.ti.com/index.php/Debug_Server_Scripting
http://processors.wiki.ti.com/index.php/DSS_-_Launching_CCS_from_DSS
Thanks
ki
Forum Post: RE: Connecting error with CCS5 and BeagleBone
Ki,
Thank you so much, very helpful answer.
xyin
Forum Post: RE: CCS6 update error
Karl,
Your update url seems to be missing a whole lot of information, something may be corrupted in one of the eclipse metadata files. Could you please:
Exit CCStudio
Run eclipse -clean
Exit eclipse if it starts up
Try the update again.
Please keep me posted of your progress.
Danish
Forum Post: RE: Project import error with C28335 project
Hi Sira,
yes that sounds like a good approach and happy to hear that you seem to have verified it is working.
Thanks for the update and all the best with development.
Best Regards,
Lisa
Forum Post: RE: Migrating From CCS v3 to CCS v6
Hi Tamil,
[quote user="Tamil Kadir Rajavel"]1. Clean build doesn't remove all the object files that were generated. Instead, it removes only selected files. In the console window, I see:
""c:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F "lib\Flash2812_API_V210.exe" "pt.out" "pt.hex""
How would I edit this list of objects? [/quote]
"clean" will delete any generated executables, object files and preprocessor files. Not sure how you can modify the list of files that it will clean. They are specified in the generated makefile but you really shouldn't be tampering with it. I'll poke around and see if there is a way via project settings.
[quote user="Tamil Kadir Rajavel"]
<Linking>
remark #10205-D: automatic RTS selection: linking in "rts2800_ml.lib" in place of index library "libc.a"
"C:\\Users\\tkrajave\\AppData\\Local\\Temp\\123323", line 22: error #10008-D:
cannot find file "./DSP281x_CSMPasswords.obj""
The object file that it is not able to find is one of the objects that are not needed for the project, and are hence excluded the from the build. I am not sure how the object name turned out to be a part of the linker command. How would I edit the linker command, so that the files I do not want aren't included?
[/quote]
There must be some reference to that object file somewhere. Can you attach the .*project files in your project folder?
Thanks
ki
Forum Post: RE: Building an imported Legacy v3.3 project always results in CDT builder error java.lang.NullPointerException
Hello,
Just to confirm - you are using BIOS 5.20 and the CGT that came with CCSv3.1 with your new CCSv5.5 project?
[quote user="MichaelC"]I would have used CCS v6, but v6 doesn't support DSP/BIOS 5.20 at the moment. I can perhaps migrate to a later DSP/BIOS, but our first objective was to build with the upgraded IDE.[/quote]
FYI - BIOS v5.20 is not really supported in with v5 or v6. It is recommend to move to BIOS 5.4x, which is fully supported by both.
Thanks
ki
Forum Post: Configuration problem with RTOS Analyzer in CCS 6.0 and DSP/BIOS 5.42
Forum Post: RE: Webench offers differnt solutions compared with my October 2013 designs
Hi Amod,
I just got the permission from Nils Dirks to forward his his measuring results he presented. He compared the ZedBoard with my board and and did special measuring at the 1V supply.
Please see page 8 - 15.
Best regards
Bahne
(Please visit the site to view this file)
Forum Post: RE: CCS Code Loading to Un-programmed Device Fails
Hi Paul,
What does the flashed code do? Sounds like it does some target initialization that is needed by CCS to load code. When you say "unable to load code", what exact message do you get from CCS?
Thanks
ki
Forum Post: RE: How can I connect to two C6678 EVM by two ccs5.5?
Si,
Another developer let me know today this bug is a duplicate of SDSCM00047338, therefore I wonder if the workaround was not published because of that.
In any case, I copy below the current workaround.
Rename the file <cTools.dll> under ccsv6/ccs_base/emulation/analysis/bin
WARNING: all advanced breakpoints and triggers will be lost, as well as
Trace. This is a workaround just to be able to connect, load and run code.
UPDATE: you can also rename the file <IceCD.dll> in the same
directory above, which will only disable Trace but keep advanced breakpoints and
triggers functional.
By the way, this bug was already fixed and will be available in the near future.
Regards,
Rafael
Forum Post: RE: assistance flashing binaries created using GreenHills compiler
continuing:
5 .secinfo 0000003c 0002008c 0002008c 0002028c 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
6 .ROM.data 000002b4 000200c8 000200c8 000202c8 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
7 .vector 00000400 20008000 20008000 00000200 2**7
ALLOC, CODE
8 .sdata 00000000 20008400 20008400 00000000 2**0
ALLOC, READONLY
9 .data 000002b4 20008400 20008400 000202c8 2**2
ALLOC
10 .bss 0000cd00 20008800 20008800 00000000 2**10
ALLOC
11 .heap 00000200 20015500 20015500 00000000 2**4
ALLOC
12 .stack 00002000 20015700 20015700 00000000 2**4
ALLOC
13 .istack 00000190 20017700 20017700 00000000 2**4
ALLOC
14 /DISCARD/ 00000000 00000000 00000000 00000000 2**0
CONTENTS, READONLY
15 .linfix 00000000 00000000 00000000 00000000 2**2
CONTENTS, READONLY
16 .gstackfix 00000000 00000000 00000000 00000000 2**2
CONTENTS, READONLY
SYMBOL TABLE:
00000000 l df *ABS* 00000000 crt0.arm
00000000 l df *ABS* 00000000 ..\..\main\halo.c
Forum Post: RE: Setup of 6711 DSK in CCS 6
Thank you all for the responses. I was able to get the DSK working on a Windows XP PC with a parallel port connection using the CCS v1.23 software that came with the board. The software is kind of buggy but I was able to get some audio examples to work properly.
My next question was, if I were interested in purchasing a newer DSK that comes with a USB port and is fully supported in CCS 6, which ones would you recommend? I'm primarily interested in audio applications such as sound synthesis.