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.

Sitara Adc Project using Sys/Bios

Other Parts Discussed in Thread: SYSBIOS, PROFIBUS

Hi all,

I have an ice board and I want to use and try ADC channel with Sys/Bios.

My initial conditions:  CCSv5; am335x_sysbios_ind_sdk_1.1.0.4; xdctools_3_25_05_94

I read in this post that a package named InOut_ICE can help me:

e2e.ti.com/.../278454.aspx.

If I import it in CCS, an error appear in the main file: the compiler don't find the "am335x_indcomm_startup.h"

If I search it with explorer  it find in the old directory: am335x_sysbios_ind_sdk_1.1.0.1, but this file doesn't exist in the am335x_sysbios_ind_sdk_1.1.0.4 directory.

My question: Is it possible to redefine IA_SDK_HOME to force CCS to use the old SDK (SDK 1.0.1) instead of the SDK 1.0.4 version ?

If not possible, I shall replace the IA_SDK_HOME by a relative path...

Suggestions ?