我按照快速入门视频上的教程,进行LED灯程序编写,可是会出现如下错误:
“r_cg_macrodriver.h(2) : CC78K0R error E0802: Illegal preprocess directive”
这一句是对应 ”#pragma sfr“出错的
“r_cg_timer_user.c(39) : CC78K0R error E0301: Syntax error”
r_cg_timer_user.c(66) : CC78K0R error E0523: Illegal bit,boolean type operation
r_cg_timer_user.c(66) : CC78K0R error E0711: Undeclared 'P13' ; function 'r_tau0_channel0_interrupt'
r_cg_timer_user.c(66) : CC78K0R error E0523: Illegal bit,boolean type operation
r_cg_timer_user.c(66) : CC78K0R error E0711: Undeclared 'P13' ; function 'r_tau0_channel0_interrupt'
这上面几句都是对应我程序中 “ P13.0 = ~P13.0; 语句的出错的。
麻烦哪位大大帮忙分析一下,在这就先谢谢啦。