91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 21.64MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-20
  • 語言: 其他
  • 標簽: 開發例程??

資源簡介

開發例程STM32F103的各種開發子程序

資源截圖

代碼片段和文件信息

/********************?(C)?COPYRIGHT?2008?STMicroelectronics?********************
*?File?Name??????????:?stm32f10x_it.c
*?Author?????????????:?MCD?Application?Team
*?Version????????????:?V2.0.3
*?Date???????????????:?09/22/2008
*?Description????????:?Main?Interrupt?Service?Routines.
*??????????????????????This?file?provides?template?for?all?exceptions?handler
*??????????????????????and?peripherals?interrupt?service?routine.
********************************************************************************
*?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_it.h“

/*?Private?typedef?-----------------------------------------------------------*/
/*?Private?define?------------------------------------------------------------*/
/*?Private?macro?-------------------------------------------------------------*/
/*?Private?variables?---------------------------------------------------------*/
/*?Private?function?prototypes?-----------------------------------------------*/
/*?Private?functions?---------------------------------------------------------*/

/*******************************************************************************
*?Function?Name??:?NMIException
*?Description????:?This?function?handles?NMI?exception.
*?Input??????????:?None
*?Output?????????:?None
*?Return?????????:?None
*******************************************************************************/
void?NMIException(void)
{
}

/*******************************************************************************
*?Function?Name??:?HardFaultException
*?Description????:?This?function?handles?Hard?Fault?exception.
*?Input??????????:?None
*?Output?????????:?None
*?Return?????????:?None
*******************************************************************************/
void?HardFaultException(void)
{
??/*?Go?to?infinite?loop?when?Hard?Fault?exception?occurs?*/
??while?(1)
??{
??}
}

/*******************************************************************************
*?Function?Name??:?MemManageException
*?Description????:?This?function?handles?Memory?Manage?exception.
*?Input??????????:?None
*?Output?????????:?None
*?Return?????????:?None
*******************************************************************************/
void?MemManageException(void)
{
??/*?Go?to?infinite?loop?when?Memory?Manage?exception?occurs?*/
??while?(1)
??{
??}
}

/*******************************

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????10308??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\boot\cortexm3_macro.s

?????文件??????12871??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\boot\stm32f10x_vector.s

?????文件??????29218??2012-01-10?23:22??stm32\基礎實驗\Stm32Adc\interrupt\stm32f10x_it.c

?????文件???????3842??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\interrupt\stm32f10x_it.h

?????文件????????497??2012-06-15?21:29??stm32\基礎實驗\Stm32Adc\Jlink?Regs?CM3.txt

?????文件??????87597??2012-06-15?21:30??stm32\基礎實驗\Stm32Adc\JlinkLog.txt

?????文件????????375??2012-06-15?20:59??stm32\基礎實驗\Stm32Adc\JlinkSettings.ini

?????文件???????2225??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\cortexm3_macro.h

?????文件??????18854??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_adc.h

?????文件???????6911??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_bkp.h

?????文件??????12279??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_can.h

?????文件???????1881??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_crc.h

?????文件???????9598??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_dac.h

?????文件???????2859??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_dbgmcu.h

?????文件??????17974??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_dma.h

?????文件???????5776??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_exti.h

?????文件??????13996??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_flash.h

?????文件??????19041??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_fsmc.h

?????文件??????14820??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_gpio.h

?????文件??????15479??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_i2c.h

?????文件???????3414??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_iwdg.h

?????文件???????3200??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_lib.h

?????文件??????28290??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_map.h

?????文件??????19198??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_nvic.h

?????文件???????3865??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_pwr.h

?????文件??????14783??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_rcc.h

?????文件???????3619??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_rtc.h

?????文件??????18326??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_sdio.h

?????文件??????13470??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_spi.h

?????文件???????3212??2008-07-14?17:40??stm32\基礎實驗\Stm32Adc\library\inc\stm32f10x_systick.h

............此處省略3449個文件信息

評論

共有 條評論