- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 3.22mb
- Update:
- 2017-07-06
- Downloads:
- 0 Times
- Uploaded by:
- 森
Description: The data frame of the GPS module is received through the serial port, and the latitude and longitude, UTC and other information are parsed from the NMEA data lattice, and displayed through the TFT screen. Microcontroller using STM32F103ZE, development environment is RV MDK
To Search:
File list (Check if you may need any files):
4-GPS
4-GPS\CORE
4-GPS\CORE\core_cm3.c
4-GPS\CORE\core_cm3.h
4-GPS\CORE\startup_stm32f10x_cl.s
4-GPS\CORE\startup_stm32f10x_hd.s
4-GPS\CORE\startup_stm32f10x_hd_vl.s
4-GPS\CORE\startup_stm32f10x_ld.s
4-GPS\CORE\startup_stm32f10x_ld_vl.s
4-GPS\CORE\startup_stm32f10x_md.s
4-GPS\CORE\startup_stm32f10x_md_vl.s
4-GPS\CORE\startup_stm32f10x_xl.s
4-GPS\JLinkSettings.ini
4-GPS\keilkilll.bat
4-GPS\OBJ
4-GPS\OBJ\core_cm3.crf
4-GPS\OBJ\core_cm3.d
4-GPS\OBJ\core_cm3.o
4-GPS\OBJ\ExtDll.iex
4-GPS\OBJ\gps.crf
4-GPS\OBJ\gps.d
4-GPS\OBJ\gps.o
4-GPS\OBJ\lcd.crf
4-GPS\OBJ\lcd.d
4-GPS\OBJ\lcd.o
4-GPS\OBJ\main.crf
4-GPS\OBJ\main.d
4-GPS\OBJ\main.o
4-GPS\OBJ\misc.crf
4-GPS\OBJ\misc.d
4-GPS\OBJ\misc.o
4-GPS\OBJ\startup_stm32f10x_hd.d
4-GPS\OBJ\startup_stm32f10x_hd.o
4-GPS\OBJ\stm32f10x_fsmc.crf
4-GPS\OBJ\stm32f10x_fsmc.d
4-GPS\OBJ\stm32f10x_fsmc.o
4-GPS\OBJ\stm32f10x_gpio.crf
4-GPS\OBJ\stm32f10x_gpio.d
4-GPS\OBJ\stm32f10x_gpio.o
4-GPS\OBJ\stm32f10x_it.crf
4-GPS\OBJ\stm32f10x_it.d
4-GPS\OBJ\stm32f10x_it.o
4-GPS\OBJ\stm32f10x_rcc.crf
4-GPS\OBJ\stm32f10x_rcc.d
4-GPS\OBJ\stm32f10x_rcc.o
4-GPS\OBJ\stm32f10x_tim.crf
4-GPS\OBJ\stm32f10x_tim.d
4-GPS\OBJ\stm32f10x_tim.o
4-GPS\OBJ\stm32f10x_usart.crf
4-GPS\OBJ\stm32f10x_usart.d
4-GPS\OBJ\stm32f10x_usart.o
4-GPS\OBJ\system_stm32f10x.crf
4-GPS\OBJ\system_stm32f10x.d
4-GPS\OBJ\system_stm32f10x.o
4-GPS\OBJ\systick.crf
4-GPS\OBJ\systick.d
4-GPS\OBJ\systick.o
4-GPS\OBJ\TFT.axf
4-GPS\OBJ\TFT.build_log.htm
4-GPS\OBJ\TFT.hex
4-GPS\OBJ\TFT.htm
4-GPS\OBJ\TFT.lnp
4-GPS\OBJ\TFT.sct
4-GPS\OBJ\timer.crf
4-GPS\OBJ\timer.d
4-GPS\OBJ\timer.o
4-GPS\OBJ\usart.crf
4-GPS\OBJ\usart.d
4-GPS\OBJ\usart.o
4-GPS\startup_stm32f10x_hd.lst
4-GPS\STM32F10x_FWLib
4-GPS\STM32F10x_FWLib\inc
4-GPS\STM32F10x_FWLib\inc\misc.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_adc.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_bkp.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_can.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_cec.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_crc.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_dac.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_dbgmcu.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_dma.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_exti.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_flash.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_fsmc.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_gpio.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_i2c.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_iwdg.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_pwr.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_rcc.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_rtc.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_sdio.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_spi.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_tim.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_usart.h
4-GPS\STM32F10x_FWLib\inc\stm32f10x_wwdg.h
4-GPS\STM32F10x_FWLib\src
4-GPS\STM32F10x_FWLib\src\misc.c
4-GPS\STM32F10x_FWLib\src\stm32f10x_adc.c
4-GPS\STM32F10x_FWLib\src\stm32f10x_bkp.c
4-GPS\STM32F10x_FWLib\src\stm32f10x_can.c