This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-F28069M: Adding DLOG module to the f2806x\example PROJECTS

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE

Tool/software: Code Composer Studio

Hi Everyone

I'm working with the LAUNCHXL-F28069M Launchpad and i'm trying to add DLOG module to an example project

First i import a project from "C:\ti\c2000\C2000Ware_1_00_02_00\device_support\f2806x\examples\c28\epwm_up_aq"
and add the following two files to the project found in "C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.0\HVACI_Scalar" project
1. DLOG4CH.asm
2.dlog4ch-HVACI_Scalar.h

then i inculde the "dlog4ch-HVACI_Scalar.h" file to the Example_2806xEpwmUpAQ.c file

after that i modified the 28069_RAM_lnk.cmd file by writing the following code section according to the "e2e.ti.com/.../334960" thread

SECTIONS
{
DLOG: > DRAML0,PAGE=1
}

after building the project i got some errors saying errors encountered during linking. please help me to sortout this problem. I want to learn how to add DLOG modules to our own projects.

Thankyou

Rgds,
thilesh