Hi everyone!
I need to establish an IPC layer for our project on B4860QDS and eventually
Like to start from some working example!
I've found the LINUX (PA) side example sources in ipc-ust folder in git distribution.
But I fail to find any sources for SC DSP side?? Which are mandatory for IPC test.
The release pdf suggests as example to run the sequence
./dsp_bt -h 1 -c 0 -i c0.bin -c 1 -i c1.bin
But the source of these bins never mentioned in pdf . It is pure magic that lot of people in this forum succeeded to run it!
It is nice to get bin files here, but sources preferable.
Please help. I am using SC CodeWarrior 10.3
I've browsed the toolchain for SC compiler and found some files for ipc but they have no the same control structures as release 2.0 for LINUX SDK for PA.
On PA side, it is also make include for fsl_bsc913x_ipc.h. Should it be used for b4860QDS also?
Thank in advance.