This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: ex02_messageq

Part Number: AM5728

Hi,

SDK: ti-processor-sdk-rtos-am57xx-evm-06.00.00.07

1.Customer tests ex02_messageq, he changes below code in ipc_3_50_03_05\examples\AM572X_bios_elf\ex02_messageq\host\app.c

for (i = 4; i <= 15; i++) => for (i = 4; i <= 10000; i++) .

When trying to send 10000 times, the connection is always lost at the 857th.

2. Modify ex02_messageq to make ARM only transmit and DSP1 only receive.

ARM host app.c => Int App_exec(Void) 

ARM => MessageQ_put

 

DSP1 sever.c => Int Server_exec()

DSP1 =>  MessageQ_get

Executing ./app_host reports an error,how to resolve this error?

3.Does the host only need to modify the following code when sending data?

ex02_messageq/shared/AppCommon.h