-
基于向量的中断,大多数ARM开发这把中断查询的工作安排在初始化代码部分完成,但是本程序优化了一下,将查询过程安排在中断服务程序中进行,这样更加直观合理...
基于向量的中断,大多数ARM开发这把中断查询的工作安排在初始化代码部分完成,但是本程序优化了一下,将查询过程安排在中断服务程序中进行,这样更加直观合理-disruptions, the majority of ARM inquiries that the interruption of work for the completion of initialization code, but the process optimization for a moment, in the course of inquiries interrupted service procedures, is more intuitive reasonable
- 2022-10-17 00:50:04下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
Code for PIC with FLASH EE data memory interface
Code for PIC with FLASH EE data memory interface
- 2022-08-04 06:21:18下载
- 积分:1
-
周立功公司的arm学习板附送的MODEM驱动例程
周立功公司的arm学习板附送的MODEM驱动例程-weeks arm of the company, who study plate attached MODEM Driver routines
- 2023-02-28 21:25:03下载
- 积分:1
-
static display 8,051 procedure will be preset in the display buffer of 6% corres...
静态显示8051程序,
将预置在显示缓冲区中的6个数置换成相应的显示字形,然后输出到显示器中显示。运行以上程序,数码管将显示543210。-static display 8,051 procedure will be preset in the display buffer of 6% corresponding number of replacement shows font, then the output to a monitor display. Run the above procedures, digital pipe to show 543,210.
- 2022-03-24 10:58:19下载
- 积分:1
-
arm9内核的verilog实现
采用verilog hdl语言写的一个完整的arm9架构软核处理器,可以综合,对于处理器软核设计开发具有很大的参考价值,可移植到xlinx,altera等fpga芯片平台上。
- 2022-12-18 21:50:03下载
- 积分:1
-
S3C44B0的IIS音频接口的测试程序 可以用来测试IIS接口
S3C44B0的IIS音频接口的测试程序 可以用来测试IIS接口-S3C44B0 IIS audio interface testing procedures can be used to test IIS Interface
- 2022-02-24 13:41:54下载
- 积分:1
-
S3C2410串口串口设置的参数,都有详细的讨论。
S3C2410串口的串口参数设置,有详细说明
- 2022-03-07 17:06:07下载
- 积分:1
-
本人已经在EASYARM调试板上验证过可以使用,请大家放心使用。...
本人已经在EASYARM调试板上验证过可以使用,请大家放心使用。-I have EASYARM debugging board certified can use, please rest assured use.
- 2022-11-12 14:55:03下载
- 积分:1
-
stc12c5axx 脉宽调制
使用定时器来控制DC也调整PWM波,控制LED的光按K1,PWM值增加,DC减少,导致更暗按K2,PWM值降低,而DC的增加,导致更亮
- 2022-01-26 01:56:34下载
- 积分:1