IPC Interrupts

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Nitesh_garg
Level 1
Level 1
First reply posted First question asked Welcome!

I'm writing the wrappers for TRAVEO II family for IPC.  it has HSM library with API:

CySldIpc_Acquire 
CySldIpc_EnableNotifyReception 
CySldIpc_EnableReleaseReception
CySldIpc_GetInterrupts 
CySldIpc_GetLockStatus 
CySldIpc_GetMaskedInterrupts
CySldIpc_GetVersionInfo
CySldIpc_Notify
CySldIpc_ReadData
CySldIpc_Release
CySldIpc_SetInterrupts
CySldIpc_WriteData0
CySldIpc_WriteData1
CySldIpc_SystemCall

I'm trying to communicate from M7 to M0. Already have called  init, Enable receptions, Acquire, write data and notify. 

All I see interrupt bit of notify event is enable after notify is called at IPC interrupt structure. But my Userallout_handler is not called. Am I missing something more to be configured? or if is that IRQ also needs to be enable in this case where notify reception is already enabled. Please help!

0 Likes
0 Replies