Touch_Res_LCD4.3

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:96KB
下载次数:0
上传日期:2019-09-27 15:48:49
上 传 者老海儿
说明:  STM32F4XX的4.3寸LCD连接程序
(stm32f4xx interface connect with 4.3 LCD)

文件列表:
Touch_Res_LCD4.3 (0, 2017-02-25)
Touch_Res_LCD4.3\32f429_lcd.c (51023, 2017-02-25)
Touch_Res_LCD4.3\32f429_lcd.h (12449, 2014-07-21)
Touch_Res_LCD4.3\32f429_sdram.c (16529, 2014-07-01)
Touch_Res_LCD4.3\32f429_sdram.h (4784, 2013-10-30)
Touch_Res_LCD4.3\main.c (7578, 2017-02-25)
Touch_Res_LCD4.3\main.h (2391, 2014-05-08)
Touch_Res_LCD4.3\MDK-ARM (0, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\Project.uvopt (45725, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\Project.uvproj (100500, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\STM32F429_439xx (0, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\STM32F429_439xx\startup_stm32f40xx.lst (94205, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\STM32F429_439xx\STM32F429_439xx.build_log.htm (2113, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\STM32F429_439xx\STM32F429_439xx.htm (79789, 2017-02-25)
Touch_Res_LCD4.3\MDK-ARM\STM32F429_439xx\STM32F429_439xx.map (202937, 2017-02-25)
Touch_Res_LCD4.3\Release_Notes.html (25607, 2013-11-16)
Touch_Res_LCD4.3\stm32f4xx_conf.h (4485, 2013-11-13)
Touch_Res_LCD4.3\stm32f4xx_it.c (4592, 2013-11-14)
Touch_Res_LCD4.3\stm32f4xx_it.h (2205, 2013-11-13)
Touch_Res_LCD4.3\system_stm32f4xx.c (39228, 2014-04-03)
Touch_Res_LCD4.3\TouchPanel (0, 2014-11-18)
Touch_Res_LCD4.3\TouchPanel\config.h (1810, 2014-07-02)
Touch_Res_LCD4.3\TouchPanel\TouchPanel.c (18270, 2014-07-21)
Touch_Res_LCD4.3\TouchPanel\TouchPanel.h (2168, 2012-06-06)
Touch_Res_LCD4.3\usart.c (3921, 2014-07-28)
Touch_Res_LCD4.3\usart.h (2385, 2014-02-22)

/** @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

*/

近期下载者

相关文件


收藏者