EEWORLDEEWORLDEEWORLD

Part Number

Search

PIC32MX130F256B-V/SS

Description
32-bit Microcontrollers - MCU 32-BIT MCU 256KB FL 16KB RAM, 10-BIT ADC
Categorysemiconductor    The embedded processor and controller   
File Size3MB,345 Pages
ManufacturerMicrochip
Websitehttps://www.microchip.com
Environmental Compliance
Download Datasheet Download user manual Parametric View All

PIC32MX130F256B-V/SS Overview

32-bit Microcontrollers - MCU 32-BIT MCU 256KB FL 16KB RAM, 10-BIT ADC

PIC32MX130F256B-V/SS Parametric

Parameter NameAttribute value
Product AttributeAttribute Value
ManufacturerMicrochip
Product Category32-bit Microcontrollers - MCU
RoHSDetails
Mounting StyleSMD/SMT
Package / CaseSSOP-28
CoreMIPS32 M4K
Data Bus Width32 bit
Maximum Clock Frequency40 MHz
Program Memory Size256 kB
Data RAM Size16 kB
ADC Resolution10 bit
Number of I/Os21 I/O
Operating Supply Voltage2.3 V to 3.6 V
Minimum Operating Temperature- 40 C
Maximum Operating Temperature+ 105 C
Interface TypeI2C, JTAG, PMP, SPI, UART
PackagingTube
ProductMCU
Program Memory TypeFlash
Data RAM TypeSRAM
Number of ADC Channels10 Channel
Number of Timers/Counters5 x 16 bit
Processor SeriesPIC32MX
Factory Pack Quantity47
Supply Voltage - Max3.6 V
Supply Voltage - Min2.3 V
Watchdog TimersWatchdog Timer
Unit Weight0.025045 oz
PIC32MX1XX/2XX 28/36/44-PIN
32-bit Microcontrollers (up to 256 KB Flash and 64 KB SRAM) with
Audio and Graphics Interfaces, USB, and Advanced Analog
Operating Conditions
• 2.3V to 3.6V, -40ºC to +105ºC, DC to 40 MHz
• 2.3V to 3.6V, -40ºC to +85ºC, DC to 50 MHz
Timers/Output Compare/Input Capture
• Five General Purpose Timers:
- Five 16-bit and up to two 32-bit Timers/Counters
• Five Output Compare (OC) modules
• Five Input Capture (IC) modules
• Peripheral Pin Select (PPS) to allow function remap
• Real-Time Clock and Calendar (RTCC) module
Core: 50 MHz/83 DMIPS MIPS32
®
M4K
®
• MIPS16e
®
mode for up to 40% smaller code size
• Code-efficient (C and Assembly) architecture
• Single-cycle (MAC) 32x16 and two-cycle 32x32 multiply
Clock Management
0.9% internal oscillator
Programmable PLLs and oscillator clock sources
Fail-Safe Clock Monitor (FSCM)
Independent Watchdog Timer
Fast wake-up and start-up
Communication Interfaces
• USB 2.0-compliant Full-speed OTG controller
• Two UART modules (12.5 Mbps):
- Supports LIN 2.0 protocols and IrDA
®
support
• Two 4-wire SPI modules (25 Mbps)
• Two I
2
C modules (up to 1 Mbaud) with SMBus support
• PPS to allow function remap
• Parallel Master Port (PMP)
Power Management
Low-power management modes (Sleep and Idle)
Integrated Power-on Reset and Brown-out Reset
0.5 mA/MHz dynamic current (typical)
44
μA
I
PD
current (typical)
Direct Memory Access (DMA)
• Four channels of hardware DMA with automatic data
size detection
• Two additional channels dedicated for USB
• Programmable Cyclic Redundancy Check (CRC)
Audio Interface Features
• Data communication: I
2
S, LJ, RJ, and DSP modes
• Control interface: SPI and I
2
C
• Master clock:
- Generation of fractional clock frequencies
- Can be synchronized with USB clock
- Can be tuned in run-time
Input/Output
• 10 mA source/sink on all I/O pins and up to 14 mA on
non-standard V
OH
• 5V-tolerant pins
• Selectable open drain, pull-ups, and pull-downs
• External interrupts on all I/O pins
Advanced Analog Features
• ADC Module:
- 10-bit 1.1 Msps rate with one S&H
- Up to 10 analog inputs on 28-pin devices and 13
analog inputs on 44-pin devices
• Flexible and independent ADC trigger sources
• Charge Time Measurement Unit (CTMU):
- Supports mTouch™ capacitive touch sensing
- Provides high-resolution time measurement (1 ns)
- On-chip temperature measurement capability
• Comparators:
- Up to three Analog Comparator modules
- Programmable references with 32 voltage points
Qualification and Class B Support
• AEC-Q100 REVG (Grade 2 -40ºC to +105ºC) planned
• Class B Safety Library, IEC 60730
Debugger Development Support
In-circuit and in-application programming
4-wire MIPS
®
Enhanced JTAG interface
Unlimited program and six complex data breakpoints
IEEE 1149.2-compatible (JTAG) boundary scan
Packages
Type
Pin Count
I/O Pins (up to)
Contact/Lead Pitch
Dimensions
Note:
SOIC
28
21
1.27
17.90x7.50x2.65
SSOP
28
21
0.65
10.2x5.3x2
SPDIP
28
21
0.100''
1.365''x.285''x.135''
28
21
0.65
6x6x0.9
QFN
44
34
0.65
8x8x0.9
36
25
0.50
5x5x0.9
VTLA
44
34
0.50
6x6x0.9
TQFP
44
34
0.80
10x10x1
All dimensions are in millimeters (mm) unless specified.
2011-2016 Microchip Technology Inc.
DS60001168J-page 1
Ask a question about arm syntax
For example, in the following code, what does "b" mean? ExceptionVec b ResetHandler b Undefined ; 0x4 b SWI ; 0x8 b PrefetchAbort ; 0xc b DataAbort ; 0x10 b NotAssigned ; 0x14 b IRQ ; 0x18 b FIQ ; 0x1...
doublesex ARM Technology
Help, help, I need help urgently, please help me look at the program
Why is there no time difference in the PWM interrupt? I pray for help from all the experts. #include msp430x14x.h #include math.h #define uint unsigned int #define uchar unsigned char#define ulong uns...
t_shaojun126 Microcontroller MCU
【WEBENCH Design】Multi-voltage (±15V0.5A, 12V1A, 3.3V0.5A) system power supply solution
[align=left][color=#000]1. [Solution Introduction] This power supply solution solves the problem of: ±15V dual power supply for an OP amplifier, 12V is used to power the system's load, and 3.3V is use...
莫妮卡 Analogue and Mixed Signal
Serial communication
[size=6]There is no problem with sending, but there is a problem with receiving. The breakpoint interrupt keeps stopping here, if(UARTCharsAvail(UART1_BASE))? Is it a circuit problem, or may the seria...
benbending Microcontroller MCU
[A small tool for quickly searching datasheets from datasheet5.com]
[i=s] This post was last edited by paulhyde on 2014-9-15 04:21 [/i] A great tool for downloading datasheets, which helps you avoid searching for data during competitions. It is less than 1M, but has p...
swfsx Electronics Design Contest

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1608  262  1323  836  1977  33  6  27  17  40 
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号