-
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
-
基于MSP430 的MPL3115A2气压海拔高度传感器IIC程序
基于MSP430 的MPL3115A2气压海拔高度传感器IIC程序
- 2022-11-02 04:00:03下载
- 积分:1
-
ymodem stm32
ymodem stm32 C语言 st官方库文件 编译环境:keil IAR
- 2022-11-09 05:10:04下载
- 积分:1
-
uCOS II LPC1768 IAR 项目
LPC1768 IAR uCOS II 项目 (LandTiger 板)。这一项目已编译和测试在 IAR 7.4 手臂和伟大的作品。这是 LPC1768 LandTiger 板,但可以很容易地移植以及其他平台上。
- 2023-07-29 17:25:03下载
- 积分:1
-
SX1276点对点透传程序
SX1276采用LORA调试方式可大大增加通信距离, 可广泛应用于各种场合的短距离物联网无线通信领域.本程序实现LoRa透传,验证可以使用。
- 2022-12-22 15:15:03下载
- 积分:1
-
蓝牙4.0 cc2540串口透传源码
蓝牙4.0 cc2540串口透传源码
OSAL 1.3.2协议栈,BLE蓝牙4.0串口透传源码,测试过没有问题,只有这么多,不知道还有写什么,这样说明已经够清楚了吧!!!!!!!
- 2022-02-15 08:59:29下载
- 积分: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
-
CC1110 project with 1wire support
小型CC110项目与DS18B20温度传感器相连,可以通过射频传输数据并采集来自多个温度传感器的数据传感器。已写入带IAR的C编译器.CC1110是TI公司的微控制器,内置866MHz发射模块。它有8051核。
- 2022-05-25 14:47:26下载
- 积分:1
-
stm8l+si4463透传模块
相当全的参考代码,硬件完全匹配的情况下烧写就可以运行,实现透传功能
- 2022-05-27 08:55:07下载
- 积分:1