资源简介
RT-Thread入门(一)建立工程 stm32f103c8 + hal库
Keil不需要安装rtt插件,代码中包含所需的库文件。
代码片段和文件信息
#include “led.h“
//初始化PB1为输出.并使能时钟
//LED IO初始化
void LED_Init(void)
{
GPIO_InitTypeDef GPIO_Initure;
__HAL_RCC_GPIOC_CLK_ENABLE(); //开启GPIOB时钟
__HAL_RCC_GPIOE_CLK_ENABLE(); //开启GPIOE时钟
GPIO_Initure.Pin=GPIO_PIN_13; //PB5
GPIO_Initure.Mode=GPIO_MODE_OUTPUT_PP; //推挽输出
GPIO_Initure.Pull=GPIO_PULLUP; //上拉
GPIO_Initure.Speed=GPIO_SPEED_HIGH; //高速
HAL_GPIO_Init(GPIOC&GPIO_Initure);
// GPIO_Initure.Pin=GPIO_PIN_5|GPIO_PIN_6; //PE5 PE6
// HAL_GPIO_Init(GPIOE&GPIO_Initure);
HAL_GPIO_WritePin(GPIOCGPIO_PIN_13GPIO_PIN_SET); //PB5置1,默认初始化后灯灭
// HAL_GPIO_WritePin(GPIOEGPIO_PIN_5|GPIO_PIN_6GPIO_PIN_SET); //PE5置1,默认初始化后灯灭
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-01-20 17:58 RT-Thread_C8\
目录 0 2019-01-21 10:49 RT-Thread_C8\applications\
文件 794 2019-01-21 10:16 RT-Thread_C8\applications\led.c
文件 160 2019-01-21 10:16 RT-Thread_C8\applications\led.h
文件 622 2019-01-21 10:49 RT-Thread_C8\applications\main.c
文件 237 2018-05-31 17:47 RT-Thread_C8\applications\SConsc
文件 2553 2017-05-24 16:15 RT-Thread_C8\applications\sys.c
文件 3660 2017-05-24 16:19 RT-Thread_C8\applications\sys.h
目录 0 2019-01-20 15:49 RT-Thread_C8\components\
目录 0 2019-01-20 15:49 RT-Thread_C8\components\CMSIS\
目录 0 2019-01-20 15:49 RT-Thread_C8\components\CMSIS\Include\
文件 4676 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\arm_common_tables.h
文件 242444 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\arm_math.h
文件 33042 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cm0.h
文件 40429 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cm0plus.h
文件 99832 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cm3.h
文件 109142 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cm4.h
文件 22735 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cm4_simd.h
文件 17146 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cmFunc.h
文件 20513 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_cmInstr.h
文件 41744 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_sc000.h
文件 98211 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Include\core_sc300.h
文件 441 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\Kconfig
文件 1516 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\README.txt
目录 0 2019-01-20 15:49 RT-Thread_C8\components\CMSIS\RTOS\
文件 36836 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\RTOS\cmsis_os.h
文件 8532 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\RTOS\cmsis_rtthread.c
文件 201 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\RTOS\SConsc
文件 312 2018-05-31 17:47 RT-Thread_C8\components\CMSIS\SConsc
目录 0 2019-01-20 15:49 RT-Thread_C8\components\cplusplus\
文件 1404 2018-05-31 17:47 RT-Thread_C8\components\cplusplus\crt.cpp
............此处省略2894个文件信息
相关资源
- STM32F4开发指南-库函数版本_V1.1
- STM32_HAL+串口+DMA发送和不定长度数据接
- STM32F103 UC/OS-II关于任务操作的系列C程
- 国外比较流行的步进电机STM32控制代码
- 形状匹配find_scaled_shape_model
- STM32智能车舵机控制,电磁寻迹,带滤
- STM32F407,18电赛A题,非接触式电流检
- 基于STM32的数字示波器设计
- STM32采集和3G4G传输
- 基于STM32和MAX262的可程控滤波器代码
- 零死角玩转STM32—F103指南者.zip
- lwip pppos拨号上网,通过串口ppp拨号上
- STM32F10x_StdPeriph_Lib_V3.5.0官方库文件
- ADC_DAC_PID.rar
- stm32+jy901+hc06+角度准确输出+上位机3
- STM32串口通信协议和状态机模式程序
- STM32F0xx固件库
- STM32_SX1278实现LORA通信STM32F103完美实现
- STM32智能开关窗设备.zip
- stm32 bootloader U盘更新APP程序
- 智能农业大棚stm32 库管系统
- Huawei_LiteOS_秉火STM32F103_20181126
- Nonlinear Systems (3rd Edition) by Hassan
- stm32f107ptp移植程序
- stm32mp3模块
- STM32407_UCOSIII_LWIP
- 基于固件库的STM32F103ZET6工程模板ARM
- STM32F407编码器
- STM32 STM32F103C8T6 三星S6D05A1_TFTLCD_32048
- 正点原子STM32F407探索者PCB图+原理图
评论
共有 条评论