⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 note.txt

📁 诺基亚5110 LCD资料
💻 TXT
字号:
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name          : note.txt
* Author             : MCD Application Team
* Version            : V2.0.2
* Date               : 07/11/2008
* Description        : This file contains the needed steps to use the default
*                      startup file provided by RealView Microcontroller
*                      Development Kit(RVMDK).
********************************************************************************
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/

When creating a new project for STM32F10x using RVMDK, you can accept to use the
STM32F10x.s startup file provided by RVMDK which is automatically copied into the
project by uVision (using RVMDK exception names). By default it will NOT work with
th STM32F10x Firmware Library.

To get it working you have to:
- Use pre-built (*.LIB) STM32F10x Firmware Library (Release or Debug version)
which is part of RVMDK, and there is no need to include the actual library C modules
or to use the configuration via stm32f10x_conf.h.
- Use interrupt template stm32f10x_it.c (No need for headers which are part of RVMDK)
- Use main module template (main.c)

******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -