资源简介
MSP432蓝牙控制小车并进行超声波测距,实时显示在手机蓝牙端

代码片段和文件信息
//*****************************************************************************
//
// Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
//
// Redistribution and use in source and binary forms with or without
// modification are permitted provided that the following conditions
// are met:
//
// Redistributions of source code must retain the above copyright
// notice this list of conditions and the following disclaimer.
//
// Redistributions in binary form must reproduce the above copyright
// notice this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the
// distribution.
//
// Neither the name of Texas Instruments Incorporated nor the names of
// its contributors may be used to endorse or promote products derived
// from this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
// SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
// LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
// DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// MSP432 Startup Code and interrupt vectors for IAR embedded Workbench for ARM
//
//*****************************************************************************
#include
//*****************************************************************************
//
// Enable the IAR extensions for this source file.
//
//*****************************************************************************
#pragma language=extended
//*****************************************************************************
//
// Forward declaration of the default fault handlers.
//
//*****************************************************************************
extern void Reset_Handler (void);
static void Default_Handler (void);
extern void NMI_Handler (void);
extern void HardFault_Handler (void);
extern void MemManage_Handler (void);
extern void BusFault_Handler (void);
extern void UsageFault_Handler (void);
extern void SVC_Handler (void);
extern void DebugMon_Handler (void);
extern void PendSV_Handler (void);
extern void SysTick_Handler (void);
/* device specific interrupt handler */
extern void GPIOA_IRQHandler (void);
extern void GPIOB_IRQHandler (void);
extern void GPIOC_IRQHandler (void);
extern void GPIO
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-06-11 13:57 DY_CAR_SONAR_RANGE\
目录 0 2018-06-11 13:48 DY_CAR_SONAR_RANGE\Debug\
目录 0 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\Exe\
文件 102004 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\Exe\DY_CAR.out
文件 9147 2018-06-19 16:04 DY_CAR_SONAR_RANGE\Debug\Exe\DY_CAR.sim
目录 0 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\List\
文件 22208 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\List\DY_CAR.map
目录 0 2018-06-19 16:04 DY_CAR_SONAR_RANGE\Debug\Obj\
文件 2307748 2018-06-19 16:04 DY_CAR_SONAR_RANGE\Debug\Obj\DY_CAR.pbd
文件 2307748 2018-06-19 16:04 DY_CAR_SONAR_RANGE\Debug\Obj\DY_CAR.pbd.browse
文件 774 2018-06-19 16:04 DY_CAR_SONAR_RANGE\Debug\Obj\DY_CAR.pbd.linf
文件 1772157 2018-05-29 16:25 DY_CAR_SONAR_RANGE\Debug\Obj\empty.pbd
文件 1772157 2018-05-29 16:25 DY_CAR_SONAR_RANGE\Debug\Obj\empty.pbd.browse
文件 283 2018-05-29 16:25 DY_CAR_SONAR_RANGE\Debug\Obj\empty.pbd.linf
文件 14882 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\Obj\gpt.o
文件 1732852 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\Obj\gpt.pbi
文件 11539 2018-06-19 15:36 DY_CAR_SONAR_RANGE\Debug\Obj\gpt.pbi.xcl
文件 7332 2018-06-19 15:12 DY_CAR_SONAR_RANGE\Debug\Obj\main.o
文件 1729628 2018-06-19 15:10 DY_CAR_SONAR_RANGE\Debug\Obj\main.pbi
文件 11540 2018-06-19 15:10 DY_CAR_SONAR_RANGE\Debug\Obj\main.pbi.xcl
文件 7192 2018-06-19 15:12 DY_CAR_SONAR_RANGE\Debug\Obj\math.o
文件 1730719 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\math.pbi
文件 11540 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\math.pbi.xcl
文件 16140 2018-06-19 15:12 DY_CAR_SONAR_RANGE\Debug\Obj\PID.o
文件 1702695 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\PID.pbi
文件 11539 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\PID.pbi.xcl
文件 13808 2018-06-19 15:12 DY_CAR_SONAR_RANGE\Debug\Obj\pwm.o
文件 1703506 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\pwm.pbi
文件 11539 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\pwm.pbi.xcl
文件 17163 2018-06-19 15:12 DY_CAR_SONAR_RANGE\Debug\Obj\qei.o
文件 1731809 2018-06-19 15:11 DY_CAR_SONAR_RANGE\Debug\Obj\qei.pbi
............此处省略64个文件信息
- 上一篇:VIVOX5SL手机第三方rec
- 下一篇:数据融合代码-ESTARFM
相关资源
- STC15F
- 秉火模块资料
- 51单片机通信采样proteus仿真方波转化
- 蓝牙源代码应用于LINUX
- 51 单片机 红外避障小车 大集合136
- STC8951系列单片机中方指南
- 基于MCS_51单片机的工业屏柜散热方案
- MCS_51单片机与8255A的接口设计
- 由浅入深,蓝牙4.0/BLE协议栈开发攻略
- 基于蓝牙4.0的设备通信方案设计与实
- STM32蓝牙和串口程序
- 基于MSP430G2553的蓝牙控制小车
- 飞思卡尔单片机MC9S12XS12G128驱动(硬件
- 51单片机PWM程序,占空比、周期可调整
- 单片机和adc0809数字电压表
- PIC单片机完成的电子密码锁
- 单片机、ADC0808809设计简易数字电压表
- 51单片机多功能自行车测速仪
- 单片机做的6位时分秒数字钟
- 单片机电子时钟 闹钟 日历
- 音乐代码转换软件 单片机编程时用
- 单片机课程设计 篮球计分器
- 00
- 用51单片机实现G代码翻译
- 简易的电阻电容测量电路
- 单片机与温度传感器DS18B20的程序设计
- 蓝牙工作原理(不懂的可以下来看看
- 51单片机基于protues的几个仿真实例
- 基于52单片机的直流电压测量
- 38k单片机红外发送代码、keil
评论
共有 条评论