参数资料
型号: PIC16HV540T-04/SO
厂商: Microchip Technology
文件页数: 15/44页
文件大小: 0K
描述: IC MCU OTP 512X12 18SOIC
产品培训模块: Asynchronous Stimulus
标准包装: 1,100
系列: PIC® 16C
核心处理器: PIC
芯体尺寸: 8-位
速度: 4MHz
外围设备: 欠压检测/复位,POR,WDT
输入/输出数: 12
程序存储器容量: 768B(512 x 12)
程序存储器类型: OTP
RAM 容量: 25 x 8
电压 - 电源 (Vcc/Vdd): 3.5 V ~ 15 V
振荡器型: 外部
工作温度: 0°C ~ 70°C
封装/外壳: 18-SOIC(0.295",7.50mm 宽)
包装: 带卷 (TR)
MCP2200
DS22228B-page 22
2011 Microchip Technology Inc.
2.3.1.23
SetPin
Function:
bool SimpleIOClass::SetPin(unsigned int pin)
EXAMPLE 2-23:
2.3.1.24
WriteEEPROM
Function:
int SimpleIOClass::WriteEEPROM(unsigned int uiEEPAddress, unsigned char ucValue)
EXAMPLE 2-24:
Summary:
Sets the specified pin.
Description:
Sets the specified pin to logic ‘1’.
Precondition:
Must be previously configured as an output via a ConfigureIO or ConfigureIoDefaultOutput call.
VID and PID must be previously set via a call to InitMCP2200(VID, PID).
Parameters:
pin
- the pin number to set (0-7)
Returns:
This function returns True if the transmission is successful and returns False if the transmission fails.
Remarks:
None.
Summary:
Writes a byte into the MCP2200’s EEPROM.
Description:
Writes a byte at the given address into the internal 256 bytes EEPROM.
Precondition:
At least one call to the InitMCP2200() is required in order to initiate a DLL search for the
compatible devices. VID and PID must be previously set via a call to InitMCP2200(VID, PID).
Parameters:
uiEEPAddress - the EEPROM address location we need to write to (must be from 0 to 255
inclusively).
ucValue - the byte value required for writing to the given location.
Returns:
This function returns ‘0’ if the write command was successfully sent to the device, otherwise it
returns:
E_WRONG_ADDRESS (-3) in case the given EEPROM address is out of range
E_CANNOT_SEND_DATA (-4) in case the function cannot send the command to the device.
Remarks:
The function will send the write EEPROM command, but has no confirmation whether the EEPROM
location was actually written. In order to verify the correctness of the EEPROM write, the user can
issue a SimpleIOClass::ReadEEPROM() and check if the returned value matches the written one.
if (SimpleIOClass::SetPin (2))
{
lblStatusBar->Text = “Success”;
}
else
lblStatusBar->Text = “Invalid command ” +
SimpleIOClass::LastError;
int iRetValue = SimpleIOClass::WriteEEPROM(0x01, 0xAB);
if (iRetValue == 0)
{
lblStatusBar->Text = “Success”;
}
else
lblStatusBar->Text = “Error writting to EEPROM” +
SimpleIOClass::LastError;
相关PDF资料
PDF描述
V300A5C400B CONVERTER MOD DC/DC 5V 400W
V300A8C400BG2 CONVERTER MOD DC/DC 8V 400W
KSZ8873MLLI IC ETHERNET SWITCH 3PORT 64LQFP
KSZ8873MLL AM TR IC ETHERNET SWITCH 3PORT 64LQFP
PIC16C54CT-04I/SO IC MCU OTP 512X12 18SOIC
相关代理商/技术参数
参数描述
PIC16HV540T-20/SO 功能描述:8位微控制器 -MCU .75KB 25 RAM 12 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16HV540T-20/SS 功能描述:8位微控制器 -MCU .75KB 25 RAM 12 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16HV540T-20I/SO 功能描述:8位微控制器 -MCU .75KB 25 RAM 12 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16HV540T-20I/SS 功能描述:8位微控制器 -MCU .75KB 25 RAM 12 I/O RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
PIC16HV610-E/ML 功能描述:8位微控制器 -MCU 1.75KB Flash 72B RAM RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT