-
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
-
运算放大器使用指南,来自于AD公司。为中英文版本。
运算放大器使用指南,来自于AD公司。为中英文版本。-Operational Amplifiers using the guidelines, and from the AD. Chinese and English versions.
- 2022-02-10 08:51:45下载
- 积分:1
-
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。-uCOS transplantation example, developers or embedded lovers can learn from.
- 2022-07-01 12:33:13下载
- 积分:1
-
舵机(arm)
嵌入式arm舵机控制程序,可以控制舵机完成0-180的来回旋转,嵌入式arm舵机控制程序,可以控制舵机完成0-180的来回旋转,嵌入式arm舵机控制程序,可以控制舵机完成0-180的来回旋转
- 2022-03-31 15:31:04下载
- 积分:1
-
S3C44B0X通过ADS7846驱动触摸屏程序
S3C44B0X通过ADS7846驱动触摸屏程序-S3C44B0X through the ADS7846 touch screen driver program
- 2023-03-08 14:55:03下载
- 积分:1
-
ADI的DDS_AD9834代码参考
应用背景ADI的DDS芯片AD9834,可以进行扫频,点频程序,实现频率的输出,可以修改后,运用到DSP/ARM等嵌入式芯片中。关键技术兼具点频模式和频率扫描模式;上位机选择工作方式;输入数值,单位:Hz;单片机串口工作方式1,波特率9600
- 2022-02-05 07:22:25下载
- 积分:1
-
MPC860培训教材中文版,内有寄存器和一些源码 适用于BSP编写
MPC860培训教材中文版,内有寄存器和一些源码 适用于BSP编写-MPC860 training materials for the Chinese version, and there are some source registers apply to the preparation of BSP
- 2023-01-27 09:25:04下载
- 积分:1
-
用计时器实现的精准的延时程序的代码,希望对大家有用,基于LPC2103...
用计时器实现的精准的延时程序的代码,希望对大家有用,基于LPC2103-With the timer delay to achieve the precise procedure code
- 2023-03-08 17:30:04下载
- 积分:1
-
in ads1.2 compiler based on the success of the UCOS lpc2214 operating system und...
在ads1.2编译成功基于lpc2214的UCOS操作系统下的usb及串口通讯系统项目文件.包括ucos内核文件.对在ucos下编写arm程序朋友大有帮助.-in ads1.2 compiler based on the success of the UCOS lpc2214 operating system under the usb and serial I communications system project documents. OUT including kernel documents. OUT on the procedures to prepare arm greatly help a friend help.
- 2023-08-12 02:30:04下载
- 积分:1
-
JTAG的ARM 44B0
jtag arm 44b0
- 2022-01-29 04:30:27下载
- 积分:1