![]() |
M480 BSP
V3.05.001
The Board Support Package for M480 Series
|
Firmware Update library header file. More...
#include "NuMicro.h"Go to the source code of this file.
Functions | |
| void | UART1_ISR (void) |
| UART1 Interrupt Handler Secure boot firmware update need use interrupt, this API is used to remap UART1 IRQHandler to MKROM UART1 IRQHandler. More... | |
| void | UART1_ISP (void) |
| UART1 ISP function This function will connect with MKROM ISP tool. And ISP tool will send command through UART1 to this function to do firmware update. More... | |
| void | HSUSBD_ISR (void) |
| HSUSBD Interrupt Handler Secure boot firmware update need use interrupt, this API is used to remap HSUSBD IRQHandler to MKROM HSUSBD IRQHandler. More... | |
| void | HSUSBD_ISP (void) |
| HSUSBD ISP function This function will connect with MKROM ISP tool. And ISP tool will send command through HSUSBD to this function to do firmware update. More... | |
Firmware Update library header file.
Secure Boot provide four APIs to do firmware update. M480 can connect with a PC executing firmware update tool via ether HSUSBD or UART1 to update firmware.
SPDX-License-Identifier: Apache-2.0
Definition in file BootIspLib.h.
1.8.15