PIC17C756-16/SP Microchip Technology, PIC17C756-16/SP Datasheet - Page 178

no-image

PIC17C756-16/SP

Manufacturer Part Number
PIC17C756-16/SP
Description
MICRO CTRL 16K MEMORY OTP 64SDIP
Manufacturer
Microchip Technology
Series
PIC® 17Cr

Specifications of PIC17C756-16/SP

Core Processor
PIC
Core Size
8-Bit
Speed
16MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
50
Program Memory Size
32KB (16K x 16)
Program Memory Type
OTP
Ram Size
902 x 8
Voltage - Supply (vcc/vdd)
4 V ~ 6 V
Data Converters
A/D 12x10b
Oscillator Type
External
Operating Temperature
0°C ~ 70°C
Package / Case
64-SDIP (0.750", 19.05mm)
Lead Free Status / RoHS Status
Request inventory verification / Request inventory verification
Eeprom Size
-
Other names
PIC17C756-16/P

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC17C756-16/SP
Manufacturer:
MICROCHIP
Quantity:
8
Part Number:
PIC17C756-16/SP
Manufacturer:
MIC
Quantity:
6 243
PIC17C7XX
EXAMPLE 15-2:
DS30289B-page 178
void ACKPoll(void)
{
}
StartI2C();
IdleI2C();
WriteI2C(CONTROL);
IdleI2C();
// Poll the ACK bit coming from the 24LC01B
// Loop as long as the 24LC01B NACKs
while (SSPCON2bits.ACKSTAT)
{
}
IdleI2C();
StopI2C();
IdleI2C();
return;
RestartI2C();
IdleI2C();
WriteI2C(CONTROL);
IdleI2C();
INTERFACING TO A 24LC01B SERIAL EEPROM (USING MPLAB C17)
// Send start bit
// Wait for idle condition
// Send control byte
// Wait for idle condition
// Send a restart bit
// Wait for idle condition
// Send control byte
// Wait for idle condition
// Wait for idle condition
// Send stop bit
// Wait for idle condition
2000 Microchip Technology Inc.

Related parts for PIC17C756-16/SP