Part Number: AM5728
Hello,
I am a graduate student from the Electric Power College of South China University of Technology. Recently, we are using the development board of am5728 for development. We need am5728 to start dsp when running Linux under arm,and run sys/bios developed dsp (.out) program.
Because we are not professional embedded developers, we hope that our development work can be as simple as possible, so we don't want to be as described like below
use opencl, ipc to start the program under dsp, which means we need to use the corresponding components, and our dsp program needs to be modified,it will be more difficult for us. In the above post, it also mentioned the use of the mailbox to achieve communication between dsp and arm. I tried this method, but the dsploader program used in this routine does not seem to be correctly loading a tl-led-flash_c66.out routine into dsp1. I don't know whether the mailbox support dsp routines developed under sys/bios, so these three methods don't seem to suit us.
My professor wants to implement this program like this: He said that we don't need opencl, ipc development components, we want arm and dsp to run independently, arm run linux program, dsp runs the (.out) program developed by sys / bios development component under ccs, arm run first, then arm move (.out) file to dsp space, start dsp to run (.out) program, band realize the data transfer through the shared memory.
I am very grateful if you can help us with the solution.
Yours sincerely
LI