Hi Ronny,
You are correct. Updated my previous post. Apologize for the wrong information.
- How is related MPM with Resource Manager? Do I have to configure RM in order to use MPM?
No. MPM transport layer running on Linux is enough to use MPM.
- About using MPM, is it necessary to modify or even create a config file (.json) to be able to run mpmcl from command line?
The default config(.json) file is enough to run mpmcl from command line. The config files provides the DSP configuration parameters to the MPM.
- If I want to use MPM but from an application instead of CLI, I read I have to include the mpmclient.h , but the question is if thats enough or, again, I shall configure the config file, etc.
You shall write your own application to reset/load/run using the mpmclient API's and link it with library libmpmclient.a.
Thanks.