PIC24H 16-bit General Purpose Microcontroller with seamless migration options from/to PIC24F, dsPIC30F and dsPIC33F devices.
Operating RangeDC – 40 MIPS (40 MIPS @ 3.0-3.6V, -40°C to +150°C)
Industrial temperature range (-40°C to +85°C)
Extended temperature range (-40°C to +125°C)
High temperature range (-40°C to +150°C)
High-Performance DSC CPUModified Harvard architecture
C compiler optimized instruction set
16-bit wide data path
24-bit wide instructions
Linear program memory addressing up to 4M instruction words
Linear data memory addressing up to 64 Kbytes
71 base instructions: mostly 1 word/1 cycle
Sixteen 16-bit General Purpose Registers
Flexible and powerful Indirect Addressing modes
Software stack
16 x 16 multiply operations
32/16 and 16/16 divide operations
Up to ±16-bit data shifts
Direct Memory Access (DMA)8-channel hardware DMA
2 Kbytes dual ported DMA buffer area (DMA RAM) to store data transferred via DMA:
Allows data transfer between RAM and a peripheral while CPU is executing code (nocycle stealing)
Most peripherals support DMA
Interrupt Controller5-cycle latency
118 interrupt vectors
Up to 61 available interrupt sources
Up to 5 external interrupts
7 programmable priority levels
5 processor exceptions
Digital I/OWake-up/Interrupt-on-Change on up to 24 pins
Output pins can drive from 3.0V to 3.6V
All digital input pins are 5V tolerant
4 mA sink on all I/O pins
System ManagementFlexible clock options:
External, crystal, resonator, internal RC
Fully integrated PLL
Extremely low jitter PLL
Power-up Timer
Oscillator Start-up Timer/Stabilizer
Watchdog Timer with its own RC oscillator
Fail-Safe Clock Monitor
Reset by multiple sources
Power ManagementOn-chip 2.5V voltage regulator
Switch between clock sources in real time
Idle, Sleep and Doze modes with fast wake-up
Timers/Capture/Compare/PWMTimer/Counters, up to nine 16-bit timers:
Can pair up to make four 32-bit timers
1 timer runs as Real-Time Clock with external 32.768 kHz oscillator
Programmable prescaler
Input Capture (up to 8 channels):
Capture on up, down or both edges
16-bit capture input functions
4-deep FIFO on each capture
Output Compare (up to 8 channels):
Single or Dual 16-Bit Compare mode
16-bit Glitchless PWM mode
Communication Modules3-wire SPI (up to 2 modules):
Framing supports I/O interface to simple codecs
Supports 8-bit and 16-bit data
Supports all serial clock formats and sampling modes
I2C™ (up to 2 modules):
Full Multi-Master Slave mode support
7-bit and 10-bit addressing
Bus collision detection and arbitration
Integrated signal conditioning
Slave address masking
UART (up to 2 modules):
Interrupt on address bit detect
Interrupt on UART error
Wake-up on Start bit from Sleep mode
4-character TX and RX FIFO buffers
LIN bus support
IrDA® encoding and decoding in hardware
High-Speed Baud mode
Hardware Flow Control with CTS and RTS
Enhanced CAN (ECAN™ module) 2.0B active (up to 2 modules):
Up to 8 transmit and up to 32 receive buffers
16 receive filters and 3 masks
Loopback, Listen Only and Listen All Messages modes for diagnostics and bus monitoring
Wake-up on CAN message
Automatic processing of Remote Transmission Requests
FIFO mode using DMA
DeviceNet™ addressing support
Analog-to-Digital ConvertersUp to two A/D modules in a device
10-bit, 1.1 Msps or 12-bit, 500 ksps conversion:
2, 4 or 8 simultaneous samples
Up to 32 input channels with auto-scanning
Conversion start can be manual or synchronized with 1 of 4 trigger sources
Conversion possible in Sleep mode
±2 LSb max integral nonlinearity
±1 LSb max differential CMOS Flash Technology
Low-power, high-speed Flash technology
Fully static design
3.3V (±10%) operating voltage
Industrial temperature
Low-power consumption
PIC24HJ128GP510A 封装图
型号 | 制造商 | 描述 | 购买 |
---|---|---|---|
PIC24HJ128GP510A-H/PT | 3M | CONN HEADER VERT 22POS 2.54MM | 立即购买 |
PIC24HJ128GP510A-H/PF | - | - | 立即购买 |
PIC24HJ128GP510A-E/PT | - | - | 立即购买 |
PIC24HJ128GP510A-E/PF | PRECI-DIP | DIL - HDR WITH FLOATING PIN | 立即购买 |
PIC24HJ128GP510AT-I/PF | Mill-Max | CONNHEADER4POS.100L.585 | 立即购买 |
PIC24HJ128GP510AT-I/PT | Essentra | FAN MNT RIVET BLK 40A DUROMETER | 立即购买 |
...,并且这些应用程序未经过全面测试以满足这些批准。 PIC24FJ128GC010 系列将高速 16 位 PIC24 MCU 与模拟外设相结合。除了 USB 和液晶显示器 (LCD) 控制器等数字模块外,PIC24FJ128GC010 还具有一个 12 位 10 Msps 流水线 ADC、一个 16 位 Sigma-De...
这是0-24VDC数字PIC电源电路。这种可变电源由 PIC 单片机控制。该电路中有液晶显示器,可显示电源输出的当前值。该电源使用按钮开关来调节输出电压和电流值。
PIC24FJ64GU205 Curiosity Nano 评估工具包是一款硬件平台,用于评估 PIC24FJGU205 系列单片机。该评估板上装有 PIC24FJ64GU205 单片机(MCU)。
GPRS(通用分组无线电业务)是利用包交换的概念发展的一套无线传输方式。GPRS网络是基于现有的GSM(全球移动通信系统)网络实现的。在现有的GSM网络中需要增加一些节点,如GGSN(GPRS网关支持节点)和SGSN(GPRS服务支持节点)...
GPRS网不但具有覆盖范围广、数据传输速度快、通信质量高、永远在线和按流量计费等优点,而且其本身就是一个分组型数据网,支持TCP/IP协议,可以直接与Internet互通。因此,CPRS在无线上网、环境监测便携型、交通监控、移动...
标签: PIC液晶模块 分享到: #include __CONFIG(0x1832); //芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡 #define rs RA5 //定义LCD的数据/命令控制口 #define rw RA4 //定义LCD的读/写控制口 #define e RA3 //定...
这次要测试的是驱动OLED12864显示屏。OLED12864模块使用的是IIC接口,SDA接RF4引脚,SCL接RF5引脚,电源为3.3V。IIC时序使用软件模拟,采用强制读写模式。 1.iic.h文件 #ifndef __IIC_H #define __IIC_H #include stdint.h #include system_config.h #define IIC_SC...
...铃仪走时误差而极难同步。本文提出的基于GPS信号接收和PIC单片机的智能打铃仪,走时精确,误差极小。只要多校区、多厂区的企事业单位的响铃时间设置相同,便可使铃声保持同步,误差小于1 s。