PIC18F24J50-I/SP Microchip Technology, PIC18F24J50-I/SP Datasheet - Page 14

IC PIC MCU FLASH 16K 2V 28-DIP

PIC18F24J50-I/SP

Manufacturer Part Number
PIC18F24J50-I/SP
Description
IC PIC MCU FLASH 16K 2V 28-DIP
Manufacturer
Microchip Technology
Series
PIC® XLP™ 18Fr

Specifications of PIC18F24J50-I/SP

Core Size
8-Bit
Program Memory Size
16KB (8K x 16)
Core Processor
PIC
Speed
48MHz
Connectivity
I²C, SPI, UART/USART, USB
Peripherals
Brown-out Detect/Reset, DMA, POR, PWM, WDT
Number Of I /o
16
Program Memory Type
FLASH
Ram Size
3.8K x 8
Voltage - Supply (vcc/vdd)
2.15 V ~ 3.6 V
Data Converters
A/D 10x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
28-DIP (0.300", 7.62mm)
Controller Family/series
PIC18
No. Of I/o's
22
Ram Memory Size
3776Byte
Cpu Speed
48MHz
No. Of Timers
5
Interface
I2C, SPI, USART
Processor Series
PIC18F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
3776 B
Interface Type
EUSART, I2C, SPI
Maximum Clock Frequency
48 MHz
Number Of Timers
5
Maximum Operating Temperature
+ 85 C
Mounting Style
Through Hole
3rd Party Development Tools
52715-96, 52716-328, 52717-734, 52712-325, EWPIC18
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, DM183032, DM183022, MA180024, DV164136
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit, 10 Channel
Package
28SPDIP
Device Core
PIC
Family Name
PIC18
Maximum Speed
48 MHz
Operating Supply Voltage
2.5|3.3 V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
AC164322 - MODULE SOCKET MPLAB PM3 28/44QFN
Eeprom Size
-
Lead Free Status / Rohs Status
 Details
© 2008 Microchip Technology Inc.
1.3.1.2
This file contains the USB descriptor information for the device. This information varies
based on the application.
A typical configuration descriptor consists of these components:
• At least one configuration descriptor
• One or more interface descriptors
• One or more endpoint descriptors
In addition, there is usually a descriptor string that provides a plain text description of
the device.
1.3.1.2.1
The bmAttributes object of the configuration descriptor can be modified to meet the
needs to the specific application. The available options are shown in Table 1-1. The
selected options should be ORed together to form the corresponding entry (e.g., a
device with all of the options should have “_DEFAULT | _SELF | _RWU”).
For more details about the configuration descriptor, please see Table 9-10 of the USB
specification.
TABLE 1-1:
1.3.1.2.2
Both the bEndpointAddress and bmAttributes field of the endpoint descriptors
have definitions available in the stack to select the various options. The options should
be ORed together to form the desired set of options. The available options are shown
in Table 1-2 and Table 1-3.
More information about the endpoint descriptors can be found in Table 9-13 of the USB
specification.
TABLE 1-2:
_EPxx_OUT
_DEFAULT
_EPxx_IN
_EP_OUT
_EP_IN
Option
Option
_SELF
_RWU
USBDescriptors.c
Configuration Descriptor
Endpoint Descriptor
bmAttributes OPTIONS FOR CONFIGURATION DESCRIPTOR
bEndpointAddress OPTIONS
Required definition that sets the reserved bits of this attribute as
required by the specification.
Designate this device as a self-powered device.
Designate this device as having remote wake-up functionality.
Defines the endpoint as an IN endpoint. This definition must be ORed
with the endpoint number to form the required value (e.g.,
MY_ENDPOINT_NUMBER | _EP_IN).
Defines the endpoint as an OUT endpoint. This definition must be
ORed with the endpoint number to form the required value (e.g.,
MY_ENDPOINT_NUMBER | _EP_OUT).
Defines the endpoint as an OUT endpoint where <xx> is the endpoint
number. No other definitions are required.
Defines the endpoint as an IN endpoint where <xx> is the endpoint
number. No other definitions are required.
Description
Description
DS51679B-page 10

Related parts for PIC18F24J50-I/SP