资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

nios10_1spcannotdefinestructuretooperatePIO?

this days i approch a promble that when using a structure in nios 10.1sp to operate pio,but i doesn't work at all. The details as flowing.

让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:主机域名网站空间、营销软件、网站建设、武都网站维护、网站推广。

#define PIO_LED_BASE 0x101000

i define a structure for pio like this.

typedef struct{
 volatile unsigned long int DATA;
 volatile unsigned long int DIRECTION;
 volatile unsigned long int INTERRUPT_MASK;
 volatile unsigned long int EDGE_CAPTURE;
}LED_REG;

void led_reg_write(void)
{
 unsigned char i;

 for(i = 0; i < 8; i += 1){
  LED -> DATA = 1 << i;
  usleep(2000000);
 }
}

int main()
{
 while(1)
  led_reg_write();
}

my program is to shift the led one by one,but i doesn't work at all.

Is that a problem of the nios 10.1sp? Is there somebody met the same problem before?


网页标题:nios10_1spcannotdefinestructuretooperatePIO?
文章转载:http://cdkjz.cn/article/iihiee.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

大客户专线   成都:13518219792   座机:028-86922220