登录
首页 » 嵌入式系统 » S3C2440处理器上的ADC程序,已经经过验证。

S3C2440处理器上的ADC程序,已经经过验证。

于 2022-04-08 发布 文件大小:1.20 kB
0 192
下载积分: 2 下载次数: 1

代码说明:

S3C2440处理器上的ADC程序,已经经过验证。-S3C2440 processor on the ADC program has been verified.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用I2C协议的EEPROM
    EEPROM using I2C Protocol-EEPROM using I2C Protocol..
    2022-08-08 01:02:05下载
    积分:1
  • CfCard开发的人好像不是很多,到网上找资料应者也颇少,建立文件的,CF卡还是很有搞头的。上面是一些相关资料...
    CfCard开发的人好像不是很多,到网上找资料应者也颇少,建立文件系统的,CF卡还是很有搞头的。上面是一些相关资料--Some materials about developing CF Card.
    2022-03-06 07:31:11下载
    积分:1
  • 超轻量级TCP/IP协议栈源代码,可用于开发学习
    超轻量级TCP/IP协议栈源代码,可用于嵌入式开发学习-simple TCP/IP protocol souce code,be used in embeded develop study
    2022-06-14 04:14:52下载
    积分:1
  • PAX310/320 EvaluationBoard_Schematics_Rev2.1 from Colibri
    Colibri公司的PXA310、320评估板原理图-PAX310/320 EvaluationBoard_Schematics_Rev2.1 from Colibri
    2022-05-25 23:57:30下载
    积分:1
  • rd_sdmmc相应ADS1.2实验作品,使用时必须在可怕的…
    Rd_sdmmc 本实验对应的ADS1.2工程, 使用时必须在该目录中的Source文 件夹中放置uC/OS-II 2.52源代码. PC端软件 本实验对应的PC机软件,包括源代码(VC++ 6.0),可执行文件 名为SDMMC_Reader.exe. ZLG_SD ZLG/SD 软件包 Ver2.0, 可读写SD/MMC卡,支持无操作系统 或操作系统uCos-II, 请阅读这个目录中的readme.txt文件 ZLG_SD使用手册 ZLG/SD 软件包 Ver2.0 使用说明书. 软件包中间件和移植代码 本实验用到的软件包/中间件, 以及移植uCos-II到LPC2200的相关移 植代码. MOS管资料 2SJ355数据手册-Rd_sdmmc corresponding ADS1.2 this experiment works, the use must be in the directory of the Source folder to place uC/OS-II 2.52 source code. PC-side software in this experiment corresponds to PC software, including source code (VC++ 6.0), executable file called SDMMC_Reader.exe.ZLG_SD ZLG/SD Package Ver2.0, can read and write SD/MMC card, support for non-operating system or operating system uCos-II, please read the readme in this directory . txt files ZLG_SD manual ZLG/SD package Ver2.0 Manual. package code middleware and transplantation used in this experiment packages/middleware, as well as transplantation uCo
    2022-12-06 12:45:08下载
    积分:1
  • PIC16F877A 24C02读写
    资源描述 /*************************************************************************** * 文件名:24c02 * 功  能:利用IIC总线对eeprom 24c02,进行读写 * 作  者:TXMCU * 日  期: * 备  注: //软件思路:当按键KEY0按下时,把6个连续的数据写入到6个连续的单元内, //写完成后数码管显示单个0,做为完成标志位,当按键KEY1按下后, //读取EEPROM连续六个单元,读取结果送6位数码管显示 //           //开发板连接方法:将JP10 JP11 JP12 JP13这4个跳线帽分别接到24C02位置 // 把JP8的的跳线帽跳到DPY位置上,JP14选择在IO口位置上 ****************************************************************************/ #include __CONFIG(0x1832); //芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡 #define address  0xa #define nop() asm("asm") //定义待写入的数据 const char ee_data_write[] = {0, 4, 2, 3, 3, 1}; //定义读取数据存放的缓冲区 unsigned char ee_date[6]; //定义0-9的显示代码
    2022-03-18 07:32:17下载
    积分:1
  • mp3的设计与实现,是一篇关于mp3方面研究的研究生毕业论文,对mp3方面的开发人员一定有帮助。...
    mp3的设计与实现,是一篇关于mp3方面研究的研究生毕业论文,对mp3方面的开发人员一定有帮助。-Design and Implementation of mp3 is an mp3 research on post-graduate thesis on the mp3 area developers will certainly be helpful.
    2022-03-14 12:48:23下载
    积分:1
  • cpld实现vga驱动的程序,用verilog语言实现。
    cpld实现vga驱动的程序,用verilog语言实现。-Via verilog language,it can complete the drive of vga module.
    2023-02-28 09:05:04下载
    积分:1
  • 在线升级,在ADS环境下的2个运行区交替升级,LPC
    在线升级,在ADS环境下的2个运行区交替升级,LPC系列-updata
    2022-08-13 15:02:32下载
    积分:1
  • 棒子
    COBS-consistent overhead byte stuffing,一种串行通信字节流packetize的算法,在PPP和HDLC串行通信中均有用,笔者把它用在单片机串行通信程序中,非常成功。包中的两个工程阐释了算法原理。pdf文档进一步作了说明。-COBS-consistent overhead byte stuffing, a serial communication byte stream packetize algorithms, in the PPP and HDLC serial communications are used, the author put it in single-chip serial communication program, very successful. Package the two projects to explain the principle of the algorithm. pdf document for further clarification.
    2023-02-28 20:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载