I am using
I am trying out example of IPCF with baremetal and FreeRTOS.
Baremetal is working and I can see the output.
But when I ran IPCF example with FreeRTOS facing the below error.
./ipc-shm-sample_cdev.elf
ipc-shm-usr-lib: ipc_os_init(): Created Rx softirq thread with priority=99
ipc-shm-usr-lib: ipc_os_init(): done
ipc-shm-usr-lib: ipc_shm_init_instance(): initializing channels...
ipc-shm-usr-lib: ipc_shm_init_channels(): ipc shm channel 0 initialized
ipc-shm-usr-lib: ipc_buf_pool_init(): ipc shm pool 0 of chan 1 initialized
ipc-shm-usr-lib: ipc_buf_pool_init(): ipc shm pool 1 of chan 1 initialized
ipc-shm-usr-lib: ipc_buf_pool_init(): ipc shm pool 2 of chan 1 initialized
ipc-shm-usr-lib: ipc_shm_init_channels(): ipc shm channel 1 initialized
ipc-shm-usr-lib: ipc_buf_pool_init(): ipc shm pool 0 of chan 2 initialized
ipc-shm-usr-lib: ipc_buf_pool_init(): ipc shm pool 1 of chan 2 initialized
ipc-shm-usr-lib: ipc_buf_pool_init(): ipc shm pool 2 of chan 2 initialized
ipc-shm-usr-lib: ipc_shm_init_channels(): ipc shm channel 2 initialized
ipc-shm-usr-lib: ipc_shm_init_instance(): ipc shm initialized
Input number of messages to send: 10
ipc-shm-us-app: ch 0 >> 20 bytes: SENDING MESSAGES: 10
ipc-shm-usr-lib: ipc_shm_is_remote_ready(): inside remote_global->state is 0x0
ipc-shm-usr-lib: ipc_shm_unmanaged_tx(): inside ipc_shm_is_remote_ready
ipc-shm-us-app: send_ctrl_msg(): tx failed on control channelipc-shm-usr-lib: ipc_shm_free(): ipc shm released
ipc-shm-us-app: exit
What can be the issue?
Solved! Go to Solution.
Hi,
Its working now with following combination versions
Hi Joey,
Yes, I do use the example of IPCF_FreeRTOS_S32G399A_M7_0 from the installation.
How I use it
I load the IPCF sample from the U-Boot console.
Please let me know for further queries.
hi,honeybee1881
Thank you for your reply.
About the issues:
If you use the IPCF of version IPCF_S32G_4.10.0, please refer to the Release notes, and check the version of related package.
You need version of RTD and S32DS IDE as the attachment.
Hope this can help you.
BR
Joey
Hi,
Its working now with following combination versions