搜索资源列表
qianrushiwenjianxitong
- 一个小型的嵌入式文件系统,好多同学都需要设计的一类,用户界面是命令行界面,并且有几个命令指令,1.创建文件同时输入文件内容。2.输出文件内容。3.删除文件。4.查找文件。5.陈列目录。6.磁盘格式化。7.磁盘整理。8.显示磁盘块分布状态。9.显示磁盘块存储情况。0.退出系统。-a small embedded file system, many students need to design a category, the user interface is a command line int
demo_MPC02_motor
- MPC02板卡VB控制程序:这是一个非常简单的演示示例: 使用方法如下: 1、 用安装光盘安装驱动程序及函数库。 1、 在硬盘上建立一个文件夹。 2、 将文件夹下所有文件拷贝到硬盘上所建文件夹中,并去掉所有文件的只读属性。 3、 启动VB6.0集成环境,并打开工程。 4、 确保板卡已经正确插入到计算机中。 6、 编译该工程生成EXE文件。 7、 运行生成的EXE文件。-MPC02 Card VB control procedures : This is a
ARM-emulator-2.1
- RISC processor ARM-7 emulator-ARM RISC processor-7 emulator
VDK9R12
- viterbi译码器(2.1.7),里面什么都有,测试模块,编码模块和译码模块-Viterbi Decoder (2.1.7), which has everything, testing modules, Encoding and decoding module module
Proteus_7.5_sp3_patch_v2.1.3.r
- Proteus 7.5 補丁, 新版本, 糾正自動退出的bug.,Proteus 7.5 patch, new version2.1.3, fix the bug of exiting the program unexpectedly.
ARM-read-FPGA-data1.7
- ARM读取从FPGA双口RAM读取AD采样1.7-ARM FPGA dual-port RAM read to read from the AD sample 1.7
t6963c
- /* 线路图 89C51 T6963C -------- | 8 P1.0-1.7|=========== D0-7 | P3.0|----------- /RD P3.1|----------- /WR P3.2|----------- C/D | -- /CE | | | --- P3.3|----------- /RESET | VCC--- /HALT -------- */ -/* Cir
arm111
- 1.ADS 1.2集成开发环境的安装与使用; 2.H-JTAG软件的安装与设置及EasyJTAG-H仿真器的使用; 3.GPIO原理及应用; 4.SPI原理及应用; 5.I2C原理及应用; 6.UART0原理及应用; 7.串口调试软件EasyARM.exe的使用。 -1. ADS 1.2 integrated development environment of the installation and use 2. H-JTAG software installa
image_sensor
- Sensor驱动代码 OV7680 的 是我们做的尝试 双摄象头 不过容易出现一些小问题 要做稳定需要好好调试-one sensor driver based on MTK 6225 platform :#define OV7670 #ifndef HW_SCCB void SCCB_send_byte(kal_uint8 send_byte) { volatile signed char i volatile kal_uint32 j fo
CC2430-7
- CC2430 基础实验七 T4 的使用 1. 实验介绍 用定时器4 来改变小灯的状态,T4 每发生200 次中断小灯改变状态一次。-CC2430 experimental basis for the use of T4 7 1. Experiment 4 introduced the use of timer to change the status of a small lamp, T4 occur every 200 to change the state of interrupte
chengxu
- ts=0 te=10 dt=0.01 sys=tf([1 6 4],[1 7 10]) t=ts:dt:te f=4*sin(t) y=lsim(sys,f,t) plot(t,y) xlabel( t(sec) ) ylabel( y(t) ) grid on 三 ts=0 te=5 dt=0.01 sys=tf([1 6 4],[1 7 10]) t=ts:dt:te y1=impulse(sys,t) y2=step(sys,
dmusic
- music 时按键next放下一曲 , 此时1——7失效 ,按reset后1——7键弹奏-music button next to lay down a time, this time 1- 7 failure, according to reset after 1- 7 key play
7[1].7
- a code to generate pulse width modulation
7[1].7
- code to generate pwm
countdowm
- 倒计时进度条仿真电路和源程序,1-7按键是不同的设定时间。8键是复位键。选择1-7键后按下复位键复位后,才能再次运行。-Countdown progress bar simulation circuit and the source program, 1-7 buttons is a different set of time. Eight key is reset button. Choose 1-7 key press the reset button to reset, could run
1.7--serial
- 飞凌FL2440开发板裸机ADS实验工程文件,可以直接用RVDS打开使用,包含所有源代码和工程项目。这个是串口实验。-Feiling FL2440 development board bare metal ADS experimental project file, you can directly open with RVDS, contains all the source code and projects. This is the serial experiment.
TacOS-team-tacos-v0.1-7-gd03c604
- Système d exploitation / Operating System-Système d exploitation/Operating System
7.18pwm
- 用户编程: 1. A+B按住1秒,所有LED同时闪2下,进入编程模式 2. 默认显示当前设置时间LED亮,按A键一次,LED-A亮,再按,B亮,再按,C亮...从左至右依次定义为左A-30分钟、B-1小时、C-2小时、右A-3小时、B-4小时、C-5小时 3. 设定好小时后,按B键,设定对应小时的LED快闪两下,输入完成,转入分钟设置 4. 从左至右依次为左A-0分钟、B-10分钟、C-20分钟、右A-30分钟、B-40分钟、C-50分钟;默认右A亮。 5. 设定分钟后按B键
RT-Thread1.2.0
- 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
IAR_STM32_Contiki
- 本工程使用Contiki V3.0版本,STM32的固件库使用V3.6.1版本,本工程只是完成了内核的移植,还有很多其他协议请自行添加移植。 本例只有IAR的工程,使用的IAR for ARM V 7.30,因为Keil不支持多层目录树结构,因此未做Keil工程。若有朋友做好Keil的工程,还望本着共享精神,与大家同享。(Contiki V3.0 STM32F103 IAR)