Forum Post: RE: CCS 5.x OMAP5432 Support
Hi Manu,I haven't worked on this for a while, but here are some things you might try. From the error, it looks like you are trying to load your program into invalid memory and this is why you cannot...
View ArticleForum Post: RE: GNU Compiler complains -llibNE10.a
In this forum we only have expertise with the ARM GCC compiler that ships with CCS 5.5 (or higher). You are using a different ARM GCC compiler. I recommend you try the Sitara processors forum....
View ArticleForum Post: RE: cannot load xdais in ccs v5
HI,Thanks for help from AartiG, I already fix the problem now (following picture), and can flash the .out into my launchpad now. So happy to see two LEDs flashing.Thanks again!Weite
View ArticleForum Post: RE: CCS v6 and Tiva Launchpad Hello world example
[quote user="Russell Minnich"]I created a new Code Compose Studio project (CCS Project New) using the Basic Examples Hello World template.When I execute the project and attempt to step over the printf...
View ArticleForum Post: RE: The TMS570 assembler seems not to support the "MRS (Banked...
I checked the ARM Architecture Reference Manual (ARM DDI 0406B) and found that the full list of processor status registers supported are: APSR, CPSR, SPSR. Please show a specific example of such an...
View ArticleForum Post: RE: OPA735 Zo measurement showing wrong values
Use the SPICE op amp macromodel as it was updated to reflect the real silicon Zo after the data sheet was released.
View ArticleForum Post: RE: Unable to get GUI Composer to load in CCSV5
I uninstalled CCS and reinstalled. Next I copied the files in that the post suggested. I no longer get the error that I was getting from my previous post but the composer never load - just get the...
View ArticleForum Post: RE: C2000 6.2.x Linker problems
[quote user="Martin Usher"]C:\Users\musher\Series_400\Apps_300\Debug>"C:/ti/ccsv5/tools/compiler/c2000_6.2.4/bin/cl2000" -v28 -ml -mt -O3 --opt_for_speed=4...
View ArticleForum Post: RE: MSP430: GEL: Encountered a problem loading file:
Hello, I have the same problem but I tried the same solution posed. I do not get the same result. always occurs when I copy and paste the code from another file. then it shows me the same error. there...
View ArticleForum Post: RE: CCS crashes if debugger disconnected while debugging
[quote user="AndyW"]Hi Francisco,I would like to verify my understanding of the issue in your description. When you say crash, you mean the CCS GUI becomes unresponsive. The GUI is still displayed, but...
View ArticleForum Post: RE: c2000 compiler optimization problem
1) For completeness I built the code with the 6.2.4 version of the compiler. It behaves the same as earlier compiler versions.2) I used the term 'confused' because variables like SrcEnumReorder are...
View ArticleForum Post: RE: CCS crashes if debugger disconnected while debugging
Fancisco,Thanks for the additional information. That helps a lot.What you describe sounds like a "zombie" process is being created. The term is used to describe cases where a call is made to a kernel...
View ArticleForum Post: RE: Project build cannot find libc after upgrade to v5.5
Thought about it for a little while, then realised I still had a working v5.4 install for the same projects on another PC, so opened up the project compiler and linker settings and made sure they were...
View ArticleForum Post: RE: Build order is wrong when using project dependencies - CCS5.5
[quote user="izmansaf"]This is a problem since Lib2 must be built first (In our case we have such a project which generates code in its post build event which is required by other projects, thus must...
View ArticleForum Post: RE: Generating Different Binaries for Different memory sections...
The tiobj2bin utility is generally used in TivaWare examples to convert .out files to .bin. Do you plan to use this utility? You could try using the --exclude section_name option with it to ignore a...
View ArticleForum Post: RE: OPA735 Zo measurement showing wrong values
Not sure if you mean OPA333 model does not match typical in datasheet. If so I re-iterate that the macro-model is close to the real silicon behavior. We have done extensive research on Zo since the...
View ArticleForum Post: RE: Use of built-in math functions in CCS
For ARM only, you need to use two dollar signs:.float $$cos(0.5)I'll make sure the documentation gets fixed.
View ArticleForum Post: RE: fatal error #10192: Failed linktime optimization
You must have some other C file in your program that also declares MainInt. We would need to see that file, too.
View ArticleForum Post: RE: Uniflash.sh freezes on " Connecting to the target for Flash...
Ran,I have some questions regarding your issue:1. which version of UniFlash are you using2. can you flash the device successfully through the GUI3. have you ever get it to work before in your...
View ArticleForum Post: RE: How to use LAPACK in 6678
[quote user="mike lee3"]Can you confirm for me that whether TI's build can work well if I follow the steps in Chapter 2 of http://userweb.cs.utexas.edu/users/field/docs/libflame.pdf.[/quote]I don't...
View Article