-
我们学校的arm
我觉得肯定对你们有帮助呵呵
我们学校的arm
我觉得肯定对你们有帮助呵呵
-Arm of our school I think you definitely have to help Ha ha
- 2022-07-15 12:27:26下载
- 积分:1
-
ADSP
ADSP-BF561 EZ-KIT Lite s 定时器程序。该程序在visual DSP++环境下用c语言开发。-ADSP-BF561 EZ-KIT Lite s timer program. The program in the visual DSP++ environment using c language development.
- 2022-09-08 15:10:02下载
- 积分:1
-
Dsp5509
基于dsp5509中的emif配置程序 完成dsp与外部接口的配置-Dsp5509-based configuration program in emif
- 2022-06-27 00:29:47下载
- 积分:1
-
三星S3C2440处理器相机控制器驱动程序
三星S3C2440处理器的Camera控制器驱动-Samsung S3C2440 processor Camera Controller Driver
- 2023-06-13 15:25:03下载
- 积分:1
-
This software package contains an example d associated documentation for the Col...
This package contains example software and associated documentation for the
ColdFire MCF5249 microprocessor. The software includes sample processor
initialization routines for the MCF5249 running a M5249C3 evaluation board as
well as the following sample applications:
simple - empty application template
fat - factory acceptance test for the M5249C3
The software has currently been built and tested under Metrowerks CodeWarrior
-This software package contains an example d associated documentation for the ColdFire MC F5249 microprocessor. The software includes s ample processor initialization routines for t he MCF5249 running a M5249C3 evaluation board a s well as the following sample applications : simple-empty application template fat-facto ry acceptance test for the M5249C3 The software currently has been built and tested under Metro werks CodeWarrior
- 2022-03-09 11:44:32下载
- 积分:1
-
GPIO 眨眼 STM32F10X
基于海量分词 gpio 眨眼。所有文件都包含在文件夹中。使用 coocox,开发了软件。
- 2022-06-26 08:39:13下载
- 积分:1
-
S3C2410的bootloader的nano2410 V2
s3c2410 bootloader for nano2410 v2
- 2022-07-26 22:03:48下载
- 积分:1
-
关于时钟的编程,用于Lpc2103的,外接电源,
关于时钟的编程,用于Lpc2103的,外接电源,-Programming on the clock for the LPC2103, the external power supply,
- 2022-04-20 19:55:04下载
- 积分: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
-
SDRAM是AT91SAM7SE测试代码中的应用。
在AT91SAM7SE上测试sdram用的代码。-SDRAM AT91SAM7SE test in the code used.
- 2023-01-07 15:15:03下载
- 积分:1