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.

[参考译文] PROCESSOR-SDK-AM65X:PDK 中针对 MPU1_1的 IPC 实现(或在何处查找 Maxwell TRM)

Guru**** 2393725 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1493948/processor-sdk-am65x-ipc-implementation-in-pdk-for-mpu1_1-or-where-to-find-maxwell-trm

器件型号:PROCESSOR-SDK-AM65X

工具与软件:

在 processor_sdk_rtos_am65xx_08_02_00_05中包含的 PDK 中、我发现 IPC 驱动程序的实现方式、但我觉得这种实现方式好像仅针对 MCU1_0、MCU1_1和 MPU1_0实现。 但是、我需要在 MCU1_0、MPU1_0和 MPU1_1之间使用 IPC。 我是否需要在 PDK 中自行实现 MPU1_1? 我只是感到惊讶的是、PDK 中有这个限制...

参考:我在 packages\ti\drv\ipc\ipc_mailbox.c src 中 soc 检查了、其中在第365行的 ipc_mailboxRegister ()实现中、调用了函数 ipc_getMailboxIntrCfg ()、它本身在 packages\ti\drv\ipc\v0\ipc_soc.c 中实现、

下面的问题:如果我需要自己为 MPU1_1实现 IPC、在哪里可以找到有关如何配置它的信息? 在 soc 第273行的 packages\ti\drv\ipc\ipc\v0\ipc_soc.c 中、例如、ipc_MPU1_0的 outIntrBaseNum 设置为 NAVSS512_MPU1_0_output_offset、它在 packages\ti\drv\ipc\v0\ipc_soc.h 第74行中定义为112、并带有注释:"请参阅 soc TRM (第10.1.1.3节)"。 但是、我找不到任何此类麦克斯韦技术参考手册? 我从哪里得到它?