-
开发平台:ADS 1.2
功能:ARM下JPG文件转成BMP文件
1、在C盘根目录下放一个JPG文件,改名叫test.jpg
2、在ads1....
开发平台:ADS 1.2
功能:ARM下JPG文件转成BMP文件
1、在C盘根目录下放一个JPG文件,改名叫test.jpg
2、在ads1.2的AXD下选ARMULATE仿真。
3、运行完毕,在C盘根目录下会产生一个test.bmp文件
注意:有的JPG文件格式可能不兼容,最好先用WINDOWS XP自带的画图程序打开并
保存一下。
Seloo luo
seloo@tom.com
2008-10-10-Development platform: ADS 1.2 features: ARM under the JPG file into a BMP file 1, in the root directory C decentralization a JPG file, changed his name to test.jpg2, the AXD in ads1.2 election under ARMULATE simulation. 3, run finished packing in the C directory will produce a document Test.bmp Note: Some JPG file format may not be compatible, it is best to use WINDOWS XP built-in drawing program to open and save you. Seloo luoseloo@tom.com2008-10-10
- 2022-03-11 13:35:17下载
- 积分:1
-
vhdl语言,实现数字钟的设计,用component实现
vhdl语言,实现数字钟的设计,用component实现-vhdl languages, digital clock design, component achievement
- 2022-11-08 21:40:03下载
- 积分:1
-
and 4.0 Toppers achieving source version 1.4
uItron 4.0 Toppers实现源码1.4版 -and 4.0 Toppers achieving source version 1.4
- 2022-05-18 22:20:23下载
- 积分:1
-
密码保护安全门使用 8051
这是受密码保护安全门使用 8051 的代码。该项目由步进电机、 液晶、 蜂鸣器和键盘组成。关于紧迫的密码显示为 * 在液晶屏上,8051 检查正确的密码,是否密码不正确,步进电机按顺时针方向旋转打开的门。在延迟后,步进电机旋转逆时针把门关上。有每天设置用户密码的密码。ver 8 是最终的代码。
- 2022-03-22 16:34:07下载
- 积分:1
-
单片机做的以个简易音乐播放器,可以播放三首歌曲,源程序及硬件均通过仿真调试...
单片机做的以个简易音乐播放器,可以播放三首歌曲,源程序及硬件均通过仿真调试-Single-chip in order to do a simple music player, can play three songs, the source code and hardware debugging through simulation
- 2022-11-01 12:00:03下载
- 积分:1
-
凌阳单片机是一个基于SPMC75F2413单片机
基于凌阳单片机spmc75f2413的步进电机3轴联动空间圆弧插补源程序-Sunplus spmc75f2413 based on single-chip stepper motor of 3-axis circular interpolation space source
- 2022-01-24 09:59:48下载
- 积分:1
-
有c++编写的显示由外界控制的图形与颜色,是嵌入式作业
有c++编写的显示由外界控制的图形与颜色,是嵌入式作业-Are written in c++ from the external control of display graphics and color, is embedded operating
- 2022-03-18 19:11:12下载
- 积分:1
-
ti tusb3210
用于USB 适配器的源代码,值得一看he following is a series of code files comprising
the bootcode for TUSB3210. It is already resident in
on-chip ROM and therefore was not intended for our
customers to compile 揳s is?and execute on the
evaluation board. Rather, it is provided
to serve as an example of how to program the device,
and excerpts of the code can be used in real
applications (for example, the I2C subroutines).
- 2023-09-04 02:35:03下载
- 积分:1
-
《构建嵌入式linux操作系统》电子书英文chm版。
《构建嵌入式linux操作系统》电子书英文chm版。- Building embedded linux operating system, e-book chm English version.
- 2022-07-26 04:43:18下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1