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