文件名称:STM32P1602PCTP-ATMEL(540E)
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-06-05
- 文件大小:
- 1.1mb
- 下载次数:
- 0次
- 提 供 者:
- bao *****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本代码主要是讲解通过STM32模拟IIC总线方式实现IIC通讯,采用的实例是通过1602LCM显示出Atmel电容屏IC报出坐标,LCM和CTP的各功能模块实现模块化。本代码经过长时间 调试才最终确认下来,代码很严谨。-This code is mainly to explain through the IIC analog STM32 bus to achieve IIC communication, the use of the example is through the 1602LCM display Atmel screen IC display coordinates, LCM and CTP of the various functional modules to achieve modular.Transplant is very convenient.This code after a long time debugging was finally confirmed, the code is very strict.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32+1602+CTP-ATMEL(540E)\CTP.c
..........................\CTP_init.c
..........................\DebugConfig\Target_1_STM32F103C8.dbgconf
..........................\initclk.c
..........................\initclk.h
..........................\LCM.c
..........................\.istings\MCU+1602+GT.map
..........................\........\startup_stm32f10x_md.lst
..........................\main.c
..........................\main.h
..........................\MCU+1602+GT.uvguix.Administrator
..........................\MCU+1602+GT.uvoptx
..........................\MCU+1602+GT.uvprojx
..........................\Objects\ctp.crf
..........................\.......\ctp.d
..........................\.......\ctp.o
..........................\.......\ExtDll.iex
..........................\.......\gpio_stm32f10x.crf
..........................\.......\gpio_stm32f10x.d
..........................\.......\gpio_stm32f10x.o
..........................\.......\initclk.crf
..........................\.......\initclk.d
..........................\.......\initclk.o
..........................\.......\lcm.crf
..........................\.......\lcm.d
..........................\.......\lcm.o
..........................\.......\main.crf
..........................\.......\main.d
..........................\.......\main.o
..........................\.......\MCU+1602+GT.axf
..........................\.......\MCU+1602+GT.build_log.htm
..........................\.......\MCU+1602+GT.hex
..........................\.......\MCU+1602+GT.htm
..........................\.......\MCU+1602+GT.lnp
..........................\.......\MCU+1602+GT.sct
..........................\.......\MCU+1602+GT_Target 1.dep
..........................\.......\misc.crf
..........................\.......\misc.d
..........................\.......\misc.o
..........................\.......\startup_stm32f10x_md.d
..........................\.......\startup_stm32f10x_md.o
..........................\.......\stm32f10x_flash.crf
..........................\.......\stm32f10x_flash.d
..........................\.......\stm32f10x_flash.o
..........................\.......\stm32f10x_gpio.crf
..........................\.......\stm32f10x_gpio.d
..........................\.......\stm32f10x_gpio.o
..........................\.......\stm32f10x_rcc.crf
..........................\.......\stm32f10x_rcc.d
..........................\.......\stm32f10x_rcc.o
..........................\.......\system_stm32f10x.crf
..........................\.......\system_stm32f10x.d
..........................\.......\system_stm32f10x.o
..........................\RTE\Device\STM32F103C8\RTE_Device.h
..........................\...\......\...........\startup_stm32f10x_md.s
..........................\...\......\...........\stm32f10x_conf.h
..........................\...\......\...........\system_stm32f10x.c
..........................\...\RTE_Components.h
..........................\...\Device\STM32F103C8
..........................\...\Device
..........................\DebugConfig
..........................\Listings
..........................\Objects
..........................\RTE
STM32+1602+CTP-ATMEL(540E)