TI中文支持网
TI专业的中文技术问题搜集分享网站

TDA4VM: C66X裸核运行NONOS模式

Part Number:TDA4VM

从RTOS sdk的makefile看,baremetal构建只支持mpu1_0 mcu1_0 mcu2_0 mcu3_0。

请问C66X、C7X以及R5F的mcu1_1,mcu2_1,mcu3_1如何按照NONOS构建。

谢谢。

参考sdk文件

pdk_jacinto_08_06_01_03\packages\ti\osal\osal_component.mk

ifeq ($(SOC),$(filter $(SOC), j721e))
 OSAL_Baremetal_TestApp_$(SOC)_CORELIST = mpu1_0 mcu1_0 mcu2_0 mcu3_0
 OSAL_TestApp_freertos_$(SOC)_CORELIST = mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1
 OSAL_TestApp_safertos_$(SOC)_CORELIST = mcu1_0 mcu1_1 mcu2_0 mcu2_1 mcu3_0 mcu3_1 c66xdsp_1 c66xdsp_2 c7x_1
endif

Shine:

已咨询e2e工程师,请关注下面帖子的回复。https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1256904/tda4vm-how-to-support-c66x-c7x-and-r5f-mcu1_1-mcu2_1-mcu3_1-nonos

,

Js:

多谢。

,

Shine:

不客气~

,

Shine:

请看下面e2e工程师的回复。I don't see any bare-metal example in PDK for C66x, but I do see a nonos OSAL lib for C66x, so I believe we should be able to build it. Can you please point to me to exact example that you are trying to build for C66x and I can check a way to build it in bare-metal mode.

赞(0)
未经允许不得转载:TI中文支持网 » TDA4VM: C66X裸核运行NONOS模式
分享到: 更多 (0)