Hello,
I am trying the "IPCF_Example_S32K388" by using S32K388-EVB-Q289. Rev B
I followed the user manual IPCF_S32K3_4.2.0_ReleaseNotes_Updated_D2502
and use PEMicro Debugger ( use IPCF_Example_S32K388_Debug_RAM_PNE_group)
But app.tx_count and app.rx_count doesnt change and err = -IPC_SHM_E_NOMEM (-2)
And stop at handle_error() , right after the ipc_shm_init.
Also i tried erasing the shared memory address( 0x2044F000 ~ 1000, 0x2049F000 ~ 1000) but same error occurs
My S32DS version is 3.6.0, IPCF 4.2.0, RTD 5.0.0
已解决! 转到解答。
Hi @chansookang,
Which debugger do you use?
In the IPCF installation directory:
S32DS\software\PlatformSDK_S32K3\IPCF\example\IPCF_Example_S32K388\
you’ll find a .cmm script for Lauterbach.
This script automatically initializes both local and remote memory regions to zero using the following commands:
Data.Set 0x2044F000--0x2044FFFF %quad 0x0 /Verify
Data.Set 0x2049F000--0x2049FFFF %quad 0x0 /Verify
These steps are also documented in the user manual.
Regards,
Daniel
Hi @chansookang,
Which debugger do you use?
In the IPCF installation directory:
S32DS\software\PlatformSDK_S32K3\IPCF\example\IPCF_Example_S32K388\
you’ll find a .cmm script for Lauterbach.
This script automatically initializes both local and remote memory regions to zero using the following commands:
Data.Set 0x2044F000--0x2044FFFF %quad 0x0 /Verify
Data.Set 0x2049F000--0x2049FFFF %quad 0x0 /Verify
These steps are also documented in the user manual.
Regards,
Daniel