M480 BSP  V3.05.001
The Board Support Package for M480 Series
BootIspLib.h
Go to the documentation of this file.
1 /**************************************************************************/
12 #ifndef __BLISPLIB_H__
13 #define __BLISPLIB_H__
14 
15 #include "NuMicro.h"
16 
25 #ifdef __cplusplus
26 extern "C"
27 {
28 #endif
29 
39 void UART1_ISR(void);
40 
46 void UART1_ISP(void);
47 
53 void HSUSBD_ISR(void);
54 
60 void HSUSBD_ISP(void);
61 
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif /* __BLISPLIB_H__ */
68  /* end of group BLISPLIB_EXPORTED_FUNCTIONS */
70  /* end of group BLISPLIB */
72  /* end of group LIBRARY */
74 
75 /*** (C) COPYRIGHT 2017 Nuvoton Technology Corp. ***/
76 
NuMicro peripheral access layer header file.
void HSUSBD_ISP(void)
HSUSBD ISP function This function will connect with MKROM ISP tool. And ISP tool will send command th...
void UART1_ISP(void)
UART1 ISP function This function will connect with MKROM ISP tool. And ISP tool will send command thr...
void UART1_ISR(void)
UART1 Interrupt Handler Secure boot firmware update need use interrupt, this API is used to remap UAR...
void HSUSBD_ISR(void)
HSUSBD Interrupt Handler Secure boot firmware update need use interrupt, this API is used to remap HS...