Forum Post: RE: CCS 5.x OMAP5432 Support
Hi John,Thank you so much for your help. The first problem starts when you try to debug the app. The error dialog which shows the device is in reset, is modal, so you cannot run any scripts to take the...
View ArticleForum Post: RE: Need very old archived version of Code Composer (not CC Studio)
Correction to previous post:The Help/About screen says "Code Composer/Version 4.12/Copyright 1994-2000 Texas Instruments).
View ArticleForum Post: RE: Problem flashing 570LS1227 with CCS 5.3
John,Thanks for generating the DS logs. On initial look, I don't see anything suspicious yet. But I should be able to analyze it further tomorrow.Btw, my co-worker was looking into this issue as well....
View ArticleForum Post: RE: CCSv5 license problem using existing CCSv4 license
Thanks Lisa for the explanation. We'll definitely move on to v5.And I didn't understand the permanent license Vs subscription relationship. (I am still not 100% sure...)Thanks,-- Louis
View ArticleForum Post: Building promblem
When I build a C project (with aparently no errors) the .asm file have errors, Does anyone know why this happen?
View ArticleForum Post: RE: Memset/Memcpy Suspected Issues
Split placement is where the linker takes (for instance) the various .text sections from the input files, and rather than combine them into one monolithic output section for placement, spreads it...
View ArticleForum Post: strange problem with conditional compilation
I have a symbol (SW_TIMER) that is defined in the Project Config File.This symbol is used in a few files inside the projecct.In CCS V5, some conditional code based on this symbol is grayed-out ( as if...
View ArticleForum Post: EK-LM4F120XL- 3D Mechanical Model
I am looking for 3D Mechanical Model for Stellaris LaunchPad Evaluation board EK-LM4F120XL.TI CAD library only has IC models, does TI have the whole board assemby model? it can be .stp or other 3d cad...
View ArticleForum Post: RE: Too long to load register in CCS-5.4
Hi Ki,I'm using AM1808 as below.I just found out it's a lot worse when I'm NOT able to copy and paste register content from Register window to text editor.I did verify it works great with CCS-5.2, but...
View ArticleForum Post: Code composer jumps to random memory addresses
I'm developing some USB code and everything seemed to work fine until I got to about 13.5k program size and now when I use some small functions to toggle I/O pins to control some signals like write...
View ArticleForum Post: RE: changed Stellaris LM3S1968 system clock now I cant connect to it
Try using CCS Uniflash; use the unlock feature before programming. If it still fails connecting then we'll have to check the hardware for faults.Regards,Gautam
View ArticleForum Post: RE: XDS560v2 STM Emulator (spectrum digital)
Dear Rafael-san,Thank you for your support.I have one more question.Acccording to your document, every devices having with ETB can be done Core Trace by any emulator. Is my understanding right?My...
View ArticleForum Post: RE: CCSv3.3 vs New CCS
Hello,[quote user="Gaston_Melo_Arg"]. I wanna know if this new releases, can be linked with Matlab without...
View ArticleForum Post: RE: Problem flashing 570LS1227 with CCS 5.3
John,Just to clarify, when I mentioned "another program", I meant another OUT file to load to the device. So, instead of loading Bootloader.out that was causing the problem, can you try loading another...
View ArticleForum Post: RE: Need very old archived version of Code Composer (not CC Studio)
Rick,I will send you a private message with a link.Regards,John
View ArticleForum Post: RE: J-Link support available for Code Composer Studio
What for CCS need to halt CPU core (DRV8301-RM48-KIT)?Becuase of this, continuous update of variables while running program doesn't work, and I need to use checkbox "halt CPU for any access" in debug...
View ArticleForum Post: RE: Memset/Memcpy Suspected Issues
[quote user="BrandyJ"]By sometimes, I mean that most of the time my algorithms are working. But after say 262 loops, an error shows up.[/quote]If the problem consistently occurs on iteration 262, then...
View ArticleForum Post: RE: strange problem with conditional compilation
Sometimes the CCS editor greys out lines of code that really are active. I'm sorry I can't be more precise. Here is one example I know about.As for debugging macros, or preprocessing in general,...
View ArticleForum Post: RE: FR5739 variables
[quote user="460822"]This is a serious problem. Optimizing should not change the results for simple addition.[/quote]No, it isn't a serious problem. I think the best way to explain is by example....
View ArticleForum Post: RE: Code composer jumps to random memory addresses
[quote user="Robbie Valentine"]It looks like there are some assembly instructions at 0x00000 but I don't know why.[/quote]That is a sign that the processor has "crashed" and set the program counter to...
View Article