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

📄 defining.h

📁 M16C Flash Starter Software Ver.2.0.0.46 Source Files.zip是瑞萨的M16C系列单片机的flash烧写程序。
💻 H
字号:
#define SLEEP_IN			50
#define SLEEP_ONE			1000
#define ADDRESS_SIZE		6
#define PAGE_SIZE			0x0100
#define BLANK				0xff
#define PAGE_BYTE			0x10
#define NOT_MOT				MAXBYTE
#define NUM_PAGE1			0x0100
#define NUM_PAGE2			0x010000
#define NUM_PAGE3			0x01000000
#define ID_ADDRESS			5
#define ID_ADDRESS_80		6
#define ID_ADDRESS_380		4
#define ID_ADDRESS_R8C_S	4
#define ID_ADDRESS_R8C		5
#define SEND_ID				12
#define SEND_00_TIMES		16
#define IDS_PROTECT_80		0xffffff
#define ID_ADDRE_HI_80		0xff
#define ID_ADDRE_HI			0x0f
#define ID_ADDRE_MID		0xff
#define ID_ADDRE_LO			0xdf
#define IDS_PROTECT_380		0xffff
#define ID_ADDRE_HI_380		0x00
#define ID_ADDRE_MID_380	0xff
#define ID_ADDRE_LO_380		0xd4
#define IDS_PROTECT_R8C		0x00ffff
#define ID_ADDRE_HI_R8C		0x00
#define ID_ADDRE_MID_R8C	0xff
#define ID_ADDRE_LO_R8C		0xdf
#define ID_SIZE				7
#define TO_INT				500
#define DEF_BAUDRATE		9600
#define DEF_BYTE_SIZE		8
#define DEF_PARITY			0
#define DEF_STOP_BITS		0
#define DEF_INTERVALS		40
#define DEF_START_ADDRESS	0x0C0000
#define DEF_END_ADDRESS		0x0FFFFF
#define TIMEOUT1			1000
#define TIMEOUT5			5000
//#define	TIMEOUT_PRG			150
#define	TIMEOUT_PRG			450
#define	TIMEOUT_ELS			40000
#define DEFAULT_BAUDRATE	CBR_9600
#define DEFAULT_BYTESIZE	8
#define DEFAULT_PARITY		NOPARITY
#define DEFAULT_STOPBITS	ONESTOPBIT
#define DEFAULT_INTERVALS   40

⌨️ 快捷键说明

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