-
:本文首先描述了开放源码的嵌入式硬件仿真环境SkyEye的总体架构,然后对SkyEye模拟器的LCD及TouchScreen模拟模块的设计、实现与验证过程进行了...
:本文首先描述了开放源码的嵌入式硬件仿真环境SkyEye的总体架构,然后对SkyEye模拟器的LCD及TouchScreen模拟模块的设计、实现与验证过程进行了深入的阐述,并且分析比较了LCD模拟的不同实现方式。开源嵌入式GUI系统-MiniGUI和Linux操作系统在SkyEye模拟器上的成功运行说明了SkyEye模拟器的LCD及TouchScreen模拟模块的设计实现是正确和可靠的。-: This paper first describes the open source embedded hardware simulation environment SkyEye the overall framework and then on the simulator SkyEye LCD and TouchScreen simulation module design, implementation and certification process conducted in-depth exposition, analysis and comparison of the different LCD simulation methods of implementation. Open-source embedded GUI system-MiniGUI and Linux operating system in the simulator SkyEye successful operation of the note SkyEye Simulator LCD and TouchScreen simulation module is designed to achieve a correct and reliable.
- 2022-07-13 13:05:50下载
- 积分:1
-
arm+mmu详细图解
linux + arm + mmu
初学者比较有用
arm+mmu详细图解
linux + arm + mmu
初学者比较有用-arm+ mmu detailed diagram linux+ arm+ mmu more useful for beginners
- 2022-03-03 10:51:27下载
- 积分:1
-
s3c2410ads下AD转换的测试程序,包含启动代码
s3c2410ads下AD转换的测试程序,包含启动代码-AD conversion s3c2410ads under the test procedure, including the startup code
- 2022-07-15 03:23:10下载
- 积分:1
-
No. 2630
第2630篇-ARTX_CONFIG.C的中文注释
学习ARTX,了解系统的配置非常重要。我加上中文的注释希望能帮助大家的更快的了解ARTX_CONFIG.C的内容。 -No. 2630-ARTX_CONFIG.C notes to learn the Chinese ARTX, understand the system configuration is very important. I add comments in Chinese hope to help people understand faster ARTX_CONFIG.C content.
- 2023-09-07 13:25:02下载
- 积分: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
-
this programmer for samsung s s3c2410. it s for ADC
this programmer for samsung s s3c2410. it s for ADC
- 2022-03-07 12:58:08下载
- 积分:1
-
a t r m 9 1 9 2 0 0 bootload
a t 9 1 r m 9 2 0 0 bootload -a t r m 9 1 9 2 0 0 bootload
- 2022-02-06 04:18:56下载
- 积分:1
-
DS1302 to read and write procedures for testing fully available by download.
DS1302读写程序,经下载检验完全可用。-DS1302 to read and write procedures for testing fully available by download.
- 2022-04-07 05:06:48下载
- 积分:1
-
18B20 realize the single
18B20的单片机实现程序,经过本人调试-18B20 realize the single-chip process, after I debug
- 2023-04-20 18:25:03下载
- 积分:1
-
ARM单片机的打印例子,对于裸跑的朋友可以借用其中的很多头文件。...
ARM单片机的打印例子,对于裸跑的朋友可以借用其中的很多头文件。-ARM MCU Print example, for run naked friends can borrow one of the many header files.
- 2022-07-13 00:31:46下载
- 积分:1