Part Number: AM2634
Hi, experts,
While using SYSCFG with SDK 09_01_00_41, in the generated code, the index of assigned array is null for IPC.
I have tested to get SYSCFG generated code in different ways, and get different results, as below.
1. Build ipc_rpmsg_echo_am263x-cc_r5fss0-0_freertos_ti-arm-clang in CCS, gIpcSharedMem is used for vring allocation, and correct index is assigned to each vring.
2. Build ipc_rpmsg_echo_am263x-cc_system_freertos_nortos in CCS, gIpcSharedMem is used for vring allocation, and correct index is assigned to each vring.
3. Build r5fss0-0_freertos with makefile, gIpcSharedMem is used for vring allocation, but no index is assigned to each vring, it is bland and the compiling stopped with error.
4. Build system_freertos_nortos with makefile, gIpcSharedMem is used for vring allocation, and correct index is assigned to each vring.
5. Open standalone SYSCFG in Windows, start a new design with SDK 09_01_00_41, add IPC, in the generated code, gIpcSharedMem is used for vring allocation, but no index is assigned to each vring, and no buffer is assigned to RX vrings.
6. Open standalone SYSCFG in Windows, start a new design with SDK 09_00_00_35, add IPC, in the generated code, gRPMessageVringMem is used for vring allocation, and correct index is assigned to each vring.
Please help check whether there is something need to be modified to make the generated code in different way consistency.
Thanks.

