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

📄 map834f2.h

📁 upsd 3200序列的usb驱动
💻 H
字号:
/*  map834f2.h 

- 12/20/99, msr
  >> New release.  Incorporates all prior revisions.

Note: Please edit the addresses shown to match your system memory map


*/

/*---------------------------------------------------------------------------
Copyright (c) 2002 ST Microelectronics
This example demo code is provided as is and has no warranty,
implied or otherwise.  You are free to use/modify any of the provided
code at your own risk in your applications with the expressed limitation
of liability (see below) so long as your product using the code contains
at least one uPSD products (device).

LIMITATION OF LIABILITY:   NEITHER STMicroelectronics NOR ITS VENDORS OR 
AGENTS SHALL BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF USE, LOSS OF DATA,
INTERRUPTION OF BUSINESS, NOR FOR INDIRECT, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES OF ANY KIND WHETHER UNDER THIS AGREEMENT OR
OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
--------------------------------------------------------------------------*/

// #define PSD_REG_BASE (unsigned int) 0x0000	// base address of PSD8XXFX control registers. This area is
                                               // 256 bytes.

// Addresses to use to invoke embedded algorithm in FLASH memory. Modify these addresses.
// It is advised to pick a Flash memory address that is common to all memory pages.
	
#define	FLASH_COMMON_XAAA (volatile unsigned char xdata *) 0x9AAA 
#define	FLASH_COMMON_X555 (volatile unsigned char xdata *) 0x9555 

// Addresses to use to invoke embedded algorithm in FLASH boot memory. Modify these addresses.
// It is advised to pick a Flash memory address that is common to all memory pages.

#define	FLASH_BOOT_XAAA (volatile unsigned char xdata *) 0x0AAA 
#define	FLASH_BOOT_X555 (volatile unsigned char xdata *) 0x0555 

⌨️ 快捷键说明

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