-
这是用ARM和c编写的2410的启动代码
这是用ARM和c编写的2410的启动代码-ARM and c prepared in 2410 bootcode
- 2022-07-19 04:42:24下载
- 积分:1
-
arm time debugger. Containing interrupted. Beginners have Dayong. Exchange.
arm time 调试程序。含中断。初学者有大用。交流。-arm time debugger. Containing interrupted. Beginners have Dayong. Exchange.
- 2022-09-03 11:55:02下载
- 积分:1
-
S3C2440的GPS读写范例ADS编译器使用
S3C2440 GPS读写示例,供ADS编译器使用
- 2022-03-05 22:04:31下载
- 积分:1
-
介绍了arm的体系结构,汇编指令,寄存器的使用,对于接触arm的初学者来说,是不错的资料...
介绍了arm的体系结构,汇编指令,寄存器的使用,对于接触arm的初学者来说,是不错的资料-Introduced the arm architecture, compilation instructions, the use of registers for the contact arm of the beginners, it is good information
- 2022-01-24 12:38:47下载
- 积分:1
-
Hying s PE
Hying s PE-Armor v0.46x
- 2022-04-21 09:10:51下载
- 积分:1
-
lgui类似minigui的gui,国产,可用于嵌入式系统,
lgui类似minigui的gui,国产,可用于嵌入式系统,-lgui similar MiniGUI the gui, homemade, can be used for embedded systems,
- 2022-10-21 00:15:03下载
- 积分:1
-
This document can be considered as a supplement to the already existing Applicat...
This document can be considered as a supplement to the already existing Application
note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same
zip file. The Application note covers the following topics:-This document can be considered as a supplement to the already existing Application note AN10302 "Using the Philips LPC2000 Flash Utility", which is provided in the same zip file. The Application note covers the following topics :
- 2023-01-02 14:35:05下载
- 积分: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
-
控制德率领 RGB com PWM
这个节目使 LED 的 RGB 与 PWM 信号 3 引脚上的控制。这个程序的作用是象一朵凋谢
- 2022-03-13 22:53:48下载
- 积分:1
-
LCD12864 display control code
LCD12864 display control code
- 2022-01-21 06:02:34下载
- 积分:1