/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : 71x_it.c
* Author : MCD Application Team
* Date First Issued : 16/05/2003
* Description : Main Interrupt Service Routines
*
* This file can be used to describe all the exceptions subroutines
* that may occur within your application.
* When an interrupt happens, the software will branch automatically
* to the corresponding routine according to the interrupt vector
* loaded in the PC register.
*
* The following routines are all empty, user can write code for
* exceptions handlers and peripherals IRQ interrupts.
*
*******************************************************************************
* History:
* 16/05/2003 : Created
*******************************************************************************/
#include "71x_it.h"
#include "71x_lib.h"
#include "Main.h"
/*******************************************************************************
* Function Name : Undefined_Handler
* Description : This function handles Undefined instruction exception.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void Undefined_Handler(void)
{
}
/*******************************************************************************
* Function Name : FIQ_Handler
* Description : This function handles FIQ exception.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void FIQ_Handler(void)
{
}
/*******************************************************************************
* Function Name : SWI_Handler
* Description : This function handles SWI exception.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void SWI_Handler(void)
{
}
/*******************************************************************************
* Function Name : Prefetch_Handler
* Description : This function handles Prefetch Abort exception.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void Prefetch_Handler(void)
{
}
/*******************************************************************************
* Function Name : Abort_Handler
* Description : This function handles Data Abort exception.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void Abort_Handler(void)
{
}
/*******************************************************************************
* Function Name : T0TIMI_IRQHandler
* Description : This function handles the Timer0 global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void T0TIMI_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : FLASH_IRQHandler
* Description : This function handles the FLASH global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void FLASH_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : RCCU_IRQHandler
* Description : This function handles the RCCU global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void RCCU_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : RTC_IRQHandler
* Description : This function handles the RTC global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void RTC_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : WDG_IRQHandler
* Description : This function handles the Watchdog interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void WDG_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : XTI_IRQHandler
* Description : This function handles the External interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void XTI_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : USBHP_IRQHandler
* Description : This function handles USB high priority interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void USBHP_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : I2C0ITERR_IRQHandler
* Description : This function handles the I2C0 error interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void I2C0ITERR_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : I2C1ITERR_IRQHandler
* Description : This function handles the I2C1 error interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void I2C1ITERR_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : UART0_IRQHandler
* Description : This function handles the UART0 global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void UART0_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : UART1_IRQHandler
* Description : This function handles the UART1 global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void UART1_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : UART2_IRQHandler
* Description : This function handles the UART2 global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void UART2_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : UART3_IRQHandler
* Description : This function handles the UART3 global interrupt.
* Input : None
* Output : None
* Return : None
*******************************************************************************/
void UART3_IRQHandler(void)
{
}
/*******************************************************************************
* Function Name : BSPI0_IRQHandler
* Description : This function handles the BSPI0 global interrupt.
* Input : None
* Output