Touch_CAP_LCD7_GT911

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:104KB
下载次数:51
上传日期:2019-09-27 16:00:08
上 传 者老海儿
说明:  STM32F4XX的7寸电容触摸屏及gt911的LCD连接程序
(stm32f4xx interface connect with 7 inch LCD and gt911)

文件列表:
Touch_CAP_LCD7_GT911 (0, 2018-11-24)
Touch_CAP_LCD7_GT911\32f429_lcd.c (51144, 2017-12-29)
Touch_CAP_LCD7_GT911\32f429_lcd.h (12449, 2017-12-29)
Touch_CAP_LCD7_GT911\32f429_sdram.c (16529, 2017-12-29)
Touch_CAP_LCD7_GT911\32f429_sdram.h (4784, 2017-12-29)
Touch_CAP_LCD7_GT911\CT_I2C.c (3535, 2018-03-13)
Touch_CAP_LCD7_GT911\CT_I2C.h (1769, 2018-03-13)
Touch_CAP_LCD7_GT911\Delay (0, 2018-11-24)
Touch_CAP_LCD7_GT911\Delay\Delay.c (2602, 2017-12-29)
Touch_CAP_LCD7_GT911\Delay\Delay.h (279, 2017-12-29)
Touch_CAP_LCD7_GT911\Delay\stm32f40x_systick.c (5937, 2017-12-29)
Touch_CAP_LCD7_GT911\Delay\stm32f40x_systick.h (3092, 2017-12-29)
Touch_CAP_LCD7_GT911\GT911.c (10223, 2018-03-13)
Touch_CAP_LCD7_GT911\GT911.h (933, 2017-12-29)
Touch_CAP_LCD7_GT911\main.c (3439, 2017-12-29)
Touch_CAP_LCD7_GT911\main.h (2355, 2017-12-29)
Touch_CAP_LCD7_GT911\MDK-ARM (0, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\Project.uvopt (32850, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\Project.uvproj (26012, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\STM32F429_439xx (0, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\STM32F429_439xx\ExtDll.iex (19, 2017-12-29)
Touch_CAP_LCD7_GT911\MDK-ARM\STM32F429_439xx\startup_stm32f40xx.lst (94243, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\STM32F429_439xx\STM32F429_439xx.build_log.htm (2496, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\STM32F429_439xx\STM32F429_439xx.htm (80698, 2018-11-24)
Touch_CAP_LCD7_GT911\MDK-ARM\STM32F429_439xx\STM32F429_439xx.map (213722, 2018-11-24)
Touch_CAP_LCD7_GT911\Release_Notes.html (25607, 2017-12-29)
Touch_CAP_LCD7_GT911\stm32f4xx_conf.h (4485, 2017-12-29)
Touch_CAP_LCD7_GT911\stm32f4xx_it.c (4592, 2017-12-29)
Touch_CAP_LCD7_GT911\stm32f4xx_it.h (2205, 2017-12-29)
Touch_CAP_LCD7_GT911\system_stm32f4xx.c (39228, 2017-12-29)
Touch_CAP_LCD7_GT911\TouchPanel (0, 2018-11-24)
Touch_CAP_LCD7_GT911\TouchPanel\config.h (1810, 2017-12-29)
Touch_CAP_LCD7_GT911\TouchPanel\TouchPanel.c (17864, 2017-12-29)
Touch_CAP_LCD7_GT911\TouchPanel\TouchPanel.h (2168, 2017-12-29)
Touch_CAP_LCD7_GT911\usart.c (3921, 2017-12-29)
Touch_CAP_LCD7_GT911\usart.h (2385, 2017-12-29)

/** @page USART_USART_Printf USART Printf example @verbatim ******************** (C) COPYRIGHT 2013 STMicroelectronics ******************* * @file USART/USART_Printf/readme.txt * @author MCD Application Team * @version V1.3.0 * @date 13-November-2013 * @brief Description of the USART Printf example. ****************************************************************************** * * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); * You may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.st.com/software_license_agreement_liberty_v2 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ****************************************************************************** @endverbatim @par Example Description This example shows how to retarget the C library printf function to the USART. This implementation output the printf message on the Hyperterminal using USART. The USARTx is configured as follows: - BaudRate = 115200 baud - Word Length = 8 Bits - One Stop Bit - No parity - Hardware flow control disabled (RTS and CTS signals) - Receive and transmit enabled @par Directory contents - USART/USART_Printf/system_stm32f4xx.c STM32F4xx system clock configuration file - USART/USART_Printf/stm32f4xx_conf.h Library Configuration file - USART/USART_Printf/stm32f4xx_it.c Interrupt handlers - USART/USART_Printf/stm32f4xx_it.h Interrupt handlers header file - USART/USART_Printf/main.c Main program - USART/USART_Printf/main.h Main program header file @par Hardware and Software environment - This example runs on STM32F405xx/407xx, STM32F415xx/417xx, STM32F427xx/437xx and STM32F429xx/439xx devices. - This example has been tested with STMicroelectronics STM324xG-EVAL (STM32F40xx/ STM32F41xx Devices), STM32437I-EVAL (STM32F427xx/STM32F437xx Devices) and STM324x9I-EVAL RevB (STM32F429xx/STM32F439xx Devices) evaluation boards and can be easily tailored to any other supported device and development board. - STM324xG-EVAL and STM32437I-EVAL Set-up - Connect a null-modem female/female RS232 cable between the DB9 connector CN16 (USART3) and PC serial port if you want to display data on the HyperTerminal. @note Make sure that jumper JP22 is in position 1-2 - STM324x9I-EVAL RevB Set-up - Connect a null-modem female/female RS232 cable between the DB9 connector CN8 (USART1) and PC serial port if you want to display data on the HyperTerminal. @note Make sure that jumper JP7 is in position 1-2 - Hyperterminal configuration: - Word Length = 8 Bits - One Stop Bit - No parity - BaudRate = 115200 baud - flow control: None @par How to use it ? In order to make the program work, you must do the following: - Copy all source files from this example folder to the template folder under Project\STM32F4xx_StdPeriph_Templates - Open your preferred toolchain - Select the project workspace related to the used device - If "STM32F40_41xxx" is selected as default project Add the following files in the project source list: - Utilities\STM32_EVAL\STM3240_41_G_EVAL\stm324xg_eval.c - If "STM32F427_437xx" is selected as default project Add the following files in the project source list: - Utilities\STM32_EVAL\STM324x7I_EVAL\stm324x7i_eval.c - If "STM32F429_439xx" is selected as default project Add the following files in the project source list: - Utilities\STM32_EVAL\STM324x9I_EVAL\stm324x9i_eval.c - Rebuild all files and load your image into target memory - Run the example *

© COPYRIGHT STMicroelectronics

*/

近期下载者

相关文件


收藏者