-
大小: 8.54MB文件類型: .rar金幣: 2下載: 1 次發布日期: 2023-11-09
- 語言: 其他
- 標簽: BootLoader??
資源簡介
自己寫的BootLoader,可以支持任意串口升級下載程序,調試程序,內含穩定的串口協議。

代碼片段和文件信息
/**
??******************************************************************************
??*?@file????Project/STM32F10x_StdPeriph_Template/stm32f10x_it.c?
??*?@author??MCD?Application?Team
??*?@version?V3.5.0
??*?@date????08-April-2011
??*?@brief???Main?Interrupt?Service?Routines.
??*??????????This?file?provides?template?for?all?exceptions?handler?and?
??*??????????peripherals?interrupt?service?routine.
??******************************************************************************
??*?@attention
??*
??*?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.
??*
??*?©?COPYRIGHT?2011?STMicroelectronics
??******************************************************************************
??*/
/*?Includes?------------------------------------------------------------------*/
#include?“stm32f10x_it.h“
/**?@addtogroup?STM32F10x_StdPeriph_Template
??*?@{
??*/
/*?Private?typedef?-----------------------------------------------------------*/
/*?Private?define?------------------------------------------------------------*/
/*?Private?macro?-------------------------------------------------------------*/
/*?Private?variables?---------------------------------------------------------*/
/*?Private?function?prototypes?-----------------------------------------------*/
/*?Private?functions?---------------------------------------------------------*/
/******************************************************************************/
/*????????????Cortex-M3?Processor?Exceptions?Handlers?????????????????????????*/
/******************************************************************************/
extern??“C“?void?USART1_IRQHandler(void)
{
????USART_ClearFlag(USART1USART_FLAG_TC);??
????if(USART_GetITStatus(USART1USART_IT_RXNE)!=Bit_RESET)//檢查指定的USART中斷發生與否??
????{??
??????????
????u8??k=USART_ReceiveData(USART1);??
??//??serial1_sned_char(k+1);??
??????
????}??
}
void?EXTI1_IRQHandler(void) ??//紅外遙控外部中斷
{
}
void?NMI_Handler(void)
{
}
void?HardFault_Handler(void)
{
??/*?Go?to?infinite?loop?when?Hard?Fault?exception?occurs?*/
??while?(1)
??{
??}
}
void?MemManage_Handler(void)
{
??/*?Go?to?infinite?loop?when?Memory?Manage?exception?occurs?*/
??while?(1)
??{
??}
}
void?BusFault_Handler(void)
{
??/*?Go?to?infinite?loop?when?Bus?Fault?exception?occurs?*/
??while?(1)
??{
??}
}
void?UsageFault_Handler(void)
{
??/*?Go?to?infinite?loop?when?Usage?Fault?exception?occurs?*/
??while?(1)
??{
??}
}
void?SVC_Handler(void)
{
}
void?De
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????570??2018-08-18?17:46??任意串口升級BootLoader版\log.txt
?????文件???????3259??2011-04-04?19:03??任意串口升級BootLoader版\stm32-103c8x-c++app\it\stm32f10x_conf.h
?????文件???????3126??2018-05-03?14:09??任意串口升級BootLoader版\stm32-103c8x-c++app\it\stm32f10x_it.c
?????文件???????2086??2011-04-04?19:03??任意串口升級BootLoader版\stm32-103c8x-c++app\it\stm32f10x_it.h
?????文件??????17273??2010-06-07?10:25??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c
?????文件??????85714??2011-02-09?14:59??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h
?????文件??????26297??2011-03-14?12:31??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\Release_Notes.html
?????文件??????15766??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s
?????文件??????15503??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s
?????文件??????15692??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd_vl.s
?????文件??????12376??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s
?????文件??????13656??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s
?????文件??????12765??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s
?????文件??????14073??2011-03-10?10:51??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s
?????文件??????15955??2011-03-10?10:51??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s
?????文件??????13072??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_cl.s
?????文件??????13160??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd.s
?????文件??????12482??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd_vl.s
?????文件???????9814??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld.s
?????文件??????10562??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld_vl.s
?????文件??????10269??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md.s
?????文件??????11058??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md_vl.s
?????文件??????13261??2011-03-10?10:52??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_xl.s
?????文件??????16626??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_cl.s
?????文件??????16229??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd.s
?????文件??????15675??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_hd_vl.s
?????文件??????12650??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_ld.s
?????文件??????12950??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_ld_vl.s
?????文件??????12912??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_md.s
?????文件??????13601??2011-03-10?10:53??任意串口升級BootLoader版\stm32-103c8x-c++app\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\iar\startup_stm32f10x_md_vl.s
............此處省略509個文件信息
- 上一篇:GPS數據提取軌跡重現系統
- 下一篇:魏權齡版數據包絡分析電子書
評論
共有 條評論