-
at91sam7s63,ads1.2编译器
本程序为为一个简单的跑马灯演示:
1,完成基本的初始化
2,驱动板上的四个发光二极管(DS1,DS2,D...
at91sam7s63,ads1.2编译器
本程序为为一个简单的跑马灯演示:
1,完成基本的初始化
2,驱动板上的四个发光二极管(DS1,DS2,DS3,DS4)
3,驱动板上的四个按键(PB1,PB2,PB3,PB4)
4,现象为四个发光二极管不停的依次闪亮
当有PB1按下,闪亮的速度加快
当有PB3按下,闪亮的速度减慢
-at91sam7s63. ads1.2 compiler for the procedure for a simple demonstration of 5,250 : a complete two basic initialization, the four-panel light-emitting diode (DS1 and DS2, DS3, LST), 3 the four-panel buttons (PB1, PB2, PB3, PB4) 4. phenomenon of four LEDs flashing constantly followed the PB1 When pressed, shiny speed when PB3? shiny slower pace
- 2022-04-23 13:48:11下载
- 积分:1
-
PCI(外设部件互连)是当今个人计算机的主流总线结构,是微型计算机中处理器/存储器与外围控制部件、扩展卡之间的互连接口。PCI局部总线规范是互连机构的协议,也是...
PCI(外设部件互连)是当今个人计算机的主流总线结构,是微型计算机中处理器/存储器与外围控制部件、扩展卡之间的互连接口。PCI局部总线规范是互连机构的协议,也是电气和机械配置的规范。
本书分为9章,涵盖了PCI局部总线规范2.2版及其最新进展,详细介绍了PCI局部总线的原理和操作,内容包括PCI局部总线的基本概念、信号的定义、总线的操作、电气规范、机械规范、配置空间、66 MHz规范、BIOS和PCI-PCI桥等。书中通过大量的时序波形和实例对PCI局部总线的实际应用进行了深入浅出的阐述。
-PCI (peripheral device part interconnection) is now personal computer s mainstream bus structure, is in the microcomputer the processor/memory and between the periphery control portion, the expansion card interconnection connection. The PCI local bus standard is the interconnection organization agreement, is also the standard which the electricity and the machinery dispose. This book divides into 9 chapters, has covered the PCI local bus standard 2.2 edition and the newest progress, introduced the PCI local bus s principle and the operation in detail, the content including the PCI local bus s basic concept, the signal definition, main line s operation, the electricity standard, the mechanical standard, the disposition space, 66 MHz stand
- 2022-03-06 12:47:42下载
- 积分:1
-
uClinux下的DS1284设备驱动程序开发
uClinux下的DS1284设备驱动程序开发-uClinux the DS1284 Device Driver Development
- 2022-05-21 07:58:34下载
- 积分:1
-
15-液晶LCM1602
15-液晶LCM1602 15-液晶LCM1602 15-液晶LCM1602 15-液晶LCM1602 15-液晶LCM1602 15-液晶LCM160215-液晶LCM160215-液晶LCM1602
- 2022-07-15 06:50:22下载
- 积分:1
-
smartarm2200d的ad转换程序,有利于大家学习ad转换程序的编写
smartarm2200d的ad转换程序,有利于大家学习ad转换程序的编写-smartarm2200d the ad conversion program, we have to study ad conversion program in the preparation
- 2022-06-12 02:29:11下载
- 积分:1
-
密封公司单极步进电机控制器、步进电机实现同步…
Sealing company unipolar stepper motor controller stepper motor to achieve synchronization.
- 2022-01-23 10:17:21下载
- 积分:1
-
PDA Code of STM32
基于STM32的PDA源代码,此PDA界面类似Windows98,功能请自测,完美支持原子迷你板,注意,在使用此工程文件夹之前,请把板子上的W25Q16替换成W25Q64,因为此PDA的一切图标,字库都存放在这个芯片里,板子标配的2M不够用,我替换成8M的。用户需要注意一下, 在使用之前先配置一下工程包,如果你的原子板是2MFlash芯片的,请打开theme.h文件,把ICO_TO_SD更改为1,重新编译后下载,如果你的Flash是8M的W25Q64,就可以直接下载了,ICO_TO_SD这个功能是配置你的图标存放位置的,1为SD卡,0为Flash的那个芯片,也就是W25Q64,如果你的这个芯片是2M,而又忘记把ICO_TO_SD修改为1后下载的话,会导致死机,死在图片解码里。
- 2022-11-03 15:40:03下载
- 积分:1
-
总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不...
总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如果是uClinux本身不支持的调用,那么就需要改写代码了。-Overall, the uClinux on the development and standard Linux is still very similar. Usually can use the following steps to design and debug : Ethernet-based development environment; If the design of the procedure and not linked to the hardware, then it must be the first standard Linux compiler and debugging through. Flexibility in the use of gdb and gcc will greatly save time; X86 will be on the GCC-compiled application with cross-compiler tool to compile; If you compile time error is found, it was very likely that the following issues : cross-compilers or libraries are not the correct path; The most radical solution is a re-installed time compiler; encountered does not support functions; At this time the need to
- 2022-10-25 13:50:03下载
- 积分:1
-
LCD12864串行显示程序,在第一行显示“FALSHMAN”
LCD12864串行显示程序,在第一行显示“FALSHMAN”-Serial LCD12864 display program in the first line shows
- 2023-07-29 12:05:03下载
- 积分:1
-
学习Linux的嵌入式很有帮助的最好的信息。
学习linux最好的资料,对uclinux非常有帮助。-Learning linux the best information on the uClinux very helpful.
- 2022-11-08 05:45:03下载
- 积分:1