• 大小: 790KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: 其他
  • 标签: SD  

资源简介

带文件系统的sd卡例程,可做U盘使用,fatfs文件系统

资源截图

代码片段和文件信息

/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name          : stm32f10x_vector.c
* Author             : MCD Application Team
* Version            : V2.0
* Date               : 05/23/2008
* Description        : STM32F10x vector table for EWARM4.x toolchain.
*                      This module performs:
*                      - Set the initial SP
*                      - Set the initial PC == __program_start
*                      - Set the vector table entries with the exceptions ISR address
*                     - Configure external SRAM mounted on STM3210E-EVAL board
*                       to be used as data memory (optional to be enabled by user)
*                      After Reset the Cortex-M3 processor is in Thread mode
*                      priority is Privileged and the Stack is set to Main.
********************************************************************************
* 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 SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
* FOR MORE INFORMATION PLEASE CAREFULLY READ THE LICENSE AGREEMENT FILE LOCATED 
* IN THE ROOT DIRECTORY OF THIS FIRMWARE PACKAGE.
*******************************************************************************/

/* Includes ------------------------------------------------------------------*/
#include “stm32f10x_lib.h“
#include “stm32f10x_it.h“

/* Private typedef -----------------------------------------------------------*/
typedef void( *intfunc )( void );
typedef union { intfunc __fun; void * __ptr; } intvec_elem;

/* Private define ------------------------------------------------------------*/
/* Uncomment the following line if you need to use external SRAM mounted on
   STM3210E-EVAL board as data memory */

/* #define DATA_IN_ExtSRAM */

/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/


#pragma language=extended
#pragma segment=“CSTACK“

void __program_start( void );

#pragma location = “INTVEC“
/* STM32F10x Vector Table entries */
const intvec_elem __vector_table[] =
{
  { .__ptr = __sfe( “CSTACK“ ) }
  __program_start
  NMIException
  HardFaultException
  MemManageException
  BusFaultException
  UsageFaultException
  0 0 0 0            /* Reserved */ 
  SVCHandler
  DebugMonitor
  0                      /* Reserved */
  Pen

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      10308  2008-09-21 13:21  SD_RB卡作为U盘OK(带FATFS精简版)20100716\Core\cortexm3_macro.s

     文件       6009  2008-05-27 16:21  SD_RB卡作为U盘OK(带FATFS精简版)20100716\Core\stm32f10x_vector.c

     文件      12871  2008-09-21 13:21  SD_RB卡作为U盘OK(带FATFS精简版)20100716\Core\stm32f10x_vector.s

     文件       5239  2009-11-03 00:43  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\00readme.txt

     文件       4477  2010-07-16 10:25  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\diskio.c

     文件       1917  2010-07-13 17:31  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\diskio.h

     文件     100256  2010-05-28 18:44  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\ff.c

     文件      29898  2009-11-03 00:36  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\ff.h

     文件       6339  2010-07-16 10:49  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\ffconf.h

     文件        983  2010-07-16 09:42  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FATFS\integer.h

     文件       2225  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\cortexm3_macro.h

     文件      18854  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_adc.h

     文件       6911  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_bkp.h

     文件      12279  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_can.h

     文件       1881  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_crc.h

     文件       9598  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_dac.h

     文件       2859  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_dbgmcu.h

     文件      17974  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_dma.h

     文件       5776  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_exti.h

     文件      13996  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_flash.h

     文件      19041  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_fsmc.h

     文件      14820  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_gpio.h

     文件      16213  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_i2c.h

     文件       3414  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_iwdg.h

     文件       3200  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_lib.h

     文件      28290  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_map.h

     文件      19198  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_nvic.h

     文件       3865  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_pwr.h

     文件      14783  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_rcc.h

     文件       3619  2008-09-23 09:19  SD_RB卡作为U盘OK(带FATFS精简版)20100716\FWLib\inc\stm32f10x_rtc.h

............此处省略146个文件信息

评论

共有 条评论