-
arm例程 可作为arm简单的例子
arm例程 可作为arm简单的例子
-arm
- 2022-01-31 14:53:22下载
- 积分:1
-
内容包括: 嵌入式TCPIP协议栈应用主机端程序(VC6源码);如何构造嵌入式Linux系统;基于ARM的嵌入式TCPIP协议的实现等...
内容包括: 嵌入式TCPIP协议栈应用主机端程序(VC6源码);如何构造嵌入式Linux系统;基于ARM的嵌入式TCPIP协议的实现等-include : Embedded TCPIP stack-mainframe application procedures (VC6 source); How to structure embedded Linux systems; Based on the ARM Embedded TCPIP agreement realization
- 2023-01-28 17:20:04下载
- 积分:1
-
LCD驱动代码
LCD驱动源码。驱动芯片为ST7586S。其中包含自己写的封装显示图片看,文字,线条的各种函数。字符串,汉字串应有尽有。大家自己看。
- 2022-08-08 09:56:25下载
- 积分: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
-
lpc2131 hardware does not support interrupt nesting, the routine through the sof...
lpc2131硬件不支持中断嵌套,该例程通过软件实现中断嵌套-lpc2131 hardware does not support interrupt nesting, the routine through the software interrupt nesting
- 2022-05-16 11:28:26下载
- 积分:1
-
DNW0.50A software source code, in the ARM2410 above the mouth through the serial...
DNW0.50A软件的源代码,在ARM2410上面通过串口和USB口烧写操作系统镜像时必须用到的软件。-DNW0.50A software source code, in the ARM2410 above the mouth through the serial port and USB programmer to be used for mirroring the operating system software.
- 2022-12-10 21:25:03下载
- 积分:1
-
The domestic company develops based on the LINUX operating
system graphical inte...
国内一家公司开发的基于LINUX操作系统的图形界面,可以用于嵌入式LINUX系统中。- The domestic company develops based on the LINUX operating
system graphical interface, may use in to insert in the type LINUX
system.
- 2022-01-25 18:20:21下载
- 积分:1
-
在DMA模式下的SPI通信
这是一个基于stm32的程序文件,通过DMA方式的spi通信,部分功能按自己需求自己添加,部分引脚按自己情况稍加修改。
- 2022-03-02 05:35:10下载
- 积分:1
-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对GPIO进行操作。GPIO在嵌入式领域可以说是必需要掌握的。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the GPIO. In the embedded area of GPIO can be said that the need for control.
- 2023-04-06 19:10:03下载
- 积分:1
-
拥挤距离多目标粒子群算法
Multiobjective Particle Swarm with Crowding Distance(多目标优化)-Multiobjective Particle Swarm with Crowding Distance (multi-objective optimization)
- 2022-05-15 19:23:35下载
- 积分:1