From 031b8992201b97e950c9c21682eaf3784ae7e056 Mon Sep 17 00:00:00 2001 From: SEEKFREE_BUDING <3384170570@qq.com> Date: Fri, 24 Jun 2022 18:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A=EF=BC=8C?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E9=9C=80=E8=BF=9E=E6=8E=A5=E5=88=B0=E6=A0=B8?= =?UTF-8?q?=E5=BF=83=E6=9D=BFGND?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/Cpu1_Handles_Interrupts_Demo/USER/Cpu0_Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Cpu1_Handles_Interrupts_Demo/USER/Cpu0_Main.c b/Example/Cpu1_Handles_Interrupts_Demo/USER/Cpu0_Main.c index bd52e93..d48eeac 100644 --- a/Example/Cpu1_Handles_Interrupts_Demo/USER/Cpu0_Main.c +++ b/Example/Cpu1_Handles_Interrupts_Demo/USER/Cpu0_Main.c @@ -65,7 +65,7 @@ int core0_main(void) while (TRUE) { //在isr.c的中断函数,函数定义的第二个参数固定为0,请不要更改,即使你用CPU1处理中断也不要更改,需要CPU1处理中断只需要在isr_config.h内修改对应的宏定义即可 - //程序运行之后,使用杜邦线将P15_4、P15_5、P14_3、P15_8连接到GND,然后在断开,在连接如此往复 + //程序运行之后,使用杜邦线将P15_4、P15_5、P14_3、P15_8连接到<核心板的GND 核心板的GND 核心板的GND>,然后在断开,在连接如此往复,然后在断开,在连接如此往复 //将提示信息通过串口打印,可以先学习printf例程,了解如何使用printf if(flag_0 == 1) {