Forum Post: Link is broken : CCS Modules Library
Hi, this page's linke is broken.I want to see this .pptx file.Please fix...
View ArticleForum Post: RE: Trouble Setting Breakpoint (auto run)
I did this setting, but it didn't help.It always get stucked at this address:403080e4:Â Â EAFFFFFE BÂ Â Â Â Â Â Â Â Â Â Â Â Â Â 0x403080E4and shows that error:CortxA8: Trouble Removing Breakpoint with the Action...
View ArticleForum Post: C2000: MISRA 2004 Rule 5.3 checked?
According to misra.txt that comes with CGTools 6.1.4, MISRA Rule 5.3 is not checked.However I get the message:MISRA-C:2004 5.3/R) A typedef name shall be a unique identifier ("Access")Are there any...
View ArticleForum Post: RE: CGT 7.4.4 - Linker crash: INTERNAL ERROR: lnk6x experienced...
Thanks for the update.Do you have any information of the actual error (so I can possibly work round it) or on when the fix will be in an available release?Peter
View ArticleForum Post: RE: Optimized code misses stack fill
Thanks very much!Although I cannot find any source explicitly confirming it, not only the char pointer, but also the void pointer is excepted from the strict aliasing rule?! Otherwise casting void* to...
View ArticleForum Post: CCS v5.4 Refactor error
I found an old post in the Code Composer Forum ("CCSv5.1, Refactor, Upgrade RTSC Product Versions") and some answers.I can say that problems in upgrading RTCS are still there; if one happens to...
View ArticleForum Post: Interfacing c and asm global variables
Hi,I’m using code composer studio 5.4 for DSP C54x.I want to interface a C code with an asm routines (algebric), as follows my problem:I have a defined variable in my file my_asm.asm like that:My_var1...
View ArticleForum Post: RE: Flash failure on LM3S9DN6
Hello all,It seems like I made thre wrong assumption about the flash download errors. It's much more likely that the issue is related to the size of the code rather than the code itself.Commenting out...
View ArticleForum Post: RE: Uniflash crashes
Thanks,setting the PATH variable to an empty string helped. I will create a batch file to do this automatically.Best regards, Jan
View ArticleForum Post: RE: Why a opcode can't using in CCS 3.3
C6000 does not have a 64-bit shifter, it has only a 40-bit shifter. You have to construct a 64-bit shift from other, smaller shifts. For example, here is 64-bit right shift by 1: SHL A5,0x1f,B4 SHRU...
View ArticleForum Post: RE: TMS Compiler "INTERNAL ERROR: Decomposition error. Serious...
Thanks Archaeologist,Can you please tell me where I can look at these bug reports, so I can track the ones that affect me, or is the code you provided internal use only?Regards,Josh
View ArticleForum Post: RE: about 'only win32 target supported' error
Thank you about your answer. But I Don`t use delay function....So I find other web site, and try different way.When I use Visual studio , i can set win32 platform.however, when i use ccsv5, i can't...
View ArticleForum Post: RE: Trouble Setting Breakpoint (auto run)
Could something be wrong with my gel file??I found a thread where someone had the same error which was located in the gel file, there was a false implementation in the "reset" function. But he had a...
View ArticleForum Post: RE: Runnint the target after disconnecting the debug...
Any updates.This is stopping us from implementing our test infrastructure.
View ArticleForum Post: .dat files and preprocessor directives
Hi,I have a problem (maybe it is not a problem) with .dat files in SimpliciTI RF stack. These .dat files are used for build configuration of this stack. For example:# Define Frequency Agility as active...
View ArticleForum Post: RE: error #1055: class member designated by a using-declaration...
I placed the changes in the KDE forum. Sorry for the late feed back.As I mentioned in the KDE forum the patches are untested! Some test will follow this week.
View ArticleForum Post: RE: Optimized code misses stack fill
I don't expect a programming course, so feel free not to answer, but the following question arise:In the original code the problem seemed to be the source lineint64 tmp = *((int64*)var);and notbuf[i] =...
View ArticleForum Post: RE: How to make unused variables keep in a section?
Hi,Can you elaborate your query using a screenshot?Regards,Gautam
View ArticleForum Post: RE: CCS v5.2 Realtime Graph Auto Scale Does Not Work
Hi,thanks for knowing, but this autoscale change for every acquisition buffer is the functionality I require. Now I am debugging a device and sometimes in the signal a peak occurs, and this peak is out...
View Article