This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62A-LP: Clarification about on IPC

Part Number: SK-AM62A-LP

Tool/software:

1. On referring the SDK provided - is it possible to configure IPC mailbox settings where we can decide which core needs to send/receive data according to our own. is there any dependencies or restriction on doing this?

please refer this below image which is present in mcu_plus_sdk_am62ax_10_00_00_14\source\drivers

2.One user ID (which they mean core id here) can access how many mailboxes at a time?

3.For HSM core do we have IPC supported? if yes, please provide the respective documents/user manuals on this?

  • Hi Dinesh,

    Thanks for your query.

    On referring the SDK provided - is it possible to configure IPC mailbox settings where we can decide which core needs to send/receive data according to our own. is there any dependencies or restriction on doing this?

    You can select specific cores from example.syscfg file for which you need to enable IPC communication. Please refer below image.

    One user ID (which they mean core id here) can access how many mailboxes at a time?

    Please refer to below image to know which mailbox can be used with which core.

    Regards,

    Tushar

  • Hi Tushar, as you can see in example.syscfg file there is no IPC channel configuration for HSM core but in the example code they have mailbox configuration

    area for HSM. May I please know if i want to use IPC for HSM core what is the procedure to do it? is there any references or manual guide related to it.