• 大小: 616KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-24
  • 语言: 其他
  • 标签: fatfs008  最新  

资源简介

3.3STM32固件库,008B最新的FATFS文件系统。非常完善的SDIO例程和文件系统的建立。非常通俗易懂

资源截图

代码片段和文件信息

/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name          : stm32f10x_vector.c
* Author             : MCD Application Team
* Version            : V2.0.3
* Date               : 09/22/2008
* Description        : STM32F10x vector table for EWARM5.x toolchain.
*                      This module performs:
*                      - Set the initial SP
*                      - Set the initial PC == __iar_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 FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/

/* 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 __iar_program_start( void );

#pragma location = “.intvec“
/* STM32F10x Vector Table entries */
const intvec_elem __vector_table[] =
{
  { .__ptr = __sfe( “CSTACK“ ) }
  __iar_program_start
  NMIException
  HardFaultException
  MemManageException
  BusFaultException
  UsageFaultException
  0 0 0 0            /* Reserved */ 
  SVCHandler
  DebugMonitor
  0                      /* Reserved */
  PendSVC
  SysTickHandler
  WWDG_IRQHandler
  PVD_IRQHandler
  TAMPER_IRQHandler
  RTC_IRQHandler
  FLASH_IRQHa

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

     文件       2225  2008-09-21 12:21  library\inc\cortexm3_macro.h

     文件      18854  2008-09-21 12:21  library\inc\stm32f10x_adc.h

     文件       6911  2008-09-21 12:21  library\inc\stm32f10x_bkp.h

     文件      12279  2008-09-21 12:21  library\inc\stm32f10x_can.h

     文件       1881  2008-09-21 12:21  library\inc\stm32f10x_crc.h

     文件       9598  2008-09-21 12:21  library\inc\stm32f10x_dac.h

     文件       2859  2008-09-21 12:21  library\inc\stm32f10x_dbgmcu.h

     文件      17974  2008-09-21 12:21  library\inc\stm32f10x_dma.h

     文件       5776  2008-09-21 12:21  library\inc\stm32f10x_exti.h

     文件      13996  2008-09-21 12:21  library\inc\stm32f10x_flash.h

     文件      18487  2008-09-21 12:21  library\inc\stm32f10x_fsmc.h

     文件      14820  2008-09-21 12:21  library\inc\stm32f10x_gpio.h

     文件      15604  2008-09-21 12:21  library\inc\stm32f10x_i2c.h

     文件       3414  2008-09-21 12:21  library\inc\stm32f10x_iwdg.h

     文件       3200  2008-09-21 12:21  library\inc\stm32f10x_lib.h

     文件     500262  2008-09-21 12:21  library\inc\stm32f10x_map.h

     文件      19198  2008-09-21 12:21  library\inc\stm32f10x_nvic.h

     文件       3865  2008-09-21 12:21  library\inc\stm32f10x_pwr.h

     文件      14783  2008-09-21 12:21  library\inc\stm32f10x_rcc.h

     文件       3619  2008-09-21 12:21  library\inc\stm32f10x_rtc.h

     文件      18326  2008-09-21 12:21  library\inc\stm32f10x_sdio.h

     文件      13470  2008-09-21 12:21  library\inc\stm32f10x_spi.h

     文件       3212  2008-09-21 12:21  library\inc\stm32f10x_systick.h

     文件      47203  2008-09-21 12:21  library\inc\stm32f10x_tim.h

     文件       3388  2008-09-21 12:21  library\inc\stm32f10x_type.h

     文件      14180  2008-09-21 12:21  library\inc\stm32f10x_usart.h

     文件       2620  2008-09-21 12:21  library\inc\stm32f10x_wwdg.h

     文件      58563  2008-09-21 12:21  library\src\stm32f10x_adc.c

     文件      11170  2008-09-21 12:21  library\src\stm32f10x_bkp.c

     文件      31644  2008-09-21 12:21  library\src\stm32f10x_can.c

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

评论

共有 条评论