自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (9)
  • 收藏
  • 关注

原创 【MAX7219】STM8S MAX7219点阵模块驱动芯片程序

以下为.h文件:#ifndef __MAX7219_H#define __MAX7219_H#include "stm8s_gpio.h"#include "stm8s.h"#include <iostm8s103f3.h>#include <intrinsics.h>#include "tim1.h"#define uchar unsi...

2019-01-30 17:19:29 3641 3

原创 【TM1650】STM8S TM1650芯片控制程序

以下为.h文件:#ifndef __TM1650_I2C_H#define __TM1650_I2C_H#include "stm8s.h"#include "stm8s_gpio.h"#include "tim1.h"#include "usart2.h"#include <iostm8s103f3.h>#include <intrinsics....

2019-01-29 16:05:03 12338 2

原创 【STM8S103K3】 I2C

以下为.h文件:定义了PA1为SDA,PA2为SCL#ifndef __I2C_H#define __I2C_H#include "stm8s.h"#include "stm8s_gpio.h"#include "tim1.h"#include "uart.h"#include <iostm8s103f3.h>#include <intrinsics.h...

2019-01-29 11:57:54 1034

原创 【STM8S】 AWU低功耗模式

/** ********************************** STM8S *********************************** * @文件名 : bsp_awu.c * @作者 : strongerHuang * @库版本 : V2.2.0 * @文件版本 : V1.0.0 * @日期 : ...

2019-01-22 17:17:37 2475

原创 【STM8S】 FLASH与EEPROM读写操作

以下为FLASH操作:#include "flash.h"#include "stm8s_flash.h"void Flash_Write_bytes(uint32_t Address , uint8_t * DataBuff,uint16_t length){ uint16_t Count=0; for( Count=0 ; Count<length ; Coun...

2019-01-22 16:50:14 10410

原创 【STM8S】 独立看门狗

.h文件如下:#ifndef __IWDG_H#define __IWDG_H #include "stm8s.h"void IWDG_Init(void);void IWDG_Feed(void);#endif.c文件如下:#include "iwdg.h"void IWDG_Init(void) //配置并启动看门狗 //独立看门狗,时间1.0...

2019-01-17 11:23:10 1059

原创 【STM8S】 窗口看门狗

.h文件如下:#ifndef __WWDG_H#define __WWDG_H#include "stm8s.h"void Delay();void WWDG_Configuration(void) ;void Refresh_WWDG_Window(void);#endif.c文件如下:#include "wwdg.h"#include "stm8...

2019-01-17 11:02:06 916

rereschrome.zip

浏览器插件

2021-03-04

sscom5.13.1

串口调试工具。

2021-01-01

AHT10驱动程序 (有STM32整个工程)

温湿度传感器AHT10驱动程序 ,使用stm32F030C8芯片,使用STM32CubeMX创建工程。

2020-11-14

telnetdSetup

win10增加telnetdSetup服务端。

2020-11-14

CMSIS_AGDI.dll

在调试GD32开发板的时候用CMSIS-DAP Debugger的时候出现了以下错误,通过替换这个文件得到了解决。

2020-07-28

srec_cat.rar 可将bin转换为hex,也支持hex转bin

可将bin转换为hex, 命令格式如下:srec_cat blob -Binary -Output blob.hex -Motorola 另该工具也支持hex转bin, 如下: srec_cat bootrom_uncmp.hex -Motorola -Output bootrom_uncmp.bin -Binary 适用于某些只支持二进制格式的烧录

2019-10-10

RDM6300 ID读卡.rar

PCB图,已打样试过,可用!同淘宝上卖的模块差不多,只有一点点差异,无碍!

2019-05-22

RDM6300 ID读卡模块资料(内涵C8051F330芯片程序)

RDM6300 ID读卡模块资料(内涵C8051F330芯片程序),已经试过程序是可用的!

2019-04-25

rc522原理图+PCB图(4x6cm大小)

PCB图,已打样试过,可用!同淘宝上卖的RC522模块差不多,只有一点点差异,无碍!

2019-04-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除