vscode语法错误
这个怎么解决,有没有大佬知道还有这个
在使用AI工具前应具备基本的开发能力,夯实基础:
《8051U深度入门到32位51大型实战视频》,【免费 + 包邮 送】实验箱@Ai8051U,100万套 - 字库生成,图片取模,串口绘图,串口助手,虚拟硬件,外部串行Flash编程 国芯人工智能技术交流网站 - AI32位8051交流社区
陈桂友老师-STC单片机教学视频 国芯人工智能技术交流网站 - AI32位8051交流社区
用的是keil还是sdcc?sdcc要这么写:
/* TCON */
__sfr __at(0x88) TCON; // Timer Control
__sbit __at(0x88) IT0; // External Interrupt 0 Type
__sbit __at(0x89) IE0; // External Interrupt 0 Flag
__sbit __at(0x8A) IT1; // External Interrupt 1 Type
__sbit __at(0x8B) IE1; // External Interrupt 1 Flag
__sbit __at(0x8C) TR0; // Timer 0 Run Control
__sbit __at(0x8D) TF0; // Timer 0 Overflow Flag
__sbit __at(0x8E) TR1; // Timer 1 Run Control
__sbit __at(0x8F) TF1; // Timer 1 Overflow Flag
页:
[1]