-
速度控制源码
用于速度控制,对智能车进行速度控制,能够在速度稳定的基础上,加大速度,不会使车跑离赛道,同时稳定车速,用于飞思卡尔
- 2022-02-02 20:39:42下载
- 积分: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
-
obd
J1939 OBD 实现,比较容易懂,STM32 已经实现,文档都看懵了(J1939 OBD implementation is relatively easy to understand, STM32 has been achieved, documents are ignorant.)
- 2018-07-27 09:19:14下载
- 积分: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库
说明: 最初始的IAR编程(包含ccs,gcc的软件的初始程序)(Initial IAR Programming (Initial Programming of Software Containing ccs, gcc))
- 2020-06-18 08:40:01下载
- 积分:1
-
项目5 (拓展)-(我的电脑版)-成功
说明: 协调器和终端节点通过串口连接PC机,相互通讯,串口助手上可以显示(Coordinator and terminal node connect PC through serial port, communicate with each other, and can be displayed on serial assistant.)
- 2020-06-23 06:20:02下载
- 积分:1
-
msp430库
最初始的IAR编程(包含ccs,gcc的软件的初始程序)(Initial IAR Programming (Initial Programming of Software Containing ccs, gcc))
- 2020-06-18 08:40:01下载
- 积分:1
-
uCOS II LPC1768 IAR 项目
LPC1768 IAR uCOS II 项目 (LandTiger 板)。这一项目已编译和测试在 IAR 7.4 手臂和伟大的作品。这是 LPC1768 LandTiger 板,但可以很容易地移植以及其他平台上。
- 2023-07-29 17:25:03下载
- 积分:1
-
stm8l工程模板-IAR
使用IAR建立的stm8l工程模版,可以在该模版基础上进行程序的开发,对初学者有一定的帮助
- 2023-04-05 14:20:03下载
- 积分:1
-
QR解码20160226(内存泄露)
这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)
- 2020-07-01 04:00:02下载
- 积分:1