readme.txt
来自「基于C语言的STM32 的CAN通讯协议程序!供参考!」· 文本 代码 · 共 40 行
TXT
40 行
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : readme.txt
* Author : MCD Application Team
* Version : V1.0
* Date : 10/08/2007
* Description : This sub-directory contains all the user-modifiable files
* needed to create a new project linked with the STM32F10x
* Firmware Library and working with RIDE7(version:1.01.0002)
********************************************************************************
* THE PRESENT SOFTWARE 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 SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/
Directory contents
===================
- project .rprj/.rapp: A pre-configured project file with the provided library
structure that produces a debug\release executable image
with RIDE7.
- stm32f10x_vector.c: This file contains the vector table for STM32F10x.
- cortexm3_macro.s: Instruction wrappers for special Cortex-M3 instructions.
How to use it
=============
- Open the Project.rprj project.
- In the configuration toolbar(Project->properties) select the project config:
- BOOT_FLASH: to load project image into FLASH
- BOOT_RAM: to load project image into RAM
- Rebuild all files: Project->build project
- Load project image: Debug->start
- Run program: Debug->Run(ctrl+F9)
******************* (C) COPYRIGHT 2007 STMicroelectronics *****END OF FILE******
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?