DSPIC33FJ12GP202-I/SS Microchip Technology, DSPIC33FJ12GP202-I/SS Datasheet

IC DSPIC MCU/DSP 12K 28SSOP

DSPIC33FJ12GP202-I/SS

Manufacturer Part Number
DSPIC33FJ12GP202-I/SS
Description
IC DSPIC MCU/DSP 12K 28SSOP
Manufacturer
Microchip Technology
Series
dsPIC™ 33Fr

Specifications of DSPIC33FJ12GP202-I/SS

Core Processor
dsPIC
Core Size
16-Bit
Speed
40 MIPs
Connectivity
I²C, IrDA, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
21
Program Memory Size
12KB (12K x 8)
Program Memory Type
FLASH
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
3 V ~ 3.6 V
Data Converters
A/D 10x12b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
28-SSOP
Core Frequency
40MHz
Core Supply Voltage
2.75V
Embedded Interface Type
I2C, JTAG, SPI, UART
No. Of I/o's
21
Flash Memory Size
12KB
Supply Voltage Range
3V To 3.6V
Package
28SSOP
Device Core
dsPIC
Family Name
dsPIC33
Maximum Speed
40 MHz
Operating Supply Voltage
3.3 V
Data Bus Width
16 Bit
Number Of Programmable I/os
21
Interface Type
I2C/SPI/UART
On-chip Adc
10-chx12-bit
Number Of Timers
3
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
The dsPIC33FJ12GP201/202 family devices that you
have received conform functionally to the current
Device Data Sheet (DS70264D), except for the
anomalies described in this document.
The silicon issues discussed in the following pages are
for silicon revisions with the Device and Revision IDs
listed in
Table
The errata described in this document will be addressed
in future revisions of the dsPIC33FJ12GP201/202 silicon.
Data Sheet clarifications and corrections start on page 9,
following the discussion of silicon issues.
The silicon revision level can be identified using the
current version of MPLAB
programmers, debuggers and emulation tools, which
are available at the Microchip corporate web site
(www.microchip.com).
TABLE 1:
© 2010 Microchip Technology Inc.
dsPIC33FJ12GP201
dsPIC33FJ12GP202
Note 1:
Note:
2.
2:
Table
The Device and Revision IDs (DEVID and DEVREV) are located at the last two implemented addresses in
program memory.
Refer to the “dsPIC33F/PIC24H Flash Programming Specification” (DS70152) for detailed information on
Device and Revision IDs for your specific device.
This document summarizes all silicon
errata issues from all revisions of silicon,
previous as well as current. Only the
issues indicated in the last column of
Table 2
revision (A5).
Part Number
1. The silicon issues are summarized in
SILICON DEVREV VALUES
Silicon Errata and Data Sheet Clarification
apply to the current silicon
dsPIC33FJ12GP201/202 Family
®
IDE and Microchip’s
Device ID
0x0802
0x0803
dsPIC33FJ12GP201/202
(1)
For example, to identify the silicon revision level using
MPLAB IDE in conjunction with MPLAB ICD 2 or
PICkit™ 3:
1.
2.
3.
4.
The Device and Revision ID values for the various
dsPIC33FJ12GP201/202 silicon revisions are shown in
Table
Note:
Using the appropriate interface, connect the device
to the MPLAB ICD 2 programmer/debugger or
PICkit 3.
From the main menu in MPLAB IDE, select
Configure>Select Device, and then select the
target part number in the dialog box.
Select
(Debugger>Select Tool).
Perform a “Connect” operation to the device
(Debugger>Connect). Depending on the devel-
opment tool used, the part number and Device
Revision ID value appear in the Output window.
1.
If you are unable to extract the silicon
revision level, please contact your local
Microchip sales office for assistance.
the
0x3001
Revision ID for Silicon Revision
A2
MPLAB
0x3002
A3
hardware
0x3003
DS80462E-page 1
A4
0x3005
A5
tool
(2)

Related parts for DSPIC33FJ12GP202-I/SS

DSPIC33FJ12GP202-I/SS Summary of contents

Page 1

