資源簡介
上學期做的老師給布置的一個項目,激光采用串口讀數,單片機采用STM32F103最小系統,并加上sim程序時刻把數據傳入服務器,服務器接收到數據后吧數據下發到安卓軟件中,壓縮包包含stm32程序,服務器程序,安卓程序。外加了說明文檔
代碼片段和文件信息
/**************************************************************************//**
?*?@file?????core_cm3.c
?*?@brief????CMSIS?Cortex-M3?Core?Peripheral?Access?layer?Source?File
?*?@version??V1.30
?*?@date?????30.?October?2009
?*
?*?@note
?*?Copyright?(C)?2009?ARM?Limited.?All?rights?reserved.
?*
?*?@par
?*?ARM?Limited?(ARM)?is?supplying?this?software?for?use?with?Cortex-M?
?*?processor?based?microcontrollers.??This?file?can?be?freely?distributed?
?*?within?development?tools?that?are?supporting?such?ARM?based?processors.?
?*
?*?@par
?*?THIS?SOFTWARE?IS?PROVIDED?“AS?IS“.??NO?WARRANTIES?WHETHER?EXPRESS?IMPLIED
?*?OR?STATUTORY?INCLUDING?BUT?NOT?LIMITED?TO?IMPLIED?WARRANTIES?OF
?*?MERCHANTABILITY?AND?FITNESS?FOR?A?PARTICULAR?PURPOSE?APPLY?TO?THIS?SOFTWARE.
?*?ARM?SHALL?NOT?IN?ANY?CIRCUMSTANCES?BE?LIABLE?FOR?SPECIAL?INCIDENTAL?OR
?*?CONSEQUENTIAL?DAMAGES?FOR?ANY?REASON?WHATSOEVER.
?*
?******************************************************************************/
#include?
/*?define?compiler?specific?symbols?*/
#if?defined?(?__CC_ARM???)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????__inline???????????????????????????????????/*!
#elif?defined?(?__ICCARM__?)
??#define?__ASM???????????__asm???????????????????????????????????????/*!??#define?__INLINE????????inline??????????????????????????????????????/*!
#elif?defined???(??__GNUC__??)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????inline?????????????????????????????????????/*!
#elif?defined???(??__TASKING__??)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????inline?????????????????????????????????????/*!
#endif
/*?###################??Compiler?specific?Intrinsics??###########################?*/
#if?defined?(?__CC_ARM???)?/*------------------RealView?Compiler?-----------------*/
/*?ARM?armcc?specific?functions?*/
/**
?*?@brief??Return?the?Process?Stack?Pointer
?*
?*?@return?ProcessStackPointer
?*
?*?Return?the?actual?process?stack?pointer
?*/
__ASM?uint32_t?__get_PSP(void)
{
??mrs?r0?psp
??bx?lr
}
/**
?*?@brief??Set?the?Process?Stack?Pointer
?*
?*?@param??topOfProcStack??Process?Stack?Pointer
?*
?*?Assign?the?value?ProcessStackPointer?to?the?MSP?
?*?(process?stack?pointer)?Cortex?processor?register
?*/
__ASM?void?__set_PSP(uint32_t?topOfProcStack)
{
??msr?psp?r0
??bx?lr
}
/**
?*?@brief??Return?the?Main?Stack?Pointer
?*
?*?@return?Main?Stack?Pointer
?*
?*?Return?the?curren
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????1705699??2018-06-27?09:48??激光測距\app.apk
?????文件??????17273??2010-06-07?10:25??激光測距\stm32f103程序\CORE\core_cm3.c
?????文件??????85714??2011-02-09?14:59??激光測距\stm32f103程序\CORE\core_cm3.h
?????文件??????15766??2011-03-10?10:52??激光測距\stm32f103程序\CORE\startup_stm32f10x_cl.s
?????文件??????15503??2011-03-10?10:52??激光測距\stm32f103程序\CORE\startup_stm32f10x_hd.s
?????文件??????15692??2011-03-10?10:52??激光測距\stm32f103程序\CORE\startup_stm32f10x_hd_vl.s
?????文件??????12376??2011-03-10?10:52??激光測距\stm32f103程序\CORE\startup_stm32f10x_ld.s
?????文件??????13656??2011-03-10?10:52??激光測距\stm32f103程序\CORE\startup_stm32f10x_ld_vl.s
?????文件??????12765??2011-03-10?10:52??激光測距\stm32f103程序\CORE\startup_stm32f10x_md.s
?????文件??????14073??2011-03-10?10:51??激光測距\stm32f103程序\CORE\startup_stm32f10x_md_vl.s
?????文件??????15955??2011-03-10?10:51??激光測距\stm32f103程序\CORE\startup_stm32f10x_xl.s
?????文件????????399??2011-04-23?10:24??激光測距\stm32f103程序\keilkilll.bat
?????文件???????2213??2018-06-27?09:07??激光測距\stm32f103程序\MyCode\ADC\adc.c
?????文件????????187??2018-06-12?14:55??激光測距\stm32f103程序\MyCode\ADC\adc.h
?????文件???????1872??2018-06-14?09:02??激光測距\stm32f103程序\MyCode\DHT11\dht11.c
?????文件????????589??2018-06-14?09:01??激光測距\stm32f103程序\MyCode\DHT11\dht11.h
?????文件????????939??2018-06-14?09:34??激光測距\stm32f103程序\MyCode\DHT11\DHT11.rar
?????文件???????3172??2018-06-12?15:58??激光測距\stm32f103程序\MyCode\DS18B20\ds18b20.c
?????文件???????1058??2018-06-12?15:56??激光測距\stm32f103程序\MyCode\DS18B20\ds18b20.h
?????文件???????4061??2018-06-12?15:40??激光測距\stm32f103程序\MyCode\DS18B20\stm32_18b20.c
?????文件????????801??2018-06-12?15:39??激光測距\stm32f103程序\MyCode\DS18B20\stm32_18b20.h
?????文件???????2974??2015-10-29?14:39??激光測距\stm32f103程序\MyCode\HX711\HX711.c
?????文件????????372??2015-10-29?13:32??激光測距\stm32f103程序\MyCode\HX711\HX711.h
?????文件????????834??2014-07-04?12:00??激光測距\stm32f103程序\MyCode\led\LED.c
?????文件????????139??2014-05-06?11:27??激光測距\stm32f103程序\MyCode\led\LED.h
?????文件???????4152??2018-06-26?11:46??激光測距\stm32f103程序\MyCode\SIM800\gprs.c
?????文件????????538??2018-06-26?09:31??激光測距\stm32f103程序\MyCode\SIM800\gprs.h
?????文件??????34328??2015-10-29?14:30??激光測距\stm32f103程序\MyCode\TFT\font.h
?????文件???????8451??2018-06-26?11:27??激光測距\stm32f103程序\MyCode\TFT\GUI.c
?????文件????????578??2018-06-12?07:55??激光測距\stm32f103程序\MyCode\TFT\GUI.h
............此處省略3178個文件信息
評論
共有 條評論