搜索资源列表
funclib
- dsp2407的函数库,c语言编写,有io,adc,clock等-dsp2407 the library, c language, io, ADC, clock, etc.
ARM_FIR
- ARM 库的FIR滤波器算法,可以在C语言环境使用-ARM THE FIR filter algorithm, the use of C language environment
SMALL_C_math_lib
- small_c数学库, small c语言-small_c math, small c Language
STM32F4_KEY_LED_1
- STM32F407下用GCC编译的C++语言按钮与LED综合例子,采用ST公司的固件库。带Obtain_Studio工程文件。-STM32F407 compiled with GCC under C++ language button and LED comprehensive example of using ST s firmware library. With Obtain_Studio project file.
ADC
- stm32F103的库文件以及其范例,中文板,C语言描述adc-stm32F103 the library file, as well as its example, Chinese plate, C language descr iption
BKP
- stm32F103库文件,BKP,C语言描述-stm32F103 library files, BKP, C language descr iption
CortexM3
- stm32F103库文件,CORTEX-M3,C语言描述-stm32F103 library files, CORTEX-M3, C language descr iption
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
ARM--C
- 嵌入式c编程语言(由浅入深)。包含C语言基础,库函数,ARM封装好的库函数-Embedded c programming language (Deep). Contains C programming language, library functions, ARM packaged library
HX8347
- stm32下HX8347驱动,用固件库和c语言-stm32 HX8347 driver
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
PDL-LM3S-2752
- 这是以c语言为基础的IAR电脑鼠编程软件的驱动库,完全原装-This is c language-based programming software IAR computer mouse driver library, completely original
chuangko
- 串口通信,使用寄存器编写,入门容易懂,直接使用C语言编写,没有使用官方的库文件(Serial communication, using register writing, easy to understand, directly written in C language, without the use of official library files)
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:编译后的