Forum Post: RE: CCSv4.2.5 update problems
Hi Nicole,where did you see that you need this specific ccs version? Our usual recommendation is in fact normally the latest version, v5.5. In addition to that ....v4.2.5 for some reason I would need...
View ArticleForum Post: RE: .out file auto run when invoking DSS loadProgram() in CCS 5.3
Hello,The default behavior of the debugger is to auto-run to a label on program load. The default label is 'main'. So if you program has a 'main', it will run to it and then halt. If it does not, it...
View ArticleForum Post: RE: Halting AM335x after system reset command (Wait-In-Reset)
Daisuke, These errors are from the GEL function that fail to access the memory address as specified in the error message. This could happen for a couple of reasons: 1. the memory region is not...
View ArticleForum Post: RE: Eagle Library for LF398N ?
Hello Goutham,We have LF398-N product folder, which is Monolithic Sample and Hold Circuit with PDIP (P) 8 pins, TO-99 (LMC) 8 pins and SOIC (D) 14 pins mentioned, but we have not generated CAD bxls....
View ArticleForum Post: RE: Typecast issue (int - long) with compiler 4.1.3 (TMS320F2812)
Thanks for your advice it is working.Let me do distruction to C++ code. We have following code and compiler optimization level as 2 (-o2)double value = -34.234;m_real_double = (double)value; m_ulong =...
View ArticleForum Post: RE: Error connecting to the target
Thanks. That file is fine. I just used it to start a debug session for my C6678 with a 560v2 Mezz card.How are you starting the debugger? Did you try starting a "project-less" debug session? If you are...
View ArticleForum Post: RE: running sd560v2config from commandline without GUI
Hi Stefan,This may be possible but I'm not sure myself. The utility comes from Spectrum Digital. So contacting them directly would get you the best answer.Thankski
View ArticleForum Post: RE: CCS 5.5 JtagJet Emulator from Signum
Ended up uninstalling Code Composer and doing a fresh install with 5.5.0.00077 - fixed the problem.I now have C2000 Device Support version 4.1.0.6 installed. "builddefinitions2000_patch" is not...
View ArticleForum Post: RE: CCS v5.4 / Eclipse headless build importing project with...
Hi Dom,There is no such option when using the headless project import command. I have filed an enhancement request for this. Tracking ID is: SDSCM00049763This enhancement has be filed against CCSv6...
View ArticleForum Post: RE: _IQsat takes int16 instead of int32 arguments in CCS5.5
Hi Bert,I have moved your thread to the compiler forum so that the experts here can take a look at your issue.Thank you,Brett
View ArticleForum Post: RE: CAD files for ldc1000 and other ic's
Matthias,Attached is the DRV8839_DSS_12.bxl. It will appear on ti.com next week.(Please visit the site to view this file)Regards,Janet
View ArticleForum Post: RE: ROV not working
Thanks for your answer Ki.Resetting perspective and cleaning cache didn't work but creating a new workspace did the trick!
View ArticleForum Post: RE: Webench FPGA DNE
Hello Natallia,Thanks for using WEBENCH Power Designer. Since this FPGA is not listed as a standard load, you can add the loads manually. You should be able to select your mircoprocessor from the list...
View ArticleForum Post: RE: Section of code not compiled. Breakpoints can't be set where...
Hi Samuel,glad to hear you are clearer now. That's what we're here for.All the best with development.Best Regards,Lisa
View ArticleForum Post: CCS5.4 Debug with JTAG incorrect ADC register flags LM3S8971
Spent 3 days to wonder was loosing my mind but managed to work around ADC registers source stepping F5/F6 all appear cross wired in debug however behave correctly on the peripheral when disconnected...
View ArticleForum Post: RE: Throwing terminates application
[quote user="Pibe"]Could it be possible for CCS to either warn or automatically increase the heap size when exceptions handling is selected?[/quote]I filed SDSCM00049771 in the SDOWP system to request...
View ArticleForum Post: RE: questions about TI's build process
Here is the relevant wiki article. -George
View ArticleForum Post: File I/O on CCS v5. File pointer pointing to EOF by default
I am trying to use fgetc using code composer. After opening a .csv file using fopen, I try to get the characters in the file via fgetc. However, the file pointer points to EOF by default when I go...
View ArticleForum Post: RE: Debugging two devices simultaneously
Additionally, here are the 3 Target Configurations that I'm using.
View ArticleForum Post: RE: ways to overcome error could not open source file...
hi jhon,i have a problewhich reads as follows------------------------------ DSP.pjt - Debug ------------------------------[Linking...] "C:\CCStudio_v3.1\C2000\cgtools\bin\cl2000"...
View Article