Part Number: C6000-CGT Other Parts Discussed in Thread: AM5729 Hi,
I've found an issue in C6000 compiler and I want to ask you if it is a "feature" or a bug.
I want to subtract two 32bit signed numbers and because the result could be bigger…
Part Number: C6000-CGT Hi,
I was trying to build a project with the exception handling.
And I was getting the linking error related to IRQ etc. Even though I was linking libc.a the rts6600_elf_eh.lib is not generated.
I have searched through the e2e…
Part Number: C6000-CGT While moving from CGT 7.3.8 to CGT 8.3.9, we are facing an issue of sign conversion.
(a*b) >>n : If either a or b were signed and negative, with 'n' being positive, the result is unsigned
n+(a/b) : If either a or b…
Part Number: OMAP-L138 Other Parts Discussed in Thread: C6000-CGT , Tool/software: Hello,
We, at SBG systems, have been using the C6000-CGT tools for a number of years now for code targeting the DSP (C674x) of the OMAP-L138 SoC. However, as of recently…
Part Number: C6000-CGT I found a strange behavior when I assigned a double value to a memory allocated as unsigned integer. The double data corrupts the memory before the allocated address.
Sample code of my program
//Function to allocate memory – Returns…
I sent you a private message with title: Compiler/C6000-CGT: Crash on ti cgt c6000 8.3.6 - files and Compiler/C6000-CGT: Crash on ti cgt c6000 8.3.6 - files 2
Regards, Enver
Part Number: C6000-CGT
compiler upgraded from 7.3.23 -> 8.3.9 and facing stack corruption because compiler is not considering multiple exit conditions mentioned in the for loop.
FOR LOOP Syntax: for(<iterator initialization>; <conditions (single/multipe…
Part Number: C6000-CGT Tool/software: Code Composer Studio Hello Expert,
I want to get Installation package of CCS v3.1 C6000 for C6713.
But i cannot find it in below link
software-dl.ti.com/.../ccs_downloads.html
Part Number: C6000-CGT I have a simple loop that the compiler refuses to optimize due to a high loop carried dependency. I boiled down the problem to this very short demonstration loop:
void LoopCarriedDependency(float *restrict * restrict list) { int…