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/IWR6843: Why I can't init the CBUFF on dss?

Part Number: IWR6843

Tool/software: Code Composer Studio

Hi Ti,

I recently is working on migrating  my PPL project(base to lab0020_pplcount_Overhead) to ES2.0 from ES1.0. I can output adc raw data through  lvds on es1.0,and all the initiate code about lvds(eg. CBUFF, EDMA,ADCBUF)is on dss project.But when I  migrated the same code to ES2.0, the adc raw data can't output through lvds. I checked the CBUFF registers, found that all of the cbuff registers value is zero.Then I checked the return value of invoking CBUFF_init, it is not null, it is success .Why I can success invoke CBUFF_init function, but the cbuff registers wasn't setted?