-
stm8l工程模板-IAR
使用IAR建立的stm8l工程模版,可以在该模版基础上进行程序的开发,对初学者有一定的帮助
- 2023-04-05 14:20:03下载
- 积分:1
-
msp430f5529时钟配置
msp430f5529时钟配置
关于DCO.FLL.ACLK,SMCLK,MCLK
#include
//设置内核电压 以匹配不同频率
void SetVcoreUp (unsigned int level)
{
PMMCTL0_H = PMMPW_H;// Open PMM registers for write
SVSMHCTL = SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level; // Set SVS/SVM high side new level
SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; // Set SVM low side to new level
while ((PMMIFG & SVSMLDLYIFG) == 0); // Wait till SVM is settled
PMMIFG &= ~(SVMLVLRIFG + SVMLIFG); // Clear alre
- 2022-03-25 04:41:16下载
- 积分:1
-
ymodem stm32
ymodem stm32 C语言 st官方库文件 编译环境:keil IAR
- 2022-11-09 05:10:04下载
- 积分:1
-
SX1276点对点透传程序
SX1276采用LORA调试方式可大大增加通信距离, 可广泛应用于各种场合的短距离物联网无线通信领域.本程序实现LoRa透传,验证可以使用。
- 2022-12-22 15:15:03下载
- 积分:1
-
stm8l+si4463透传模块
相当全的参考代码,硬件完全匹配的情况下烧写就可以运行,实现透传功能
- 2022-05-27 08:55:07下载
- 积分:1
-
UCOS在K60上的移植
ucos在飞思卡尔K60上的移植,支持IAR和keil两种编译环境,含源码;已经建好了工程,可以直接使用。
- 2022-06-27 17:12:39下载
- 积分:1
-
Sx1208底层驱动程序
The SX1208 is a highly integrated RF transceiver capable of
operation from 290MHz to 510MHz, including the 315 and
434 MHz license-free ISM (Industry Scientific and Medical)
frequency bands. Its highly integrated architecture allows for
a minimum of external components whilst maintaining
maximum design flexibility. All major RF communication
parameters are programmable and most of them can be
dynamically set. The SX1208 offers the unique advantage
of programmable narrow-band and wide-band
communication modes without the need to modify external
components. The SX1208 is optimized for low power
consumption while offering high RF output power and
channelized operation. TrueRF™ technology enables a lowcost external component count (elimination of the SAW
filter) whilst still satisfying ETSI and FCC regulations.
- 2022-05-20 08:11:51下载
- 积分:1
-
Mifare ultralight reader on STM8S003 mcu
基于STM8S003的Mifare超轻阅读器mcu.设备读取卡序列号,在EEPROM中搜索,如果存在,则在几秒钟内打开输出(漏极开路)。每个读卡的序列号通过RS-485相互传输设备。支持具有7字节序列号的Mifare经典卡透镜编程EEPROM中的卡在万事达卡。第一设备首次通电(或清除EEPROM)后读取的卡为MasterCard(万事达卡)。EEPROM可通过拔下的针脚19清除STM8S003 mcu在设备通电时接地向上。核心:STM8S003;输出1:opendrain;输出2:RS-485(卡上传输的7字节SN)。存档包含:STM8S003(IAR、C、assembler)的源代码;原理图和PCB板项目(PCAD2002)。
- 2022-06-19 09:39:58下载
- 积分:1
-
基于MSP430 的MPL3115A2气压海拔高度传感器IIC程序
基于MSP430 的MPL3115A2气压海拔高度传感器IIC程序
- 2022-11-02 04:00:03下载
- 积分:1
-
蓝牙4.0 cc2540串口透传源码
蓝牙4.0 cc2540串口透传源码
OSAL 1.3.2协议栈,BLE蓝牙4.0串口透传源码,测试过没有问题,只有这么多,不知道还有写什么,这样说明已经够清楚了吧!!!!!!!
- 2022-02-15 08:59:29下载
- 积分:1