FYI: The pre-built sanity_test in Codec Engine 2.23.01 requires a specific configuration of the DSP Link driver, else it will not run (see here for details). So if you must build your own dsplink driver, you'll need to match its configuration for it to be able to run. Specifically (at least for examples/apps/sanity_test/evm3530), I found that DSP Link's channels must be disabled. In terms of the dsplinkcfg.pl configuration script (in dsplink/config/bin), this means setting the "--comps" argument to "--comps=ponslrm". (Not sure whether you can reduce further, but it is definitely required to not have "c". If "c" is present (thereby enabling DSP Link channels), running sanity_test/app.out results in the error shown here; DATA (channels) was not initalized by the DSP image.) -Dirk