搜索资源列表
DS18B20-STM32
- STM32 Cortex-M3上的温度传感器DS18B20程序。从单片机上移植过来的-STM32 Cortex-M3 on the temperature sensor program. From the MCU on the transplant
STM32NRF2401Cyuyandaima
- STM32下的NRF2401 C代码 NRF2401代码 wireless.c wireless.h-STM32 NRF2401 C code under the code wireless.c wireless.h NRF2401
DEMO
- 移植的官方STM32 v3.4.0库,输出外部8MHz时钟 STM32F103ZE-The official STM32 v3.4.0 transplant database, the output of external 8MHz clock STM32F103ZE
zlg7290
- stm32 ZLG7290模拟IIC程序,只有c文件和H文件,自己建立工程,添加即可用。-Stm32ZLG7290simulation IIC procedures, only the C files and H files, create the project, add is available.
STM32F10x_StdPeriph_Driver_3.5.0(-H)
- stm32 F10x 系列 V3.5中文版固件库-the stm32 F10x Series V3.5 Chinese version of the firmware library
12864
- 一个用stm32驱动LCD12864的源码,其中有主要的main.c,12864的C和H文件(其他的为一些通用的库函数,一般开发环境都带有)。自己调试通过,没有问题-One with stm32 driven LCD12864 source, which has the main main.c, 12864, C and H files (others are some common library functions, the general development environment c
IAR-for-STM32
- 用IAR调试STM32,很实用的教程,希望对STM32入门的人有帮助-IAR_ combined with H-JTAG debugging STM32
STM32-HX8352A
- STM32 刷屏显示图片 #include "GUI.h" #include "LCD_ConfDefaults.h" #include <math.h> #include <stdlib.h> -STM32 refresh display pictures# include " GUI.h" # include " LCD_ConfDefaults.h" # include <math.h># Inc
core_CM3
- STM32的内核是ARM CORTEX-M3,这个core_cm3.h包含的是一些内核相关的函数和宏定义,例如核内寄存器定义、部分核内外设的地址等等,其对应的是core_cm3.c文件。初学可以不管他,只要把它包含进工程里就行了,这里都是非常底层的函数,上层的一些函数直接调用它们了。如果对CORTEX-M3内核有兴趣或者基础较高,想深入了解这些函数,可以仔细研读一下-The kernel is the STM32 ARM CORTEX-M3, this core_cm3.h contains s
ks0108lib
- font5x8.h graphic.c graphic.h KS0108.c KS0108.h KS0108-8051.c KS0108-AT91.c KS0108-AVR.c KS0108-LPC.c KS0108-PIC16.c KS0108-ST7.c KS0108-STM32.c
STM32_Bipolar-stepper-motor-drive
- STM32双极性步进电机驱动的源代码,完整的功能,库文件。 KEIL下运行-Main function: HAL generic update Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &= Fix on Timeout management, Timeout value set to 0 pas
12864
- Stm32实现与LCD12864液晶屏显示,可以BMP和文字 显示 - 34/5000 Stm32 shíxiàn yǔ LCD12864 yèjīng píng xiǎnshì, kěyǐ BMP hé wénzì xiǎnshì Stm32 with LCD12864 LCD display, you can BMP and text display
STM32基于HAL库开发矩阵按键设计
- 文档包括key.c和key.h以及按键的原理图,适用于各种引脚接口。