-
这是LPC2119/2129/2292/2294通用的SPI通讯程序,供大家参考。直接可以使用。...
这是LPC2119/2129/2292/2294通用的SPI通讯程序,供大家参考。直接可以使用。-This is LPC2119/2129/2292/2294 generic SPI communication procedures, for your reference. Can be used directly.
- 2022-03-17 22:55:58下载
- 积分:1
-
stm32f407与PC通信
基于说stm32f4的can总线,将实现如下功能:本实验串口1将不停的打印信息到电脑上,同时接收从串口发过来的数据,把发送过来的数据直接送回给电脑。
- 2022-04-30 22:46:34下载
- 积分:1
-
诺基亚的手机上都有这个游戏,现在我把它移到ARM上来的,没有手机照样能玩。用ARM_SDT2.51开发的嵌入在ARM里....
诺基亚的手机上都有这个游戏,现在我把它移到ARM上来的,没有手机照样能玩。用ARM_SDT2.51开发的嵌入在ARM里.-Nokia mobile phones have this game and now I moved it onto the ARM, no phone can still play. ARM_SDT2.51 used in the development of embedded ARM Lane.
- 2022-10-23 03:35:04下载
- 积分:1
-
STM32的103驱动
stm32f10x的驱动程序与lcd dbi8和adc、dma、timer、usart、can等性能配合使用,内核速度非常快,超过72000000;
- 2022-12-26 07:45:04下载
- 积分:1
-
MIPS 指令集,比see mips 更适合用作手册使用
MIPS 指令集,比see mips 更适合用作手册使用-This appendix describes the instruction set architecture (ISA) for the central
processing unit (CPU) in the MIPS IV architecture. The CPU architecture defines
the non-privileged instructions that execute in user mode. It does not define
privileged instructions providing processor control executed by the
implementation-specific System Control Processor. Instructions for the floatingpoint
unit are described in Appendix B.
- 2022-01-22 07:58:05下载
- 积分:1
-
本人自己设计的一个ARM最小系统, 使用ARM7芯片是SAMSUNG的S3C44B0 现已经调试成功...
本人自己设计的一个ARM最小系统, 使用ARM7芯片是SAMSUNG的S3C44B0 现已经调试成功-my own design an ARM smallest system, using ARM7 chip is Samsung"s S3C44B0 have now successfully Debugging
- 2022-05-22 00:42:21下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
No. 2630
第2630篇-ARTX_CONFIG.C的中文注释
学习ARTX,了解系统的配置非常重要。我加上中文的注释希望能帮助大家的更快的了解ARTX_CONFIG.C的内容。 -No. 2630-ARTX_CONFIG.C notes to learn the Chinese ARTX, understand the system configuration is very important. I add comments in Chinese hope to help people understand faster ARTX_CONFIG.C content.
- 2023-09-07 13:25:02下载
- 积分:1
-
with A/D and PC keyboard control DC motor and stepper motor rotation
用A/D和PC键盘控制直流电机和步进电机的转动-with A/D and PC keyboard control DC motor and stepper motor rotation
- 2022-06-22 05:39:40下载
- 积分:1
-
国半usbn9604芯片开发办的源码,支持usb控制、中断、批量、同步传输。...
国半usbn9604芯片开发办的源码,支持usb控制、中断、批量、同步传输。- The country half usbn9604 chip development manages the source
code, supports the usb control, the severance, the batch, the
synchronized transmission.
- 2022-11-29 10:40:04下载
- 积分:1