Hi todd,
Thanks for your reply.
I am using F28M35H52C1 which is in my custom board.
If i add only this means,
HWREG(RAM_CONFIG_BASE + RAM_O_MSXRTESTINIT1) |= 0x1;
while((HWREG(RAM_CONFIG_BASE + RAM_O_MSXRINITDONE1)&0x1) != 0x1)
{
}
That time also i getting same error.
Could you please tell me that how to configure the IPC and IPC lite.
Because i am using RTOS for ARM processor only. I would like to use interrupt for getting the data from my DSP.
I dont want to use interrupt in my DSP processor.
If i use messageQ means, it seams to be a task, i need to check it for every time. I need to implement messageQ in both ARM and DSP.
I am happy if it is a interrupt to receive the data from my DSP.
Thanks in advance
Thirumoorthy.R