Hi
My goal is Ethernet communication with 2 evm borad each other.I'm using PA_multicoreExample Project.
and i want to know wich codes should i modify to make my purpose works ??
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.
Hi
My goal is Ethernet communication with 2 evm borad each other.I'm using PA_multicoreExample Project.
and i want to know wich codes should i modify to make my purpose works ??
Alaa Darwish,
The EVM board phy is not configured in the PA_EMAC example, you need to modify.
Go through the below discussion of E2E post, this will help you,
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/202083/719489.aspx#719489
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/146961/690398.aspx#690398
And also you can try with NDK examples at: C:\ti\mcsdk_x_xx_xx_xx\examples\ndk
The helloWorld example will run on Core0 only.
The multicore navigator calls like QMSS, CPPI and RM init calls are done on Core0.