Part Number: CC2560 Tool/software: TI C/C++ Compiler Hi team, a customer needs to validate our compiler and has a couple of questions concerning known bugs: "I have been entrusted with the task of validating the TI compiler that we currently use with CCS 8 (ti-cgt-msp430_18.1.4.LTS). According to our guidelines we have to validate the tools used for our product development. Especially for the used compilers it is necessary to consult the corresponding bugtracking databases. I came across this information in the TI Wiki: http://processors.wiki.ti.com/index.php/Compiler_Defects_Database# There, reference is made to an SDO web portal (Rational Clearquest). There I find the public query MSP430 Compiler Known Issues: However, I am not 100% sure how to interpret the search results. Example 1: CODEGEN-4329 lists both the smaller version number MSP430_18.1.0.LTS and the larger version number MSP430_18.12.0.LTS: Can I assume that the version I used, msp430_18.1.4.LTS a) does not contain the bug because it is not listed, or b) also contains the bug because it is between the listed versions? 2) In the MSP430 Compiler Known Issues query list, version MSP430_18.1.4.LTS is found only once, in CODEGEN-6070. Does this mean that this version has only one open bug? My CCS8 installation also provides MSP430_18.1.3.LTS. This one is not mentioned at all in the query MSP430 Compiler Known Issues. Does this mean that this version doesn't have a single open bug at all? Really?"
↧
Forum Post: Compiler/CC2560: Compiler Known Bugs for Compiler Validation
↧
Forum Post: CCS: CCSv8 on VM running Ubuntu 18.04 doesn't recognize connected XDS100 emulators
Tool/software: Code Composer Studio Experts, I installed CCSv8 (as a User) on an Oracle Virtual machine running Ubuntu 18.04. I followed the guidelines at http://software-dl.ti.com/ccs/esd/documents/ccsv8_linux_host_support.html . I ran into two issues: 1. I initiated installation through the terminal by running the .bin. At the end of my installation, a window popped up that indicated "CCS has been successfully installed". Clicking the "Finish" button did nothing. The other window with the progress bar indicating installation status remained upon (with the progress bar approximately half way through). I was unable to close either window. Clicking on the close button did nothing. CCS was installed in /home/ti, and all the folders appeared to be present. I powered off the VM and restarted. Then I ran the install_drivers.sh script as sudo. That yielded a message saying "TI permissions file installation completed successfully...". I once again powered off the VM and restarted. 2. I connected a F2837x Control card to the laptop using a USB cable. In Windows, when I ran the xds100serial.exe from \ccsv8\ccs_base\common\uscif, it indicated the emulator connected. In the VM, under Devices-USB, I see "TI Texas Instruments Inc. XDS 100v2 [0700]". However, running ./xds100serial from the VM indicates "No XDS100 emulators were found on the system". I re-installed CCSv8 and the same behavior occurred. I scanned similar issues on e2e and they didn't help. Would appreciate guidance. Thanks, Sira
↧
↧
Forum Post: Compiler: How to sample the TMS320F280049M 's temperature?
Tool/software: TI C/C++ Compiler Hello, Recently, I studied the temperature sampling of TMS320F280049M , During the implementation process, I saw the demo project (screenshot 1) and wrote the software debugging. I found that the demo project sampling temperature is 575 °C. I doubt the result is wrong, that"s so hot for chip. So, Question1 Please ask relevant experts to answer how to correctly read the chip of TMS320F280049M 's temperature? Question2 What does meaning the Callback Function to screenshot 2: ADC_getTemperatureC(uint16_t tempResult, float32_t vref) { float32_t temp; // // Read temp sensor slope and offset locations from OTP and convert // temp = (float32_t)tempResult * (vref / 2.5F); return((int16_t)((((int32_t)temp - ADC_EXT_REF_TSOFFSET) * 4096) / ADC_EXT_REF_TSSLOPE)); } If we can read to correct the chip of TMS320F280049M 's temperature, how to use this conversion formula ? screenshot 1: screenshot 2:
↧
Forum Post: CCS/TMS320F28335: C2000 reference source code for CC/CV Battery charger
Part Number: TMS320F28335 Tool/software: Code Composer Studio Hello, Customer is considering to make 1KW CC/CV Li-Ion Battery charger with C2000 Processor (TMS320F28335 or TMS320F28027) Is there any C2000 reference code for this kind of battery charger function? Regards, Nicky
↧
Forum Post: CCS/AWR1443BOOST: AWR1443 demo build error in CCS
Part Number: AWR1443BOOST Tool/software: Code Composer Studio Hi, I am trying to build the mmwave awr1443 demo code in CCS7.4 and I have installed mmwave sdk 1.2.0.5, sys/bios 6.53.02.00, ARM compiler 16.9.6, CGT compiler 8.1.3, xdc 3.50.04.43. I have installed c64x DSPlib 3.4.0.0, C674x DSPlib 3.4.0.0 and C674x MATHLIB 3.1.2.1 in the ti folder. When i am building project I am getting the below mentioned errors. I am working in ubuntu 14.04 machine. Could you please help me to resolve this issue. **** Clean-only build of configuration Debug for project mmwdemo3 **** /opt/ti/ccs740/ccsv7/utils/bin/gmake -k -j 8 clean -O rm -rf "mmwdemo3.hex" "configPkg/linker.cmd" "configPkg/compiler.opt" "mmwdemo3.out" rm -rf "configPkg/" rm -rf "config_edma_util.obj" "config_hwa_util.obj" "data_path.obj" "main.obj" "mmw_cli.obj" "mmw_lvds_stream.obj" "post_processing.obj" "sensor_mgmt.obj" rm -rf "config_edma_util.d" "config_hwa_util.d" "data_path.d" "main.d" "mmw_cli.d" "mmw_lvds_stream.d" "post_processing.d" "sensor_mgmt.d" Finished clean **** Build Finished **** **** Build of configuration Debug for project mmwdemo3 **** /opt/ti/ccs740/ccsv7/utils/bin/gmake -k -j 8 all -O Building file: "../mmw.cfg" Invoking: XDCtools "/opt/ti/ccs740/xdctools_3_50_04_43_core/xs" --xdcpath="/opt/ti/ccs740/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -r debug -c "/opt/ti/ccs740/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS" "../mmw.cfg" subdir_rules.mk:38: recipe for target 'build-1090314033-inproc' failed js: "/opt/ti/ccs740/xdctools_3_50_04_43_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: no target named: please use -t, -b, or --cb gmake[1]: *** [build-1090314033-inproc] Error 1 gmake: *** [build-1090314033] Error 2 subdir_rules.mk:35: recipe for target 'build-1090314033' failed gmake: Target 'all' not remade because of errors. **** Build Finished **** Thanks and regards KK
↧
↧
Forum Post: TIDA-00281: The gate driver chip UCC27201A-Q1 & Mosfets gets damaged while trying to run a 300W BLDC motor (60V - 5Amp rated)
Part Number: TIDA-00281 Hi, We have used the TIDA-00281 design to run a 300W BLDC motor . The motor runs properly at very low speed but if we increase speed somewhat then it starts experiencing jerks . If we increase speed further then gate driver chip gets damaged on phase A. The pin2 (HB) and pin4 (HS) gets short with the ground. The high and low side mosfets on phase A also gets damaged, gate gets short with Drain and source. We have noticed this damage twice on phase A. We cannot identify what's going wrong. We checked six step wave forms in the CRO and observed that when the complementary PWM given on high and low side of any phase ends, in the last cycle both the signals gets high. Please find attached wave forms for the open loop six step PWM given to gate driver chip. The makers 0 & 1 are phase A HI and LI, similarly 2 & 3 are for phase B HI and LI and 4 & 5 are phase C HI and LI. I have highlighted the waveform part in image tek00004 and tek00006. Can you also confirm if the PWM we are giving are proper. (Please visit the site to view this file)
↧
Forum Post: WEBENCH® Tools/TIDA-01573: TIDA-01573, OPA857EVM-978, ADC12J1600EVM
Part Number: TIDA-01573 Tool/software: WEBENCH® Design Tools Hello, I'm, working on some device in automotive and I would like to use your products (TIDA-01573 - Nanosecond Laser Driver Reference Design for LiDAR, OPA857EVM-978 - OPA857 Bandwidth Extension Evaluation Module and ADC12J1600EVM - ADC12J1600 12-Bit, 1.6-GSPS, RF Sampling Analog-to-Digital Converter Evaluation Module) into it. I'm preparing this device in 3D software, so I need the 3D data of your products to my work, but I can't find any 3D data on sides of your company. If you have any 3D data, can you send me it please? Best regards, Jakub Nigut
↧
Forum Post: RE: CCS/TMS320F28377S: -2083 Error code with Xds560v2 since upgrade CCS from CCS9.0.1.00004_win64 to CCS9.1.0.00010_win64
Hello, PLease find the report when I made "TestConnection" via the Target connection configuration into CCS: [Start: Blackhawk XDS560v2-USB System Trace Emulator_0] Execute the command: %ccs_base%/common/uscif/dbgjtag.exe -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity [Result] -----[Print the board config pathname(s)]------------------------------------ C:\Users\Arnaud\AppData\Local\TEXASI~1\CCS\ ccs901\0\0\BrdDat\testBoard.dat -----[Print the reset-command software log-file]----------------------------- This utility has selected a 560/2xx-class product. This utility will load the program 'bh560v2u.out'. Outfile creation failed for infile C:\ti\ccs901\ccs\ccs_base\common\uscif\uscifv2.out Load of file C:\ti\ccs901\ccs\ccs_base\common\uscif\uscifv2.out failed An error occurred while soft opening the controller. -----[An error has occurred and this utility has aborted]-------------------- This error is generated by TI's USCIF driver or utilities. The value is '-250' (0xffffff06). The title is 'SC_ERR_ECOM_EMUNAME'. The explanation is: An attempt to access the debug probe via USCIF ECOM has failed. [End: Blackhawk XDS560v2-USB System Trace Emulator_0] Bellow the test done with the Blackhaw installated tool (Shortcut on the desktop named bh560v2ConfigUtility linked to C:\ti\ccs910\ccs\ccs_base\common\uscif\Bh560v2Config.jar: I get the same message: Thank
↧
Forum Post: CCS: TMS570LC4357 - SafeTI Diagnosis Library : About boot test
Tool/software: Code Composer Studio In TMS570LC4357 - SafeTI Diagnosis Library, there are a little SL_SelfTest. The test items are like these. /* Boot time MIBSPI Analog Loopback Test */ SL_SelfTest_MibSPI(MIBSPI_ANALOG_LOOPBACK_TEST,SL_MIBSPI2); SL_SelfTest_MibSPI(MIBSPI_ANALOG_LOOPBACK_TEST,SL_MIBSPI4); SL_SelfTest_MibSPI(MIBSPI_ANALOG_LOOPBACK_TEST,SL_MIBSPI3); SL_SelfTest_MibSPI(MIBSPI_ANALOG_LOOPBACK_TEST,SL_MIBSPI1); SL_SelfTest_MibSPI(MIBSPI_ANALOG_LOOPBACK_TEST,SL_MIBSPI5); //Boot time Software test of VIM functionality SL_SelfTest_VIM(VIM_SOFTWARE_TEST); //Boot time Software test of DMA functionality SL_SelfTest_DMA(DMA_SOFTWARE_TEST); I have some questions. 1. These functions are acted as return fail(false) or pass(true). But, there are no return value. I want to know how i can confirm the test is passed. 2. The test items are MIBSPI, VIM, DMA. The other items are not required in boot sequence? 3. In the main loop, the SL_SelfTest is executed. Can I confirm the test is acted as well by the periodicSTPassCount? (If the total test number is 118, the test result is periodicSTPassCount is 118 and periodicSTFailCount is 0)
↧
↧
Forum Post: CCS: Error connecting to the target: Blackhawk XDS560v2-USB system Trace Emulator_0/CortexA15_0
Tool/software: Code Composer Studio Hi Support team, we are getting below error: Error connecting to the target: (Error -181 @ 0x0) The controller has detected a dead JTAG clock. The user must turn-on or connect the JTAG clock for the target. (Emulation package 5.1.232.0) May I know what is the solution for connecting the CortexA15_0 Target ? Please let me know if you need any further information regarding this issue. Thanks in advance, Regards, Hari.
↧
Forum Post: CCS/CC1352R: CCS/Bluetooth
Part Number: CC1352R Tool/software: Code Composer Studio Can someone guide on how to transfer real time data from cc1352R to mobile using bluetooth and CCS? Or how to change project zero so that it can send data?
↧
Forum Post: CCS: TMS570LC4357 - SafeTI Diagnosis Library : DMA_SOFTWARE_TEST error
Tool/software: Code Composer Studio I use the TMS570LC4357 board and SafeTI Diagnosis Library. When i use the project SafeTI Diagnosis Library whi, there are fail items in main loop. SL_SelfTest_DMA(DMA_SOFTWARE_TEST) is failed in the project. I check the code the green line is fail. if(!sl_dmaSoftwrTestConfig(&dma_test_varA, &dma_test_varB, DMA_PERMISSION_NO_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with no access permission for dma_test_varA */ if(!sl_dmaSoftwrTestConfig(&dma_test_varB, &dma_test_varA, DMA_PERMISSION_NO_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with read only access permission for dma_test_varA */ if (sl_dmaSoftwrTestConfig(&dma_test_varA, &dma_test_varB, DMA_PERMISSION_READ_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with read only access permission for dma_test_varA */ if(!sl_dmaSoftwrTestConfig(&dma_test_varB, &dma_test_varA, DMA_PERMISSION_READ_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with write only access permission for dma_test_varA */ if(!sl_dmaSoftwrTestConfig(&dma_test_varA, &dma_test_varB, DMA_PERMISSION_WRITE_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with write only access permission for dma_test_varA */ if( sl_dmaSoftwrTestConfig(&dma_test_varB, &dma_test_varA, DMA_PERMISSION_WRITE_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with all access permission for dma_test_varA */ if(sl_dmaSoftwrTestConfig(&dma_test_varA, &dma_test_varB, DMA_PERMISSION_ALL_ACCESS, &dmaCTRLPKT)) { /* Perform configurations and initiate transfer - with all access permission for dma_test_varA */ if(sl_dmaSoftwrTestConfig(&dma_test_varB, &dma_test_varA, DMA_PERMISSION_ALL_ACCESS, &dmaCTRLPKT)) { retVal = TRUE; } } } } } } } } So, I try to fix this problem. Then, I confirm the test is passed. I want to know this analysis is correct . 1. The test process dma test - protection test - dma_test_varA, dma_test_varB (two value) is used. - One is set protection state : dma_test_varA 2. The problem is dma_test_varA and dma_test_varB are created in connection - ex) dma_test_varA : 0x8020FB8, dma_test_varB :0x8020FBC 3. The protection region setting code - code - sl_dmaREG->DMAMPR_L[0U].STARTADD = (uint32)(srcAddr); sl_dmaREG->DMAMPR_L[0U].ENDADD = (uint32)(srcAddr) + sizeof(uint32); 4. If the srcAddr is set as dma_test_varA addr , the protection region parameter is set sl_dmaREG->DMAMPR_L[0U].STARTADD = 0x8020FB8 sl_dmaREG->DMAMPR_L[0U].ENDADD = 0x8020FBC 5. first 1 byte of dma_test_varB is set as protection - this occur test error!
↧
Forum Post: CCS/LAUNCHXL-CC2640R2: Read streaming data from the LAUNCHXL-CC2640 to my APP via COM port
Part Number: LAUNCHXL-CC2640R2 Tool/software: Code Composer Studio Hi All, I am new in this CCS / SCS development environment. I developed a simple demo that print streaming data to the debugger console by using System_printf function. I can see the data on the console. I don't know how I can read this streaming data to my PC application without using the CCS. no com port monitor software show any data from the USB (XDS110 ... COM7 and XDS110 ... COM8). when try to read from COM7 or COM8 - no data arrive. I will be happy to get some instructions. Eldad
↧
↧
Forum Post: CCS: multi_gesture_68xx_mss
Tool/software: Code Composer Studio Hello, I compiled binary code = "multi_gesture_68xx_mss" of TI under CCS8 "multi_gesture_demo_68x.bin".The bin file size generated is not the same as the file size pre-compiled by TI.And burn to EVM board also can not run, may I ask where I set the wrong?Source demo I do not have any modifications, just compile it!
↧
Forum Post: CCS/TMS320C5505: TMDSEMU560V2STM-U issue
Part Number: TMS320C5505 Tool/software: Code Composer Studio Hi, My customers debugging on a custom board using C5505. Previously, They used another JTAG emulator, however in order to improve debugging efficiency, they purchased TMDSEMU560V2STM-U. TMDSEMU560V2STM-UE (SpectrumDigital) can load the out-file normally. However, TMDSEMU560V2STM-U (BlackHawk) that they purchased has a problem in loading the out-file. If they press the debug button, you will jump to a mysterious function (_args_main function). And there is another mysterious phenomenon. After loading fails (Reach _args_main () function), pressing the debug button again will load the correct out-file. We can confirm that they have reached _args_main() function last time. Debug picture 1st time Debug picture 2nd time (confirm _args_main() ) Question: They tried changing and re-installing CCS version. However, it has not been solved. Is this a known issue? Please tell me the solution? ■Environment CCS v8.3.1 windows10 Regards, Rei
↧
Forum Post: PMP20588: Share .pcb(allegro) file of PMP20588?
Part Number: PMP20588 Hi TI Can you share .pcb(allegro) file of PMP20588? My email is jerry.hsueh@wpi-group.com Thank you Jerry
↧
Forum Post: CCS/TCA9535: Can TCA9535/PCA9535 replace NXP PCA9535PW directly?
Part Number: TCA9535 Tool/software: Code Composer Studio Hi E2E, How to replace NXP PCA9535PW with TI TCA9535 or PCA9535? There is a software system work with NXP PCA9535PW on Intel platform. I would like to change NXP one with TI's. I heard that it could be done by correct the different Register map and check the digital signal. Can you list total difference in register, bit meaning, pins and every thing has effect on replacement? Thank you!!!
↧
↧
Forum Post: CCS/TMS320F28335: Reset CPU during debug session not possible with F28335 and CCS v9.1
Part Number: TMS320F28335 Tool/software: Code Composer Studio Hello, I moved from CCS v7.4 to CCS v9.1 and I'm facing some strange issue. When I debug and I want to stop the execution I like to realize a "Reset CPU" to make a controlled stop of my CPU, peripherals...The problem I have with CCS v9.1 is that when I execute "Run" in a debug session, then the "Reset CPU" option is disabled and I can only implement "Restart" or "Suspend". I've checked that with CCS v9.1, when I connect the device it appears this message: C28xx: GEL: Error while executing OnTargetConnect(): A reset is not allowed at this time at GEL_Reset() [f28335.gel:96] at OnTargetConnect() C28xx: GEL: Error while executing GEL_Reset(): A reset is not allowed at this time at GEL_Reset() The same DSP board, same JTAG emulator...but with CCS Vv7.4 works fine. I've compared both f28335.gel files and are exactly the same. What else can I check? Thanks Maite
↧
Forum Post: TIDA-00364: DC LINK CAPACITOR & INRUSH CURRENT PROTECTION
Part Number: TIDA-00364 Hi, This is Kalyanraj, currently working on the 5kW PMSM drive system. spec: input voltage: 36-60V (battery) Fsw: ~20kHz output current max: 136A Due to size constraints, we are facing some issues with DC link capacitor and inrush current protection implementation. I request you to clarify on the below points, 1. For the given spec, calculated ripple current value is ~ 70A. For this much high current, number of capacitor need to be used is more (say 20). Is it recommended to operate the system without these capacitors? (Battery may supply the ripple current to inverter) 2. If DC link capacitor is mandatory, for this voltage range (60V max) inrush current protection is needed or not? Regards, Kalyanraj D
↧
Forum Post: CCS/CODECOMPOSER: Code Composer Studio 9 Installer hangs on Windows 7 SP1
Part Number: CODECOMPOSER Tool/software: Code Composer Studio Hi I am using the offline installer from here : software-dl.ti.com/.../ccs_downloads.html The installer hangs: Starting Install Installing utilities and miscellaneous Unzipping C:/Users/p/AppData/Local/Temp/ccs_fe5d2f6f-28c2-4dd9-5574-d6c4ec3acd16/jre_root_1.8.0.144 Unzipping C:/Users/p/AppData/Local/Temp/ccs_fe5d2f6f-28c2-4dd9-5574-d6c4ec3acd16/downloads/jre-8u144-windows-x64.zip Unzipping C:/Users/p/Downloads/CCS9.1.0.00010_win64/CCS9.1.0.00010_win64/baserepo/eclipse_core_4.5.1.custom-180919.zip Installing Eclipse ... Unzipping C:/Users/p/Downloads/CCS9.1.0.00010_win64/CCS9.1.0.00010_win64/baserepo/updateinstaller.zip Installing Components Registering jre32... Registering com.ti.ccstudio.debugserver.win64... Installing... jre32.feature.group,com.ti.ccstudio.debugserver.win64.feature.group Registering jre32... feature registered Installing jre32... Unzipping c:/ti/ccs910/ccs/eclipse/downloads/utils-jre32-jre-8u112-windows-i586.zip jre32 installed Registering com.ti.ccstudio.debugserver.win64... feature registered Installing com.ti.ccstudio.debugserver.win64... com.ti.ccstudio.debugserver.win64 installed Registering com.ti.dsflash.win64... Registering com.ti.ccstudio.cloudagent.win64... Registering com.ti.ccstudio.nodejs.win32... Registering com.ti.cgt.msp430.18.win32... Registering com.ti.cgt.tms470.18.win32... Installing... com.ti.dsflash.win64.feature.group,com.ti.ccstudio.cloudagent.win64.feature.group,com.ti.ccstudio.nodejs.win32.feature.group,com.ti.cgt.msp430.18.win32.feature.group,com.ti.cgt.tms470.18.win32.feature.group Registering com.ti.dsflash.win64... feature registered Installing com.ti.dsflash.win64... Unzipping c:/ti/ccs910/ccs/eclipse/downloads/com.ti.dsflash.x64_9.1.0.1682.zip com.ti.dsflash.win64 installed Registering com.ti.ccstudio.cloudagent.win64... feature registered Installing com.ti.ccstudio.cloudagent.win64... Unzipping c:/ti/ccs910/ccs/eclipse/downloads/cloudagent_win_0.5.2303.zip com.ti.ccstudio.cloudagent.win64 installed Registering com.ti.ccstudio.nodejs.win32... feature registered Installing com.ti.ccstudio.nodejs.win32... Unzipping c:/ti/ccs910/ccs/eclipse/downloads/node-8.11.4_win_x64.zip com.ti.ccstudio.nodejs.win32 installed Registering com.ti.cgt.msp430.18.win32... feature registered Installing com.ti.cgt.msp430.18.win32... com.ti.cgt.msp430.18.win32 installed Registering com.ti.cgt.tms470.18.win32... feature registered Installing com.ti.cgt.tms470.18.win32... com.ti.cgt.tms470.18.win32 installed Registering com.ti.tools.common.feature.group... Registering com.ti.gc.backplane.feature.group,com.ti.gc.pm.feature.group,com.ti.debug.server.feature.group... Registering com.ti.ccstudio.idemain... Registering com.ti.ccstudio.workflow... Registering com.ti.ccstudio.tms470... Installing... com.ti.tools.common.feature.group,com.ti.gc.backplane.feature.group,com.ti.gc.pm.feature.group,com.ti.debug.server.feature.group,com.ti.ccstudio.idemain.feature.group,com.ti.ccstudio.workflow.feature.group,com.ti.ccstudio.tms470.feature.group Registering com.ti.chromium.browser.feature.group... Registering com.ti.ccstudio.msp430... Registering com.ti.ccstudio.p2tool... Installing... com.ti.chromium.browser.feature.group,com.ti.ccstudio.msp430.feature.group,com.ti.ccstudio.p2tool.feature.group Registering com.ti.dvt2.graph.visualization.feature.group,com.ti.dvt2.rov.feature.group,com.ti.dvt2.resource.explorer.feature.group... Registering com.ti.tirex... Registering com.ti.dvt2.trace.ccs.feature.group,com.ti.dvt2.trace.control.feature.group,com.ti.dvt2.analysis.suite.feature.group... Registering com.ti.dvt2.via.ccs.feature.group,com.ti.dvt2.profileanalysismanager.feature.group... Registering com.ti.dvt2.uia.feature.group,com.ti.dvt2.analysis.suite.feature.group... Installing... com.ti.dvt2.graph.visualization.feature.group,com.ti.dvt2.rov.feature.group,com.ti.dvt2.resource.explorer.feature.group,com.ti.tirex.feature.group,com.ti.dvt2.trace.ccs.feature.group,com.ti.dvt2.trace.control.feature.group,com.ti.dvt2.analysis.suite.feature.group,com.ti.dvt2.via.ccs.feature.group,com.ti.dvt2.profileanalysismanager.feature.group,com.ti.dvt2.uia.feature.group,com.ti.dvt2.analysis.suite.feature.group Registering com.ti.tirex... feature registered Installing com.ti.tirex... com.ti.tirex installed Registering com.ti.dvt.energytrace.feature.group... Registering com.ti.tiva_stellaris.setup.win32... Registering com.ti.emulation.pack.win64... Installing... com.ti.dvt.energytrace.feature.group,com.ti.tiva_stellaris.setup.win32.feature.group,com.ti.emulation.pack.win64.feature.group Registering com.ti.tiva_stellaris.setup.win32... feature registered Installing com.ti.tiva_stellaris.setup.win32... Unzipping c:/ti/ccs910/ccs/eclipse/downloads/ti_tiva_stellaris_windows_2_1_3_15.zip com.ti.tiva_stellaris.setup.win32 installed Registering com.ti.emulation.pack.win64... feature registered Installing com.ti.emulation.pack.win64... I have tried: - clean all previous install dirs then retry - disconnect from internet during install (has been noted in similar threads) I have extracted the zip, then double clicked on the .exe, when ask to extract I have extracted again, then I have run the exec as Administrator and as normal User ( there is only on admin user on this box) but it always hangs ... Thanks for your help Peter
↧