搜索资源列表
Lgsp2410UBoot
- NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2
User_manual_2410x
- This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size
ch-1
- ARM Assembly Language Programming - Chapter 1 - -ARM Assembly Language Programming- Chapter 1-
ch-6
- ARM Assembly Language Programming - Chapter 6-ARM Assembly Language Programming- Chapter 6
ch-7
- ARM Assembly Language Programming - Chapter 7-ARM Assembly Language Programming- Chapter 7
spec_of_chip
- mini2440开发板所用芯片手册,便于查询-the specs of various chips which are used in mini2440~
S3C6410-datasheet-ch
- 三星芯片S3C6410的中文技术文档,便于软件、硬件工程师浏览。特别是对看英文很吃力的工程师有帮助-S3C6410 chinese datasheet,is helpful for some engineer who english is poor
NEW-8-TEMP
- 原创8通道89c2051,1602显示18b20的温度计.keil+proteus-8-ch,use 89c2051,lcd1602,ds18b20,keil,thermometer。keil C source code。keil+proteus
cy8c38(ch)
- PSOC38系列技术文档中文版,开发Psoc的重要参考资源。-Psoc30 serials technical documentation chinese edition,important resource for developing PSOC。
STM32F10xxx_Encoder_AN(CH)
- STM32的一些资料,里面有一些程序,库函数。-the PDF about STM32
STM32F103ZET6-cn
- STM32F103处理器中文手册,可用于飞控开发,在姿态控制方面得到广泛应用-STM32F103 DATASHEET CH
VAR-ST-MXchip-Product-solution-Ch
- ST MCU方案及开发实例.基于STR912的IPCAMERA
DDC263
- DDc数字可编程控制器,本程序包括AD,功率一位寄存器的编程,实现2路数字输出,6路模拟输入。-请键入文字或网站地址,或者上传文档。 取消 DDc shùzì kě biānchéng kòngzhì qì, běn chéngxù bāokuò AD, gōnglǜ yī wèi jìcúnqì de biānchéng, shíxiàn 2 lù shùzì shūchū,6 lù mónǐ shūrù.DDc digital programmable controller, the
fm
- 通过MP3解码芯片来驱动FM芯片,实现收音功能,支持市面上各种FM芯片,支持各种波段-请键入文字或网站地址,或者上传文档。 取消 Tōngguò MP3 jiěmǎ xīnpiàn lái qūdòng FM xīnpiàn, shíxiàn shōuyīn gōngnéng, zhīchí shìmiàn shàng gè zhǒng FM xīnpiàn, zhīchí gè zhǒng bōduànMP3 decoder chip to drive through the FM c
[3]-CH-LCD
- it is keil-c program for run lcd on lpc1768 ECA.com
SimpleBGC32- 开源三轴无刷云台算法完全解说
- SimpleBGC32- 开源三轴无刷云台算法完全解说(1)AeroQuad 2)BaseFlight 3)CH Robotics 4)MultiWii 5)S.O.H. Madgwick 6)UAVX Designed to run on the EvvGC Brushless Gimbal Controller Board This program is free software: you can redistribute it and/o
ADC
- stm32F103 adc采样程序,包括初始化和配置等(u16 ADC_Get_aveg(u8 ch,u8 n) { u32 ad_sum = 0; u8 i; for(i=0;i<n;i++) { ad_sum += Get_val(ch); delay_ms(5); } return (ad_sum / n))