谁能帮我看看用icc avr编写的让pb口灯亮c语言程序,开始学习avr,这程序是设置芯片后icc avr给的

在protues上i/o口全是高阻状态,不会弄啊,手上资料也没得多少!望高手帮忙include<iom128v.h>#include<macros.h>voidport_... 在protues上i/o口全是高阻状态,不会弄啊,手上资料也没得多少!望高手帮忙
include <iom128v.h>
#include <macros.h>
void port_init(void)
{
PORTB = 0xFF;
DDRB = 0xff;
}
//call this routine to initialize all peripherals
void init_devices(void)
{
//stop errant interrupts until set up
CLI(); //disable all interrupts
XDIV = 0x00; //xtal divider
XMCRA = 0x00; //external memory
port_init();
MCUCR = 0x00;
EICRA = 0x00; //extended ext ints
EICRB = 0x00; //extended ext ints
EIMSK = 0x00;
TIMSK = 0x00; //timer interrupt sources
ETIMSK = 0x00; //extended timer interrupt sources
SEI(); //re-enable interrupts
//all peripherals are now initialized
}
void main()
{ port_init;
init_devices;}
展开
 我来答
小号很好使
2012-11-11 · TA获得超过457个赞
知道小有建树答主
回答量:287
采纳率:0%
帮助的人:115万
展开全部
主函数里调用子函数为什么不加括号,不应该是这样吗:
port_init();
Init_devices();
另外ICC里面选择型号你选对了嘛?
更多追问追答
追问
哦,芯片肯定选对了,是atmega128,但是改了后,照样没变化啊,灯还是不亮
追答
直接复制下面的,你看亮不亮,要是再不亮就不是程序问题了,

#include
#include
void main(void)
{
DDRB=0XFF;
PORTB=0XFF;
}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式