Currently trying to write an application for the TMS320C6678 that uses NDK.
I tried to base this off of the NDK example for the 6678, but when I call res_mgr_pass, I get the following:
[C66xx_0] Core 0: EVM Initialized
[C66xx_0] Core 0 start...
[C66xx_0] Core 0 called tskMain
[C66xx_0] QMSS successfully initialized
[C66xx_0] CPPI successfully initialized
[C66xx_0] Pa_create returned with error code -10
[C66xx_0] Failed to initialize the Packet Accelerator
What can cause Pa_create to fail as seen here? My understanding is that the error code -10 indicates invalid configuration (but the code in res_mgr_init_pass is the same as in the NDK example, where it succeeds). I'm using MCSDK 2.0.3.15 and NDK 1.10.0.03.