Forum Post: Python interface with Code Composer Studio 5
Hi,I want to automate the testing of our projects and for this purpose I would like to use python. Can you please provide the required information including if it is possible or not. Ideally I am...
View ArticleForum Post: RE: Instruction LDM showing unexpected errors
Yes, it is fixed in 4.9.7 and 5.0.1
View ArticleForum Post: RE: INTERNAL ERROR: ac2000.exe experienced a segmentation fault
This is almost certainly the same as SDSCM00048534, which is fixed in C2000 compiler 6.2.4
View ArticleForum Post: Inactive code not highlighted in long file.
I am running CCS 5.3.0.00090.I inherited a long file (7000+ lines including comments) with a lot o0f conditional compilation.Unfortunately the inactive code is not highlighted, although it once was....
View ArticleForum Post: RE: CCS v.5.5.0.00077 Intel-HEX image build error
[quote user="Oleg Miloserdin"]When I tried to generate Intel-HEX flash image using CCS GUI: Project Properties->Build->Steps->Post-build steps->Apply Predefined Step->Create flash image:...
View ArticleForum Post: RE: How to load .js script in CCS scripting console?
Hi David,The command is 'loadJSFile <path-to-file>'Tom
View ArticleForum Post: RE: CCS v5.5.0, Linux memory browser works?
It is correct because it is a float.
View ArticleForum Post: RE: Where is manual JTAG or Spy-Bi-Wire selection offered in CCS...
Hello Chester,Why would you want to select the option manually? CCS reliably detects the connection and automatically selects the protocol depending how the target connection looks like...Regards,Markus
View ArticleForum Post: RE: How to fix orphaned toolchain in CCS v5.5 Tool Chain Editor,...
Solved. I updated compiler version and changed Build Command to use default.Error: Program "make" not found in PATHThis may be needed when checking out an old project into a newer version of CCS. The...
View ArticleForum Post: RE: MSP-FET430UIF 2 Wire JTAG
Richard,which version of the FETPro430 did you use?Did you change the msp430.dll or use the default one?Thanks,Markus
View ArticleForum Post: RE: java.lang.NullPointerException
Are you using CCS 5.4? If so, you might be running into a known bug as described in this post.In that case, I would recommend updating to CCS 5.5 which fixes this issue. Rather than updating your...
View ArticleForum Post: RE: macros.ini/vars.ini usage
Thanks, I get it.There is no way to prevent the project location variable from being prepended. Right now CCS assumes that all variables are a path since the variable in the ini file is used for linked...
View ArticleForum Post: RE: Simultaneous MSP430 debug session using CS5.1 and msp-fet430uif
How would this work in a floating license scenario? And what if I wanted to debug 3 or more at once with a 3 user floating license? Would others be able to use the floating license while I had 3 debug...
View ArticleForum Post: RE: CCSv6 Beta 2 web installer problem
Unfortunately I have removed Temp folder.This is the log after retrying the installation:!SESSION 2014-01-15 20:57:11.237...
View ArticleForum Post: RE: Compile Error unresolved symbol _BCACHE_bootInit
Hi Xining,it looks like one of the BIOS ones. I would ask in the RTOS forum now as they would know better.Best Regards,Lisa
View ArticleForum Post: RE: TPS7A4901 ac analysis
Marco,The TPS7A4901 is an LDO model that can be used for Transient or AC behavior. The model can be used for PSRR simulations, however, there is only 1 pole and 1 zero in the response. The output...
View ArticleForum Post: CodeComposer crashes during connection with BlackHawk Xds560v2
I just started experiencing this problem with CodeComposer 5.2 (and upgrading all the way up to 5.5). At some point while connecting to a target with a BlackHawk XDS560v2 System Trace, CodeComposer...
View ArticleForum Post: RE: Compiler Optimization
You'll need to make both the index and each array volatile. This is pretty much a textbook case for when you would need to use volatile. The arrays must be volatile because func2 could modify them at...
View ArticleForum Post: RE: CCS hangs while trying to connect to the target (Blackhawk...
Hi Daniel,Can you try the diagnostics tests in the BH560v2 Config Utility that comes with CCS? Please post the results here.Thankski
View ArticleForum Post: RE: Issue Using Large Memory Model with new GCC for MSP430(X) in...
Yes, I was using CCSv6 beta and did exactly what you described above regarding GNU compiler 4.8.0 in 'Advanced Settings'. As I recall, I had expected to find the linker scripts in a folder named after...
View Article