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.

TDA4VE-Q1: tda4j784s4 enable mcu1_0

Part Number: TDA4VE-Q1

hi experts

  We will enable enable mcu1_0, how to do it ?

   my change as following: but mcu1_0 didn't enabled. 


--- a/sdk_builder/vision_apps_build_flags.mak
+++ b/sdk_builder/vision_apps_build_flags.mak
@@ -33,7 +33,7 @@ BUILD_CPU_C7x_1?=yes
BUILD_CPU_C7x_2?=yes
else ifeq ($(SOC),j784s4)
BUILD_CPU_MPU1?=yes
-BUILD_CPU_MCU1_0?=no
+BUILD_CPU_MCU1_0?=yes
BUILD_CPU_MCU2_0?=yes
BUILD_CPU_MCU2_1?=yes
BUILD_CPU_MCU3_0?=yes


diff --git a/vision_apps/platform/j784s4/rtos/common/app_cfg.h b/vision_apps/platform/j784s4/rtos/common/app_cfg.h
index d1b3df6a..2e0aaba5 100755
--- a/vision_apps/platform/j784s4/rtos/common/app_cfg.h
+++ b/vision_apps/platform/j784s4/rtos/common/app_cfg.h
@@ -70,7 +70,7 @@
#define ENABLE_PRINTF_REDIRECT

#define ENABLE_IPC_MPU1_0
-//#define ENABLE_IPC_MCU1_0
+#define ENABLE_IPC_MCU1_0
//#define ENABLE_IPC_MCU1_1