完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
`我的开发板的数码管原理图是这样的 我的显示程序是这样的,但每次下载完程序或者上电后都不能正常显示0,要复位后才能正常显示,而下载开发板的例程则不会出现异常 #include #include #define uchar unsigned char #define uint unsigned int #define uint32 unsigned long const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71}; volatile uint32 num; void delay(uchar x) { uchar y; uint z; for(y=0;y } void display(void) { uchar ge,shi,bai,qian; ge=num%10; shi=num%100/10; bai=num%1000/100; qian=num/1000; SPSR=0; SPDR=table[ge]; delay(2); PORTK|=BIT(3); delay(1); PORTK&=~BIT(3); PORTL=0x01; delay(3); PORTL=0; SPSR=0; SPDR=table[shi]; delay(2); PORTK|=BIT(3); delay(1); PORTK&=~BIT(3); PORTL=0x02; delay(3); PORTL=0; SPSR=0; SPDR=table[bai]; delay(2); PORTK|=BIT(3); delay(1); PORTK&=~BIT(3); PORTL=0x04; delay(3); PORTL=0; SPSR=0; SPDR=table[qian]; delay(2); PORTK|=BIT(3); delay(1); PORTK&=~BIT(3); PORTL=0x08; delay(3); PORTL=0; } void init(void) { SPCR=0x53; DDRB|=0x0f; PORTB=0x0f; DDRK|=BIT(3); DDRL|=0x0f; num=0; } void main(void) { init(); while(1) { display(); } } ` |
|
相关推荐
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
《DNESP32S3使用指南-IDF版_V1.6》 第十六章 WATCH_DOG实验
460 浏览 0 评论
【敏矽微ME32G070开发板免费体验】+ADC测试与LED点亮
418 浏览 0 评论
飞凌嵌入式-ELFBOARD ELF 2的硬件知识分享--核心板
352 浏览 0 评论
【敏矽微ME32G070开发板免费体验】\\+Lora通信终端产品开发项目
514 浏览 0 评论
1576 浏览 0 评论
【youyeetoo X1 windows 开发板体验】少儿AI智能STEAM积木平台
11969 浏览 31 评论
浏览过的版块 |
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-18 11:51 , Processed in 0.543277 second(s), Total 74, Slave 54 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号