Part Number: TI-CGT Tool/software: Hi TI experts,
I have observed some strange behaviour running some bare metal test code on MCU cores on our Jacinto high (J784S4), and I have come to the conclusion it is the compiler generating invalid assembly from…
Part Number: TI-CGT Tool/software: I have now seen the issue when building EABI objects for MSP430 architecture and C28x architecture.
When declaring weak symbols in the linker command file and using link-time optimizations, the linker will sometimes…
Part Number: AM263P4-Q1 Tool/software: Hi,
We are using the AM263P4-Q1 controller with ti-cgt-armllvm_3.2.0.LTS compiler.
Do you have recommended compiler options for this toolchain?
Regards
Sunil
Part Number: TMS570LC4357 Tool/software: Hi, We are developing a SIL4 railroad application, using the Hercules TMS570LC4357 along with TI CGT v18.1.3.LTS. According to EN50128 and EN50657 we have to provide the tool qualification for the compiler. However…
Muhammet Bagoglu said: we can close optimization turn-off in the TI-Clang compiler
tiarmclang -O0 and armcl --opt_level=off are very similar in that they disable all the large scale optimizations. But neither of those options disables 100% of the compiler…
Part Number: TI-CGT Other Parts Discussed in Thread: TDA4VH Tool/software: Hi TI Experts,
Based on the last discussion in the below thread, customer successfully implemented both TI ARM CGT & TI ARM Clang on two different safety channels in TDA4VH.…
Part Number: CODECOMPOSER Other Parts Discussed in Thread: CCSTUDIO , SYSBIOS Tool/software: I want to add a new compiler (TI ARM Clang: ti-cgt-armllvm_2.1.3.LTS) to CCS12.8.1 on Linux from the command line.
I tried to add it using the following command…
Part Number: TM4C123GH6PZ Tool/software: Hello,
I am trying to update a software using up to date TI tools and I get some warning that I am not able to solve with different settings:
here below messsages
with default config:
#16032-D: object files…
Part Number: MSP430F5359 Tool/software: Background: I'm most familiar with IAR's icc430 C/C++ compilation environment and a newbie at using TI's CGT MSP430 environment.
In the IAR world, if I want to embed a bit of inline assembly language…