⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 embedded_bootloader.h

📁 采用MC13213做的在SMAC协议基础上的发送程序,可作为点对点实验中的END DEVICE.
💻 H
字号:
/************************************************************************************
* This module contains the Embedded Bootloader interface description.
*
* Note! This module contains function pointers to function accessable in Embedded Bootloader
*       This file contains absolute address (See system memory map) - BE CAREFULL.
*
*       This version of the Embedded Bootloader interface file MUST be used with the
*       Embedded Bootloader firmware version 5.00 and above.
*       Use the Freeloader_inf.h for Embedded Bootloader (Freeloader) versions below 5.00.
*
* Author(s):  Michael V. Christensen
*
* (c) Copyright 2004, Freescale, Inc.  All rights reserved.
*
* Freescale Confidential Proprietary
* Digianswer Confidential
*
* No part of this document must be reproduced in any form - including copied,
* transcribed, printed or by any electronic means - without specific written
* permission from Freescale.
*
* Last Inspected: 29-03-01
* Last Tested:
************************************************************************************/

#ifndef _EMBEDDED_BOOTLOADER_H_
#define _EMBEDDED_BOOTLOADER_H_
#include "app_config.h"
#if (EMBEDDED_BOOTLOADER == TRUE) // Make sure that no defines etc. is available without define.

#include "DigiType.h"

// **************************************************************************

// Embedded BootLoader control flags:
#define NO_BIT_ENABLED                ((uint8_t)0x00) // Note! The option description values is inverted.
#define ERASE_FLASH                    ((uint8_t)0x01) // Option: 'Skip flash erase', Enabled = 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -