diff --git a/Seekfree_TC264_Opensource_Library/USER/Cpu0_Main.c b/Seekfree_TC264_Opensource_Library/USER/Cpu0_Main.c index 1bb8814..27cf584 100644 --- a/Seekfree_TC264_Opensource_Library/USER/Cpu0_Main.c +++ b/Seekfree_TC264_Opensource_Library/USER/Cpu0_Main.c @@ -34,8 +34,7 @@ int core0_main(void) { get_clk();//获取时钟频率 务必保留 //用户在此处调用各种初始化函数等 - mt9v03x_init(); - ips200_init(); + //等待所有核心初始化完毕 IfxCpu_emitEvent(&g_cpuSyncEvent); IfxCpu_waitEvent(&g_cpuSyncEvent, 0xFFFF); @@ -47,7 +46,7 @@ int core0_main(void) while (TRUE) { //用户在此处编写任务代码 - ips200_displayimage032(mt9v03x_image[0], MT9V03X_W, MT9V03X_H); + } }