EEWORLDEEWORLDEEWORLD

Part Number

Search

PIC16LF722T-E/PT

Description
8-BIT, FLASH, 20 MHz, MICROCONTROLLER, PDSO28
Categorysemiconductor    The embedded processor and controller   
File Size3MB,282 Pages
ManufacturerMicrochip
Websitehttps://www.microchip.com
Download Datasheet Parametric View All

PIC16LF722T-E/PT Overview

8-BIT, FLASH, 20 MHz, MICROCONTROLLER, PDSO28

PIC16LF722T-E/PT Parametric

Parameter NameAttribute value
Number of functions1
Number of terminals28
Maximum operating temperature125 Cel
Minimum operating temperature-40 Cel
Maximum supply/operating voltage5.5 V
Minimum supply/operating voltage2.3 V
Rated supply voltage3.3 V
External data bus width0.0
Number of input and output buses25
Line speed20 MHz
Processing package description5.30 MM, ROHS COMPLIANT, PLASTIC, SSOP-28
Lead-freeYes
EU RoHS regulationsYes
China RoHS regulationsYes
stateACTIVE
CraftsmanshipCMOS
packaging shapeRECTANGULAR
Package SizeSMALL OUTLINE, SHRINK PITCH
surface mountYes
Terminal formGULL WING
Terminal spacing0.6500 mm
terminal coatingMATTE TIN
Terminal locationDUAL
Packaging MaterialsPLASTIC/EPOXY
Temperature levelAUTOMOTIVE
ADC channelYes
Address bus width0.0
Number of digits8
Maximum FCLK clock frequency20 MHz
Microprocessor typeMICROCONTROLLER
PWM channelYes
ROM programmingFLASH
PIC16(L)F722/3/4/6/7
28/40/44-Pin Flash Microcontrollers with XLP Technology
Devices Included In This Data Sheet:
PIC16F722/3/4/6/7 Devices:
• PIC16F722
• PIC16F723
• PIC16F724
PIC16LF722/3/4/6/7 Devices:
• PIC16LF722
• PIC16LF723
• PIC16LF724
• PIC16LF726
• PIC16LF727
• PIC16F726
• PIC16F727
Extreme Low-Power Management
PIC16LF722/3/4/6/7 with XLP:
• Sleep Mode: 20 nA
• Watchdog Timer: 500 nA
• Timer1 Oscillator: 600 nA @ 32 kHz
Analog Features:
• A/D Converter:
- 8-bit resolution and up to 14 channels
- Conversion available during Sleep
- Selectable 1.024/2.048/4.096V voltage
reference
• On-chip 3.2V Regulator (PIC16F722/3/4/6/7
devices only)
High-Performance RISC CPU:
• Only 35 Instructions to Learn:
- All single-cycle instructions except branches
• Operating Speed:
- DC – 20 MHz oscillator/clock input
- DC – 200 ns instruction cycle
• Up to 8K x 14 Words of Flash Program Memory
• Up to 368 Bytes of Data Memory (RAM)
• Interrupt Capability
• 8-Level Deep Hardware Stack
• Direct, Indirect and Relative Addressing modes
• Processor Read Access to Program Memory
• Pinout Compatible to other 28/40-pin PIC16CXXX
and PIC16FXXX Microcontrollers
Peripheral Highlights:
• Up to 35 I/O Pins and One Input-only Pin:
- High-current source/sink for direct LED drive
- Interrupt-on-pin change
- Individually programmable weak pull-ups
• Timer0: 8-Bit Timer/Counter with 8-Bit Prescaler
• Enhanced Timer1:
- Dedicated low-power 32 kHz oscillator
- 16-bit timer/counter with prescaler
- External Gate Input mode with Toggle and
Single Shot modes
- Interrupt-on-gate completion
• Timer2: 8-Bit Timer/Counter with 8-Bit Period
Register, Prescaler and Postscaler
• Two Capture, Compare, PWM (CCP) Modules:
- 16-bit Capture, max. resolution 12.5 ns
- 16-bit Compare, max. resolution 200 ns
- 10-bit PWM, max. frequency 20 kHz
• Addressable Universal Synchronous
Asynchronous Receiver Transmitter (AUSART)
• Synchronous Serial Port (SSP):
- SPI (Master/Slave)
- I
2
C (Slave) with Address Mask
• mTouch
®
Sensing Oscillator Module:
- Up to 16 input channels
Special Microcontroller Features:
• Precision Internal Oscillator:
- 16 MHz or 500 kHz operation
- Factory calibrated to ±1%, typical
- Software tunable
- Software selectable ÷1, ÷2, ÷4 or ÷8 divider
• 1.8V-5.5V Operation – PIC16F722/3/4/6/7
• 1.8V-3.6V Operation – PIC16LF722/3/4/6/7
• Power-on Reset (POR), Power-up Timer (PWRT)
and Oscillator Start-up Timer (OST)
• Brown-out Reset (BOR):
- Selectable between two trip points
- Disable in Sleep option
• Programmable Code Protection
• In-Circuit Serial Programming
TM
(ICSP
TM
) via Two
Pins
• Multiplexed Master Clear with Pull-up/Input Pin
• Industrial and Extended Temperature Range
• High-Endurance Flash Cell:
- 1,000 write Flash endurance (typical)
- Flash retention: > 40 years
• Power-Saving Sleep mode
2007-2015 Microchip Technology Inc.
DS40001341F-page 1
What's wrong with the following microcontroller interrupt delay?
The crystal oscillator is 11.0592. I want to get one second of time. TMOD=0x01; //timing time 50ms TH0= -46080/256; TL0= -46080%256; EA=1; ET0=1; TR0=1; The following is to get the time of one second....
hao123321 Embedded System
About the packaging technology of C language under DSP
I have developed a control program. The control program is written in C and has been verified in both simulation and laboratory environments. In actual industrial applications, the program needs to ru...
niuhuang123 Programming Basics
ds1302 program based on msp430f149
#ifndef __DS1302_H__#define __DS1302_H__#include "msp430x14x.h"#include "delay.h"#define uchar unsigned char #define uint unsigned int #define sclk_in P2DIR=~BIT5#define sclk_out P2DIR|=BIT5#define sc...
tcvsdonnnie Microcontroller MCU
LLC or Flyback Topology? It all depends on the end-user requirements
Many high-efficiency power supplies can be designed using either an active clamp flyback (ACF) converter or an LLC switcher IC to achieve their design goals. Which one should be chosen in actual desig...
buildele Power technology
Those who got the development board come here to gather
Leave your QQ number, if you encounter any problems during use, you can communicate with us! Our group number is 85824260 [[i] This post was last edited by jxb01033016 on 2009-9-16 10:01 [/i]]...
jxb01033016 Embedded System
I can't understand the .map generated after stm8 compilation.
I don't understand the .map generated after stm8 is compiled.".const" should be rom, what is ".text"?".ubsct", ".data, initialized", ".data, from", ".bss" should be ram, but what is the difference bet...
邱飞 stm32/stm8

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 625  2704  1353  2268  182  13  55  28  46  4 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号