MCU Core
80MHz/105DMIPS, 32-bit MIPS M4K® Core
USB 2.0 On-The-Go Peripheral with integrated PHY
10/100 Ethernet MAC with MII/RMII Interfaces
2 x CAN2.0b modules with 1024 buffers
8 Dedicated DMA Channels for USB OTG, Ethernet, and CAN
5 Stage pipeline, Harvard architecture
MIPS16e mode for up to 40% smaller code size
Single cycle multiply and hardware divide unit
32 x 32-bit Core Registers
32 x 32-bit Shadow Registers
Fast context switch and interrupt response
MCU System Features512K Flash (plus 12K boot Flash)
64K RAM (can execute from RAM)
8 Channel General Hardware DMA Controller
Flash prefetch module with 256 Byte cache
Lock instructions or data in cache for fast access
Programmable vector interrupt controller
Analog FeaturesFast and Accurate 16 channel 10-bit ADC,
Max 1 Mega sample per second at +/- 1LSB, conversion available during SLEEP & IDLE
Power Management ModesRUN, IDLE, and SLEEP modes
Multiple switchable clock modes for each power mode, enables optimum power settings
Debug FeaturesiFlow Trace: Non-intrusive Hardware Instruction Trace port (5 Wires)
8 hardware breakpoints (6 Instruction and 2 Data)
2 wire programming and debugging interface
JTAG interface supporting Programming, Debugging and Boundary scan
Other MCU FeaturesFail-Safe Clock Monitor - allows safe shutdown if clock fails
2 Internal oscillators (8MHz & 31KHz)
Hardware RTCC (Real-Time Clock and Calendar with Alarms)
Watchdog Timer with separate RC oscillator
Pin compatible with 16-bit PIC® MCUs
Serial Communication Modules allow flexible UART/SPI/I2C™ configuration
PIC32MX764F128L 封装图
PIC32MX764F128L 封装图
PIC32MX764F128L 封装图
PIC32MX764F128L 封装图
型号 | 制造商 | 描述 | 购买 |
---|---|---|---|
PIC32MX764F128L-V/PT | Zilog | IC MCU 8BIT 16KB FLASH 44LQFP | 立即购买 |
PIC32MX764F128L-V/BG | Alliance Memory | IC DRAM 4GBIT PARALLEL 96FBGA | 立即购买 |
PIC32MX764F128LT-V/PF | Microchip | IC INTERFACE SPECIALIZED 24SSOP | 立即购买 |
PIC32MX764F128LT-V/PT | TI | IC MCU 16BIT 32KB FLASH 48LQFP | 立即购买 |
PIC32MX764F128LT-V/BG | Vishay | 贴片电阻 0805 3.16MΩ ±1% 1/8W | 立即购买 |
PIC32MX764F128L-V/PF | - | - | 立即购买 |
chipKIT™ MX3是基于Microchip® PIC32MX320F128H的微控制器开发板,是32位PIC32微控制器家族成员之一。它与Digilent的各类Pmod外设所兼容,并且能通过Microchip MPLAB® IDE工具进行编程。chipKIT MX3同时兼容chipKIT MPIDE开发环境。
chipKIT Uno32开发板基于功能强大的PIC32MX320F128微控制器,它具有运行在80MHz的32位MIPS处理器内核,128K闪存程序存储器和16K SRAM数据存储器。该评估板可以通过USB或外部电源供电。板载USB-UART接口提供了板与PC上运行的MPIDE工具之间的...
。 PIC24FJ128GC010 系列将高速 16 位 PIC24 MCU 与模拟外设相结合。除了 USB 和液晶显示器 (LCD) 控制器等数字模块外,PIC24FJ128GC010 还具有一个 12 位 10 Msps 流水线
该PIC32MZ器件系列仅采用1级高速缓存。L1缓存分为两部分,指令缓存和数据缓存。CPU 可以直接访问内存或通过缓存访问内存。高速缓存的使用对于实现PIC32MZ器件系列的最大性能至关重要。
本文介绍了带触摸屏的液晶控制器SSD1926与数字信号处理器PIC32MX460F512L的接口电路,并行接口时序的模块化实现,以及
PIC32MX是Microchip公司推出的新型32位高性能系列单片机。采用改进的哈佛架构、C编译器优化的指令集、流水线取指令方式,具有实用、指令集小、体积小、功耗低、速度高、功能强、抗干扰能力强等特点。除了本文主要介绍的8位...
串口可用之后,很多debug信息就可以通过串口打印输出了,所以我打算先把读到的温湿度数据通过串口打印出来,然后再调OLED显示,之后再将数据通过OLED屏显示,一步一步来。 首先还是在板子自带的Information sheet上找到I2C的管...
温湿度可以正常读取了,接下来就是调SPI和OLED显示,尝试将数据通过OLED屏显示出来。 查看OLED屏的资料,支持多种连接方式,默认的是4线SPI,但是没有MISO,也就是说OLED屏没有输出信号,不可读。那就在Information sheet上找SPI的管...