Hi,
I have downloaded c6run_0_98_03_03. I built the example applications given in c6runlib. I generated cfft_dsp file. while running the application in debug mode it says RPC_IPC_recvMsg() and gets stuck at that point. I used the following as my bootargs
setenv optargs mem=80M@0x80000000 mem=384M@0x88000000
I loaded the cmemk.ko module using the following command
insmod cmemk.ko phys_start=0x858e7000 pools=1x4096 phys_end=0x87900000 allowOverlap=1
I am attaching the code with this mail. I would also like to know how I can increase the memory available to DSP. I could not reduce the value of phys_start
Thanks!!!