Yes you need to buy a full license for that one too.
Forum Post: RE: US560 V2 SYSTEM TRACE
Forum Post: RE: Help with volib_C55_2_1_0_1 on CCS 4
Forum Post: RE: debug sessioon hangs after while
Hi Ki,
This morning I solved the issue just by cleaning and heating the mcu so i guess it was some paste residue left from soldering the part or something similar causing the problem.
Anyway many thanks for your reply to my question.
Forum Post: pre-build steps setting problem in CCS v6
Forum Post: RE: CCSv6 freezes during installation
I don't have SYS/BIOS, TI-RTOS, Grace installed.
Forum Post: RE: How to save data from RAM and export it from CCS.5.5
Thanks for your reply.
if I want to save 32-float data.I should chose to save it as EXCEL,M-file or others?Opened with Notepad is garbled。Because I need to export the drawing using MATLAB floating-point observation。Please tell me how to deal with it.
Forum Post: RE: multiple xds220iso usb connection
Thanks a lot. Its work but every restart pc or reconnect emulators port numbers change. Selection by serial number could be better way.
Forum Post: writing a program to extract binary data from elf
Hi,
I build elf file using TI compiler for Tiva C target.
I have to write a program to manage elf file, one of the operations is to extract binary data, as the command "tiobj2bin file.elf file.bin armofd armhex mkhex4bin" do.
I use libelf to access the elf file.
Elf file I have tohandle are such that theoutput of the commandreadelf is:
There are 28 section headers, starting at offset 0x225e24: Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al [ 0] NULL 00000000 000000 000000 00 0 0 0 [ 1] .bootVecs NOBITS 00000000 00f400 000008 00 0 0 4 [ 2] .vecs NOBITS 20000000 00f0c0 000360 00 WA 0 0 4 [ 3] .resetVecs PROGBITS 00002000 000038 00003c 00 A 0 0 4 [ 4] xdc.meta PROGBITS 00000000 00f400 000119 00 0 0 1 [ 5] .intvecs NOBITS 00000000 000000 000000 00 0 0 1 [ 6] .text PROGBITS 0000203c 000074 00c6f4 00 AX 0 0 4 [ 7] .const PROGBITS 0000e730 00c768 002582 00 A 0 0 4 [ 8] .cinit PROGBITS 00010cb8 00ecf0 0003d0 00 A 0 0 8 [ 9] .pinit NOBITS 00000000 000000 000000 00 0 0 1 [10] .init_array NOBITS 00000000 000000 000000 00 W 0 0 1 [11] .vtable NOBITS 00000000 000000 000000 00 0 0 1 [12] .data NOBITS 2000694c 01594c 0004ec 00 WA 0 0 4 [13] .bss NOBITS 20000400 00f400 00554b 00 WA 0 0 1024 [14] .sysmem NOBITS 00000000 000000 000000 00 0 0 1 [15] .stack NOBITS 2000594c 01494c 001000 00 WA 0 0 4 [16] .debug_info PROGBITS 00000000 00f519 0b3d72 00 0 0 1 [17] .debug_line PROGBITS 00000000 0c328b 01ced6 00 0 0 1 [18] .debug_aranges PROGBITS 00000000 0e0161 002828 00 0 0 1 [19] .debug_frame PROGBITS 00000000 0e2989 009b8d 00 0 0 1 [20] .debug_abbrev PROGBITS 00000000 0ec516 016b59 00 0 0 1 [21] .debug_str PROGBITS 00000000 10306f 07fc55 00 0 0 1 [22] .debug_pubtypes PROGBITS 00000000 182cc4 06d45b 00 0 0 1 [23] .ARM.attributes ARM_ATTRIBUTES 00000000 1f011f 00005b 00 0 0 0 [24] .symtab SYMTAB 00000000 1f017c 0253a0 10 26 8687 0 [25] .TI.section.flags PROGBITS 00000000 21551c 00001a 00 0 0 0 [26] .strtab STRTAB 00000000 215536 01077b 01 S 0 0 0 [27] .shstrtab STRTAB 00000000 225cb1 000110 01 S 0 0 0 Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings) I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown) O (extra OS processing required) o (OS specific), p (processor specific) Elf file type is EXEC (Executable file) Entry point 0xc695 There are 3 program headers, starting at offset 2252228 Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align LOAD 0x000038 0x00002000 0x00002000 0x0f088 0x0f088 R E 0x8 LOAD 0x00f0c0 0x20000000 0x20000000 0x00000 0x00360 RW 0x4 LOAD 0x00f400 0x20000400 0x20000400 0x00000 0x06a38 RW 0x400 Section to Segment mapping: Segment Sections... 00 .bootVecs .resetVecs .intvecs .text .const .cinit .pinit .init_array .vtable .sysmem 01 .bootVecs .vecs .intvecs .pinit .init_array .vtable .sysmem 02 .bootVecs .intvecs .pinit .init_array .vtable .data .bss .sysmem .stack
How do I choose section to exctract? Do I need to take into accouny section type and flags? And what about segments?
best regards
Forum Post: RE: Incorrect operation of CCS profile clock when benchmarking F28027 floating-point math
Hi David,
This looks like an issue with the CCS profile clock tool on the F28027 specifically.
I am moving this to the CCS forum so that you may receive further support.
Thank you,
Brett
Forum Post: RE: Component library for OPT101P-J
Deepak,
OPT101_DTL_8.bxl and OPT101_NTC_8.bxl are available on ti.com in the OPT101 product folder.
Regards,
Janet
Forum Post: RE: pre-build steps setting problem in CCS v6
Thanks, But it is not exactly what I wanted.
I think the pre-build steps are applicable to the whole project, not a single file.
In CCS v3.3, the run condition "when any file builds" means if no file of the project is built, the custom build command will not be executed. However in CCS v6, without the run condition, each time the project is built, the pre-build step will be executed. How to realize the familiar functionality as in CCS v3.3? That's what I wanted.
Forum Post: RE: Whether CCS6 support graph option for Constellations or Eye Diagrams ?
Hi Ki:
Thank you for your suggest. I will introduce this method to customer and let them try it.
Best Regards!
Han Tao
Forum Post: RE: "DWARF information is corrupted" when loading a uboot Image
Hi Rafael:
the target is TCI6638K2K. it should support big endian.
thank you very much!
Regards!
King
Forum Post: RE: Code composer 5.5 is in Not Launching
[quote user="Mahesh Ainapure"]env.getserver("CCSSEssion1.1").OpenSession(".*");[/quote]
The syntax of the call is incorrect.
It should be:
env.getServer("CCSServer.1").openSession(".*");
However, I'm not sure if this will work with CCSv5 from Java due to some changes in how CCS is launched. My question is, what is it that you need with launching CCS from DSS?
Thanks
ki
Forum Post: RE: java.lang.UnsatisfiedLinkError when load debug session
Hi,
Upgraded from CCS5.2.1.00018_win32 to CCS5.4.0.00091_win32
All scripts and logs have attached in Thomas's first paragraph. Let's hurry up for this blocking issue, thanks.
[quote user="Ki-Soo Lee"]
From what version of CCS did you upgrade from?
Can you also attach your script (or just a portion of it)?
Thanks
ki
[/quote]
Forum Post: RE: Voltage vs Power graph generation using GUI Composer.
Hi,
i have another problem with my graph.......... i.e., i want to generate the TIME vs POWER graph.
i need to take 12 time samples( 7am, 8am,.....6pm,7pm) on X-axis, followed by power is on Y- axis.
Thanking you.
Forum Post: RE: Using System Analizer to count cycles between cores
Hi Joary,
Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).
Moved this thread to CCS forum for faster response.
Thank you.
Forum Post: RE: AM335X ICE Problem
Hi, we have the same Problem with the AM3359 ICE.
How can we solve that problem?
Thanks,
Marco
Forum Post: CCS not able to Debug and Halt in Programming to FLASH
Dear All,
I am writing program to TMS320F28035. It was working perfectly till yesterday and everything was good. But last time when i changed my controller board while downloading program using CCS5.1 with XDS100V2 USB Emulator. and giving below error.
"C28xx: Error: (Error -154 @ 0x0) One of the FTDI driver functions used to write data returned bad status or an error. (Emulation package 5.1.232.0)"
if some how it programs controller then if i try to place break point it gives this error message. now i tried with other board gives same error.
searched on net for error description but didn't find any error message list kindly suggest what to do.
Thank You
Bhuvaneshwar Kanade.
Forum Post: CCS 5.5: JAVA API to open CCS session with debug perspective
Hi,
I am using CCS 5.5. I am developing automated test scripts on JAVA platform for Debugging C67xx device. I am not able to open the Code Composer Studio Session by calling the DSS API "opensession()" from my ".java" program. Please suggest me the solution for this. I have constraints that I can not use "javascript, Rhino debugger and dss.bat".
I want to launch the Code composer Session with debug perspective from a JAVA program. Please provide the sugession or any useful link for the information on using the JAVA APIs to debug C67xx device.