Forum Post: RE: CCS and MCSDK installation paths on Linux host?
David,From a CCS standpoint there is not a necessarily preferred directory to install it. The major difference is if you intend to install it as a regular user (which will require additional steps at...
View ArticleForum Post: RE: Undefined symbol for a known symbol. RM48L952 CCS V5 Ti...
Use one of two methods to load the address of nTask04: .global nTask04 .text LDR r1, addr_nTask04 … BX lr ; return from function addr_nTask04: .word nTask04 Or ....global nTask04 .text MOVW r1, nTask04...
View ArticleForum Post: RE: CCSv6 Import failed because its meta-data cannot be interpreted.
Hi Robert,Each CCS v4 project should also have a required .cdtproject file in its root directory. Without this file these projects cannot be imported. Could you check if you have this file and attach...
View ArticleForum Post: RE: CCS under-the-hood on code download/run
Jeff,By default CCS does not perform a reset on the core before downloading code, but this can be changed. Check this thread.The type of reset greatly varies between device families, therefore it is...
View ArticleForum Post: RE: Optimization 'changes' via #pragma
Thanks both of you, I hadn't considered using the volatile keyword to 'fix' some of the issue.I also hadn't realized that complete control of compiler behavior wasn't available. It would explain a few...
View ArticleForum Post: RE: Some problems with dependent projects: warnings differ; could...
Hi Gustl,I need some more details to determine what the exact issues are. Ideally it would be great to have a reproducible test case for me to try out. Would this be possible? I just need some...
View ArticleForum Post: RE: Can't find a source file at...
Thank you! This method solve the problems ^_^
View ArticleForum Post: RE: Problem with symbols when debugging SPL on AM335x EVM
I have determined that due to the compile process certain assembly routines did not have symbol entries in the output file so there was nothing for CCS to grab on to. Moreover, the breakpoints appear...
View ArticleForum Post: RE: DSP emulation error during converter load change test
Hi,Thanks for your comment, I am reading them.He, Siyu
View ArticleForum Post: RE: the bitfield of struct in big-endian device
third,in my test I defined a struct,typedef union{struct{uint16 SelfCheckG : 1; uint16 Charge : 1; uint16 Modulate : 1; uint16 DischargeRotor : 1; uint16 Bit4 : 1; uint16 Bit5 : 1; uint16 Bit6 : 1;...
View ArticleForum Post: RE: build error: 'NHST' is not recognized as an internal or...
[quote user="Cam Buskell"]gmake: *** Access is denied.[/quote]Two common causes of this error:-Some antivirus software is overly aggressive. Kaspersky is one that has caused problems in the past. Try...
View ArticleForum Post: RE: TINA-TI V9 update Error.
I have the same issue. I'm running Windows 7 Home Premium SP1I tired running as admin, and got the same error. Even tried to reinstall as admin to no avail. In fact, if I reinstall as an admin, I...
View ArticleForum Post: RE: K2H EVM - Dual RS232-HS drivers - Windows 7 OS
Hi Rafael,Thanks for your help. Problem got solved.Thanks & Best regards,Rajanikanth.
View ArticleForum Post: RE: CCS V6 crash while connecting to AM3357 Cortex A8
Hi KiAttached are the requested files. Hope this helps.Beste regards,Patrick(Please visit the site to view this file)
View ArticleForum Post: RE: Cortex_M3_0: GEL: Target must be connected before calling the...
hello Ki,I either press the green bug button "debug" or I right click on the project -> debug as -> code composer studioThanks for the reply!
View ArticleForum Post: RE: ultra librarian error with allegro pcb editor: "No match...
Good Morning,i successfully imported your component .dra in allegro, i'm checking dimensions and pads and it semms ok.I really thank you.Is there any solution to use ultralib .bxl file to generate a...
View ArticleForum Post: RE: how to use custom make file in CCS5.x project
Hi Krishna,See:http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Creating_New_Makefile_projectThankski
View ArticleForum Post: RE: Cortex_M3_0: GEL: Target must be connected before calling the...
So I have cleaned the workspace as per: http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5I have also commented out different parts of code from the CC2538.gel file where it is using the...
View ArticleForum Post: RE: When Debugging, Breaks in Every Interrupt Handler
Hi Scott,have you looked at the interrupt options in the debug settings? If you go to project->properties->debug. See the screen shot below. Please keep us informed whether this helps.Best...
View ArticleForum Post: RE: CCS3V3 DSK6713 configuration issue
Yes, diagnostics output is:Trying to connect to the targetReset board succeeded.
View Article