... Microchip corporate web site (www.microchip.com). TABLE 1: SILICON DEVREV VALUES Part Number dsPIC33FJ12GP201 dsPIC33FJ12GP202 Note 1: The Device and Revision IDs (DEVID and DEVREV) are located at the last two implemented addresses in program memory. 2: Refer to the “dsPIC33F/PIC24H Flash Programming Specification” (DS70152) for detailed information on Device and Revision IDs for your specific device. © ...

Page 2

... PSV page. 2 When the I C module is configured as a 10-bit slave with an address of 0x102, the I2CxRCV register content for the lower address byte is 0x01 rather than 0x02. Affected (1) Revisions © 2010 Microchip Technology Inc. ...

Page 3

... Consumption in Sleep Mode Note 1: Only those issues indicated in the last column apply to the current silicon revision. © 2010 Microchip Technology Inc. Issue Summary 2 With the I C module enabled, the port bits and external interrupt input functions (if any) associated with SCL and SDA pins do not reflect the actual digital logic levels on the pins ...

Page 4

... When an auto-baud is detected, the receive interrupt may occur twice. The first interrupt occurs at the beginning of the Start bit and the second after reception of the Sync field character. Work around If an extra interrupt is detected, ignore the additional interrupt. Affected Silicon Revisions © 2010 Microchip Technology Inc. ...

Page 5

... Service Routine must be included in the user application. Affected Silicon Revisions © 2010 Microchip Technology Inc. 10. Module: SPI Setting the DISSCK bit in the SPIxCON1 register does not allow the user application to use the SCK pin as a General Purpose I/O pin. Work around None. Affected Silicon Revisions ...

Page 6

... Work around If the SDA and/or SCL pins need to be polled, these pins should be connected to other port pins in order to be read correctly. This issue does not 2 affect the operation of the I C module. Affected Silicon Revisions © 2010 Microchip Technology Inc. the module (if any) ...

Page 7

... Store the value of the ACKSTAT bit immediately after receiving a NACK. Affected Silicon Revisions © 2010 Microchip Technology Inc. 22. Module: CPU The EXCH instruction does not execute correctly. Work around addresses writing recommended work around is to replace: EXCH Wsource, Wdestination with: PUSH Wdestination ...

Page 8

... ADON bit after waking from Sleep. Affected Silicon Revisions EXAMPLE 1: AD1CON1bits.ADON = 0; __asm__ volatile ("REPEAT #50"); __asm__ volatile ("NOP"); Sleep(); DS80462E-page 8 specifications #0 1, the user //Disable the ADC module //Wait 50 Tcy //Repeat NOP 51 times // Execute PWRSAV #0 and go to Sleep © 2010 Microchip Technology Inc. ...

Page 9

... Input Low Voltage IL DI18 SDAx, SCLx DI19 SDAx, SCLx V Input High Voltage IH DI28 SDAx, SCLx DI29 SDAx, SCLx © 2010 Microchip Technology Inc. specifica- IL Standard Operating Conditions: 3.0V to 3.6V (unless otherwise stated) Operating temperature -40°C ≤ T -40°C ≤ T Min Typ Max Units V — ...

Page 10

... Added revision A5 silicon references throughout the document. Updated silicon issue 22 (CPU). Added silicon issue 25 (ADC) and data sheet clarification 1 (DC Characteristics: I/O Pin Input Specifications). Rev E Document (10/2010) Updated the work around in silicon issue 25 (ADC). DS80462E-page 10 2 C), 13 (Product and 22 © 2010 Microchip Technology Inc. ...

Page 11

... PICtail, REAL ICE, rfLAB, Select Mode, Total Endurance, TSHARC, UniWinDriver, WiperLock and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries. SQTP is a service mark of Microchip Technology Incorporated in the U.S.A. All other trademarks mentioned herein are property of their respective companies. ...

Page 12

... Philippines - Manila Tel: 63-2-634-9065 Fax: 63-2-634-9069 Singapore Tel: 65-6334-8870 Fax: 65-6334-8850 Taiwan - Hsin Chu Tel: 886-3-6578-300 Fax: 886-3-6578-370 Taiwan - Kaohsiung Tel: 886-7-213-7830 Fax: 886-7-330-9305 Taiwan - Taipei Tel: 886-2-2500-6610 Fax: 886-2-2508-0102 Thailand - Bangkok Tel: 66-2-694-1351 Fax: 66-2-694-1350 © 2010 Microchip Technology Inc. 08/04/10 ...

Related keywords