Tool/software: TI-RTOS
Hello,
I am currently working on an ethernet application on DSP with the Keystone 2 board.
I successfully made the example work and I can receive and transmit packet over ethernet.
Now, I want to use 2 DSP to send packet on 2 different ports at the same time.
I know that the NDK can't be use with more than 1 DSP so I want to modify it to make it possible.
I already rewritten the NIMU layer so I don't have any issue with it but I still need to update the NDK to use it with multiple DSP.
Can you tell me how should I proceed and what are the modules that I should modify ? (From what I saw, the OS layer must be updated for cache coherence. What else should I do ?)
Also, if you have a begin of an example of the NDK working with multiple DSP, I would be very happy to get it.
Thank you,
Julien