-
ARM Cortex
ARM Cortex-M3 系列处理器 的实验代码,内容很全,涉及片内和外围所有部件编程。(Keil环境)-ARM Cortex-M3 family of processors experimental code, content is very wide, involving all the components and peripherals on-chip programming. (Keil environment)
- 2022-01-25 22:57: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
-
GPU编程教程,目前国内好的唯一的中文教程。
GPU编程教程,目前国内好的唯一的中文教程。-GPU programming tutorials, the only Chinese domestic good tutorial.
- 2022-03-24 16:24:34下载
- 积分:1
-
MSP430 dot matrix LCD driver graphics 12864
MSP430驱动12864-3图形点阵液晶-MSP430 dot matrix LCD driver graphics 12864-3
- 2022-01-26 05:48:56下载
- 积分:1
-
标题(至少10个字符,更好的标题可以帮助你获得更多的积分):
描述(英文):(提示:至少100个字符。请尽你所能详细描述你的项目。更好的内容将为您赢得更多的分数)描述(英文):(提示:至少100个字符。请尽你所能详细描述你的项目。更好的内容将为您赢得更多积分);
- 2022-02-25 10:55:52下载
- 积分:1
-
这是LPC2119/2129/2292/2294通用的I2C通讯程序,供大家参考。集成有工程模板,直接可以使用。...
这是LPC2119/2129/2292/2294通用的I2C通讯程序,供大家参考。集成有工程模板,直接可以使用。-This is LPC2119/2129/2292/2294 generic I2C communication procedures, for your reference. Integrated Engineering has templates you can use directly.
- 2022-11-30 18:10:02下载
- 积分:1
-
ATEMELucosii系统源码,这是开源的嵌入式组件,可移植性非常强...
ATEMELucosii系统源码,这是开源的嵌入式组件,可移植性非常强-ATEMELucosii system source code, which is open-source embedded components, portability is very strong
- 2022-05-17 13:46:20下载
- 积分:1
-
TM1623 源代码
STM32 驱动 TM1623 包括显示和种功能。此程序可用于 CortexM3 和 CorteXM4,但您需要更改功能成 CortexM4,当您使用它。
- 2023-04-28 21:25:03下载
- 积分:1
-
8 text LED display control, 128X16 dot matrix, and about mobile show.
8文字的LED 显示屏控制, 128X16点阵的 ,
左右移动显示,。-8 text LED display control, 128X16 dot matrix, and about mobile show.
- 2022-06-17 08:02:35下载
- 积分:1
-
UART0 LPC1768代码发送线路或获取行
UART0 LPC1768代码发送线路或获取行
- 2022-03-29 20:28:06下载
- 积分:1