Tool/software: TI-RTOS
hi experts,
I want to access emac from dsp as well as from ARM simultanously. There some of issue such initialization of qmss, pa, cppi and dma based descriptor .
Please help how cam i do this.
below is the doubt
1. res_mgr_init_qmss(&qmss_cfg) ( master core control)
2. res_mgr_init_cppi(&cppi_cfg) ( master core control)
3. res_mgr_init_pass() != 0) { ( ( master core control not there why ??)
platform_write("Failed to initialize the Packet Accelerator \n");
}
Above 1 and 2 steps require master core to init.This is ok. But why 3 steps is not control through master core ??
I can see pa control driver in linux also doing and enabling PA.
ALSO did you have any document/example that will help us to trace out which driver/functionality need to rule out or stayed in dsp when linux is set to be master core???