Trident IoT SDK
Loading...
Searching...
No Matches
bootloader.h
Go to the documentation of this file.
1
10
11#ifndef BOOTLOADER_H_
12#define BOOTLOADER_H_
13
21#define RET_REG_RESET_REASON_INDEX 0
22boot_action get_action_after_reset(uint32_t reset_reason);
23void jump_to_application(uint32_t AppAddress);
24
25#endif /* BOOTLOADER_H_ */
boot_action
Definition bootloader.h:15
@ NO_ACTION
Definition bootloader.h:19
@ BOOT_APPLICATION
Definition bootloader.h:16
@ SIG_VERIFY
Definition bootloader.h:17
@ IMAGE_UPGRADE
Definition bootloader.h:18
void jump_to_application(uint32_t AppAddress)
boot_action get_action_after_reset(uint32_t reset_reason)