Bootloader Code Listing (V3.0)
//
#define FLASH_ENTRY_POINT 0x3F7FF6
#define OTP_ENTRY_POINT 0x3D7800
#define RAM_ENTRY_POINT 0x000000
#define PASSWORD_LOCATION 0x3F7FF8
#define ERROR 1
#define NO_ERROR 0
#define EIGHT_BIT 8
#define SIXTEEN_BIT 16
#define EIGHT_BIT_HEADER 0x08AA
#define SIXTEEN_BIT_HEADER 0x10AA
typedef Uint16 (* uint16fptr)();
extern uint16fptr GetWordData;
#endif // end of F280x_BOOT_H definition
58 Bootloader Code Overview SPRU722C – November 2004 – Revised October 2006
Submit Documentation Feedback