搜索资源列表
funclib
- dsp2407的函数库,c语言编写,有io,adc,clock等-dsp2407 the library, c language, io, ADC, clock, etc.
armlib200611
- 老外写得最新arm 库很多值得学习的基于mcu得c函数写法-foreigner write a lot of the latest arm worth learning based on mcu c function in the way
armlib
- 方便飞利浦arm7tdmi 处理器lpc2100开发的C函数库 Procyon ARMlib-LPC2100 C-Language Function Library for Philips LPC2100 ARM7TDMI Processors-convenience Philips ARM7TDMI processor lpc2100 development of the C library did ARMlib - LPC2100 C-Language Function Library fo
STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码
- 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
UDiskDemo
- 文件及文件夹说明 =============================================================================================== \arm\ uC/OS-II移植代码 \SOURCE\ uC/OS-II源码保存在该文件夹 \HostMassLib\ HostMassLib驱动库相关文件存放的文件夹 \HostMassLib\读写U盘模块驱动使用手册.pdf 驱动库使用手
STM32-7SEG-LED-SCAN
- 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
IAR-C-430
- 430单片机基本库函数。方便单片机初学者查询学习。希望能对您有所帮主。-the basic library functions of MSP430.people who start MSP430 can find it invenient、
CodeVisionAVR-C-complier-Help
- 主要介绍了CodeVisionAVR C 库函数,翻译自CodeVisionAVR C complier Help-Introduces the CodeVisionAVR C library functions, the translation from the CodeVisionAVR C complier Help
MCU-C-Design
- 嵌入式系统的C语言设计,展示用C语言编写MCU程序,涉及数据类型和变量、函数库、优化和嵌入式。介绍了特定软硬件开发的详细细节-Design of embedded systems in C, showing the MCU program written in C language, data types and variables involved, libraries, optimization and embedded. Describes the specific hardware an
Nios_function
- 关于Nios的函数集,里面给出了Nios的C库函数和HAL的函数。可以供读者熟悉和使用。-about function
ARM--C
- 嵌入式c编程语言(由浅入深)。包含C语言基础,库函数,ARM封装好的库函数-Embedded c programming language (Deep). Contains C programming language, library functions, ARM packaged library
Example7
- 这个例子显示了如何重定向C库printf函数的USART。 在HyperTerminal使用USARTx本实施输出printf的消息。 USARTx可以是USART1的,USART2 USART3的选择要使用的USART接口 注释“#定义USE_USARTx的main.h 文件中的行。-This example shows how to retarget the C library printf function to the USART. This implementatio
RTC-set-the-clock-and-display
- RTC时钟源为外部低速时钟,且外部低速时钟源的64分之一Tamper引脚(PC.13)上输出。 通过秒中断功能,在LED1(GPIO_Pin_0)上以2s为周期闪烁,并以1s为周期通过USART送出时间信息 (在串口调试软件上以24小时时间制显示) USART1设置:波特率:9600 数据位:8 停止位:1 奇偶校验位:无 硬件流控制:无 注:编译时,Library Configuration应选为FULL,以使C库函数fputc映射到U
printf
- 实现类似于C语言标准函数printf()的简单printf打印。主要用于包含UART口的打印输出,代替标准的C库函数,减少对MCU的FLASH的占用,而又不失其基本功能,是在开发MCU时的好帮手。-Simple printf to print to achieve is similar to the C language standard function printf (). Mainly used for the printout contains the UART ports, inste
LED
- STM8的自写例程---LED流水灯。 编译环境:STVD + C语言。不带库函数 方便新人入门-The self-written routines for STM8--- LED . Compilation environment: STVD+ C language. Without library functions Facilitate for news
STM32F103VG_ADC1
- 基于Cortex M3的微处理器STM32F103VG的ADC功能模块,C语言编程,Keil编译环境,利用库函数编程。已编译成功,可直接利用。谢谢。-Based on Cortex M3 microprocessor STM32F103VG the ADC modules, C language programming, Keil compiler environment, the use of programming libraries. Has been compiled successfu
src
- 该文件为usb库函数用于带有USB OTG模式的核心库文件-the c source file be used for usb otg full speed mode
HT162x
- 库名:HT162X LCD控制器通用驱动函数库 编译:IAR C/C++ Compiler for STMicroelectronics STM8 1.30.1 (1.30.1.50036)
STM库
- STM32编程开发库文件,方便调用,简洁实用!(STM32 library files,please use these file easily.)
LED
- user:启动文件和主程序 当芯片上电启动时,首先会执行启动文件中的汇编程序,建立起C语言的运行环境,该启动文件startup.s使用的时thumb指令。功能为:1、初始化堆栈指针;2、初始化程序计数器指针PC;3、设置堆、栈的大小;4、设置C库的分支入口“_main”,最终用来调用main函数。 主程序中通过宏定义将led地址赋予led_0等,通过向led地址中写“0”或“1”控制led引脚电平,实现流水灯效果。 listing:编译生成的lst文件和map文件 output:编译后的