Hi
I recently tested the IPCF feature with v4.8 M7 App(I build the App following the v4.8 release note), but test failed, due to the uncompatiblily of M7 App and linux IPCF driver.
The root reason is that, there are some codes should be modified in M7 App source codes as following:
1. In src/sample.c, line 333, 336 and 339, remove the "+ 1" in line 333, 336 and 339
2. In generate/src/ipcf_Ip_Cfg.c, change
.local_shm_addr = 0x34100000,
.remote_shm_addr = 0x34000000,
to
.local_shm_addr = 0x34200000,
.remote_shm_addr = 0x34100000,
in line 91.
After the above modifications, the rebuild M7 App and linux IPCF driver is compatible finally, and the test passed.
So would you please help to confirm the issue and tell when the issue will be fixed officially?
Or else we have to keep the above changes locally to make the IPCF feature workable.
Thanks,
Zhantao