Forum Post: RE: TSS721a Meterbus transceiver
Ricardo,TI currently does not have a simulation model for the TSS721A.Britt
View ArticleForum Post: RE: I do not have Flash Setting In Debug Configuration (CCSv5)
This was answered in this related thread.http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/343635/1204043.aspx#1204043
View ArticleForum Post: RE: how to resolve the CCS reactivation license issue
Hi Mahesh,are you using a demo license? Or are you trying to migrate your license to a different machine? Both are different cases.The license team is for purchased licenses, which you do seem to...
View ArticleForum Post: CCSv6 Memory Leak?
HiWindows 7. CCSv6.0.0.00190, ti.platforms.evm6472, stairstep example, System Analyzer 1.4.0.6, CGT 7.4.8, XDX 3.25.5.94, SYS/BIOS 6.37.2.27, XDS560v2 spectrum digital emulator.I got the error below...
View ArticleForum Post: RE: Compilation error in CCSv5.5 but not in v4.2.4
Hi Abhishek,you can point to it by going here .... and adding the folder for the older compiler versionYou can point ccs v5 to it in Window->Preferences->Code Composer...
View ArticleForum Post: RE: Delay in Dual time graph
GUI Composer isn't able to bring the data back in true real time where you should expect signals to be synchronized to the same time event, especially if you are updating these values in the interrupt...
View ArticleForum Post: CCSV6 MSP430 GCC USB examples Debug problems
Hi,I having been looking at using the MSP430 GCC compiler with CCSV6to do some developments with the MSP430 USB stack.I have imported and built the GCC versions of a number of the USB Examples and have...
View ArticleForum Post: RE: Suggested new compiler warning: explicite cast from real to...
The C standard says that casting a negative float value to an unsigned integer is undefined behavior. Consider the case that f contains an integer value equal to UINT32_MAX. In that case, you would...
View ArticleForum Post: RE: Packed Structures in Shared Memory on Concerto
I was afraid of that... :(
View ArticleForum Post: RE: Current shunt monitor INA193 not generating expected voltage...
(Please visit the site to view this file)Britt,Thank you for helping fix this issue. However, what I am observing now with the circuit is strange - the output is as expected for sometime (about 250ms)...
View ArticleForum Post: RE: CCS 5.5 crashes with CPU load graph displayed
Hi Darian,Its quite strange, when I enable debugging CCS no longer crashes, but when I start CCS without debugging enabled I can reproduce the crash.To enable debugging I do the following in the...
View ArticleForum Post: RE: CCS6 project setting
You do need a certain level of debug information. If there is no option to browse for a source file, it could be the debugger does not have an source file information for it.[quote user="terrance...
View ArticleForum Post: RE: ISSUE LOGGIN INTO WeBench!!
Hi Liam,Would you please send me the email you are using to login into WEBENCH to dien.mac@ti.com.I will have a look into it. RegardsDien MacWEBENCH Design Center.
View ArticleForum Post: RE: Linux License Host ID question
Hi Frank,great to hear. Thanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: precompiled headers
Yes, we're using all 24 cores of our build servers (with CGT 7.3.8 on Linux); still, this is too slow.We do have more servers, so my questions is how those can be used to accelerate the build in a...
View ArticleForum Post: RE: structure BIN file
Hi,the BIN file is generated with the following post-build step:"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"...
View ArticleForum Post: RE: GUI widget not found
do you have file name or your project name has spaces, dash, and non-alpha numeric character? Try to create project name and file name with alpha numeric characters only.Patrick
View ArticleForum Post: RE: how to resolve the CCS reactivation license issue
Hi Mahesh,Please contact the license team at that email. They are the ones who can help rehost.Best Regards,Lisa
View ArticleForum Post: RE: Auto-run on program load also means auto-stop on debugger...
I have a similar question. When I stop (terminate) the debugger after hitting a breakpoint or after pressing the suspend button, code running from RAM continues to execute. Is there a setting that will...
View ArticleForum Post: RE: Converting floating point domain to fixed point domain -...
I think you are jumping to conclusions. The C6678 device has floating point instructions. So while a change to fixed point operations is likely to increase performance, it is unlikely to be a big...
View Article