-
智能车控制源码
本代码是瑞萨和飞思卡尔智能车比赛的源码,很好的对智能车进行控制,完成各项控制指令的要求,达到预期的要求效果,来很好的控制车辆的转弯,直行,控速等等一系列的操作!
- 2022-11-05 04:55:03下载
- 积分:1
-
网上下的dm9000驱动,自己改过后可以用.
网上下的dm9000驱动,自己改过后可以用.-online under the dm9000 drive to become rehabilitated themselves can use.
- 2022-07-25 11:52:00下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
8051 series of tutorials the best examples of the best marquees marquees
8051系列教程最好的例子,最好的选框选框
- 2022-07-18 03:36:16下载
- 积分:1
-
fat32文件系统源代码
此程序在51单片机,stm32等设备上实现了读写fat32的文件,有读写,创建目录,删除目录,创建文件删除文件的功能,并且占用的内存少,对于带有spi功能的51单片机,实现sd卡的fat32是一个不错的选择,而且还可以在stm32 s3c2440等arm嵌入式设备上实现fat32,对于做mp3,mp4是一个不错的选择
- 2022-07-13 17:42:41下载
- 积分:1
-
STM32系列32位闪存微控制器基于突破性的ARM Cortex™
STM32系列32位闪存微控制器基于突破性的ARM Cortex™ -M3 内核... 这是它的一个I2C的例子-STM32 family of 32-bit Flash microcontrollers based on the breakthrough ARM Cortex
- 2022-02-10 01:53:11下载
- 积分:1
-
ARM
基于ARM的嵌入式系统,涉及到软件设计的启动代码、实时操作系统、链接定位和调试技术,很实用,希望对大家有所帮助。-ARM-based embedded systems, software design involves the start-up code, real-time operating system, links, positioning and technique, it is useful, we hope to be helpful.
- 2022-02-26 09:19:18下载
- 积分:1
-
STM32F103的GNU开发范式下
GNU开发范式下的STM32F103
- 2023-08-28 01:45:03下载
- 积分:1
-
ads1.2学习资料,对arm初学者有帮助.
ads1.2学习资料,对arm初学者有帮助.-ads1.2 learning materials for beginners arm helpful.
- 2022-12-30 11:00:04下载
- 积分:1
-
AT91SAM7SE test code for interfacing HID devices like USB mouse with Atmel ARM7...
configure HID devices like USB mouse with A91SAM7SE CPU. Inlcude initilization for necessary peripherials. Developer can modify this piece code to do their development on HID devices. This is speically for GNU-AT91SAM7SE test code for interfacing HID devices like USB mouse with Atmel ARM7 CPU using GNU, unlike IAR, GNU is free SW which can available to everyone
- 2022-03-12 20:49:09下载
- 积分:1