Hello Karan,
Sharing the map file of our application:
adas_parking_fun_app_mcu1_0_release.xer5f.txt
In the linker file used by our application we changed the DDR allocated address as:
/*#define DDR0_ALLOCATED_START 0xA0000000---original*/ #define…
Hi George,
Here is the requested pre-processed file
sys_main.txt
Console Log:
**** Build of configuration Debug for project VehicleDataLogger_cpp ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O Building file: "../source/sys_main.cpp…
Part Number: CC1352R
Software: Code Composer Studio 10.0.0 and simplelink_cc13x2_26x2_sdk_4_20_00_35
Harware: CC1352R
In the example application project simple_peripheral_oad_offchip_CC13X2R1_LAUNCHXL, I want to use byte array of big large size…
Thank you for the update and glad you were able to find the source of the difference.
jorge sola said: Where can I find better explanations of the effect and behaviour of each compilator flag?
The Compiler Users Guide and Assembly Language Tools Users…
Part Number: TMS320F28379D
Tool/software: TI C/C++ Compiler
Hello -
I ran into an error when trying to build in Code Composer Studio version 10.0.0. My compiler is the c2000_20.2.0.LTS. I am working on a Linux CentOS 7 machine. The exact error…
Tool/software: TI C/C++ Compiler Hello all,
We are facing linking errors while running makefile using cl2000 compiler.I am not using CCS tool or resursive make environment for building the source code.I am using a non-resursive standalone makefile for…
Several different revisions of the manuals are available on this page .
Nguyen Nguyen2 said: I am looking for the C/C++ compiler user's guide for CGT version 5.x and 6.x.
However, they don't go that far back. So, I attach those manuals below.
Thanks…
Part Number: TMS320F280049
Tool/software: TI C/C++ Compiler
I am getting this error when I call a function via function pointer in .cla file which is defined in a structure. The function pointer has been assigned the address of function in main()…