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.

TDA4VH-Q1: PROCESSOR-SDK-RTOS-J784S4: define three CIO devices

Part Number: TDA4VH-Q1

Tool/software:

I need to define three CIO devices (using add_device), and by default there are three available (according to _NDEVICE in file.h).
Since there is a default host device added, I can not use all three but only two.

My question:

- is there a way to disable the default host device (which I assume is used for profiling, which I do not need anyways) or
- can I remove this existing device or
- can I increase the number of devices (besides patching file.h).