IPCF v4.8 single-instance M7 codes issue for S32G3 boards

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IPCF v4.8 single-instance M7 codes issue for S32G3 boards

764件の閲覧回数
hittzt
Senior Contributor I

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

0 件の賞賛
返信
1 返信

748件の閲覧回数
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

This is correct. IPCF v4.8.0 M7 application has a bug in which the IRQ's were summed one. The patch is the one you are mentioning.

Please, let us know.

0 件の賞賛
返信