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.

Compiler: Debug mode in VOD demo

Other Parts Discussed in Thread: AWR1642BOOST

Tool/software: TI C/C++ Compiler

Dir sir or madam,

I am currently working on a demo, I have this problem, what I have below wrote, I want to know why I get this error and how I can fix this error.

[Cortex_R4_0] Debug: CLI is operational

[C674X_0] Error: MMWDemoDSS Unable to open the ADCBUF driver

Error: MMWDemoDSS Data Path init failed with Error[-1]

Should i change the code?

For SDK 3.3, please modify the marked code at your end.

dss_main.c ----->

ADCBufparams.continousMode = 0;

ADCBufparams.socHandle = gGestDssMCB.socHandle;

/* Open ADCBUF driver */

context->adcbufHandle = ADCBuf_open(0, &ADCBufparams);

best regards

Damon