資源簡介
用stm32處理器讀取GPS數據,用串口讀取數據,對GPS數據解析,得到經度緯度,高度,速度,時間等信息!
代碼片段和文件信息
/**************************************************************************//**
?*?@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.
?*
?******************************************************************************/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????199408??2013-04-02?16:47??20130402\EWARM\Debug\Exe\Usart.out
?????文件??????19300??2013-04-02?16:06??20130402\EWARM\Debug\Obj\core_cm3.o
?????文件???????9192??2013-03-27?13:59??20130402\EWARM\Debug\Obj\core_cm3.pbi.cout
?????文件??????30560??2013-04-02?16:06??20130402\EWARM\Debug\Obj\gps.o
?????文件??????21220??2013-04-02?16:47??20130402\EWARM\Debug\Obj\main.o
?????文件???????9161??2013-03-27?13:59??20130402\EWARM\Debug\Obj\main.pbi.cout
?????文件??????12756??2013-04-02?16:06??20130402\EWARM\Debug\Obj\misc.o
?????文件???????9197??2013-03-27?13:59??20130402\EWARM\Debug\Obj\misc.pbi.cout
?????文件??????47728??2013-04-02?16:06??20130402\EWARM\Debug\Obj\startup_stm32f10x_hd.o
?????文件??????17348??2013-04-02?16:06??20130402\EWARM\Debug\Obj\stm32f10x_exti.o
?????文件???????9207??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_exti.pbi.cout
?????文件??????54840??2013-04-02?16:06??20130402\EWARM\Debug\Obj\stm32f10x_flash.o
?????文件???????9208??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_flash.pbi.cout
?????文件??????36644??2013-04-02?16:06??20130402\EWARM\Debug\Obj\stm32f10x_gpio.o
?????文件???????9207??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_gpio.pbi.cout
?????文件??????26372??2013-04-02?16:47??20130402\EWARM\Debug\Obj\stm32f10x_it.o
?????文件???????9169??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_it.pbi.cout
?????文件??????58512??2013-04-02?16:06??20130402\EWARM\Debug\Obj\stm32f10x_rcc.o
?????文件???????9206??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_rcc.pbi.cout
?????文件?????161688??2013-04-02?16:06??20130402\EWARM\Debug\Obj\stm32f10x_tim.o
?????文件???????9206??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_tim.pbi.cout
?????文件??????54588??2013-04-02?16:06??20130402\EWARM\Debug\Obj\stm32f10x_usart.o
?????文件???????9208??2013-03-27?13:59??20130402\EWARM\Debug\Obj\stm32f10x_usart.pbi.cout
?????文件??????13512??2013-04-02?16:06??20130402\EWARM\Debug\Obj\system_stm32f10x.o
?????文件???????9215??2013-03-27?13:59??20130402\EWARM\Debug\Obj\system_stm32f10x.pbi.cout
?????文件????????773??2013-04-02?16:47??20130402\EWARM\Debug\Obj\Usart.pbd
?????文件????1770856??2013-03-28?16:38??20130402\EWARM\Debug\Obj\Usart.pbd.browse
?????文件???????2049??2013-04-03?08:56??20130402\EWARM\settings\Usart.cspy.bat
?????文件???????5167??2013-04-03?08:56??20130402\EWARM\settings\Usart.dbgdt
?????文件???????1287??2013-04-03?08:56??20130402\EWARM\settings\Usart.dni
............此處省略133個文件信息
評論
共有 條評論