Please consider for new designs
Key Features
200 MHz/330 DMIPS, microAptiv core
DSP-enhanced core:
Four 64-bit accumulators
Single-cycle MAC, saturating and fractional math
Dual Panel Flash for live update support
10-bit, 500 KSPS, 40-channel ADC module
Memory Management Unit for optimum embedded OS execution
microMIPS mode for up to 35% code compression
CAN, UART, I2C, PMP, EBI, SQI & Analog Comparators
SPI/I2S interfaces for audio processing and playback
Hi-Speed USB Device/Host/OTG
10/100 Mbps Ethernet MAC with MII and RMII interface
Temperature Range: - 40°C to 85°C; - 40°C to 125°C (planned)
Microcontroller Features
Operating voltage range of 2.2V to 3.6V
1MB Flash memory (plus an additional 160 KB of Boot Flash)
512KB SRAM memory
microMIPS mode for up to 35% smaller code size
DSP-enhanced core:
Four 64-bit accumulators
Single-cylce MAC, saturating and fractional math
Code-efficient (C and Assembly) architecture
Low-power management modes (Idle and Sleep)
Peripheral Features
50 MHz External Bus Interface (EBI)
50 MHz Serial Quad Interface (SQI)
Peripheral Pin Select (PPS) functionality to enable function remap
8 channels of hardware programmable DMA and 16 channels of dedicated DMA with automatic data size detection
Six UART modules (25 Mbps): Supports LIN 1.2 and IrDA protocols
Two CAN modules 2.0B Active with DeviceNet addressing support
Six 4-wire SPI modules (50 Mbps)
SQI configurable as an additional SPI module (50 MHz)
Five I2C modules (up to 1 Mbaud) with SMBus support
Parallel Master Port (PMP)
Hardware Real-Time Clock and Calendar (RTCC)
Nine 16-bit Timers/Counters (four 16-bit pairs combine to create four 32-bit timers)
Nine Capture inputs and Nine Compare/PWM outputs
Audio/Graphics/Touch HMI Features
Graphics interface: EBI or PMP
Audio data communication: I2S, LJ, RJ, USB
Audio data control interface: SPI and I2C™
Audio data master clock: Fractional clock frequencies with USB synchronization
Advanced Analog Features
10-bit ADC Module:
500 Ksps rate with one Sample and Hold (S&H) circuits
Up to 40 analog inputs
Flexible and independent ADC trigger sources
6 digital filters and comparators
Two comparators with 32 programmable voltage references
Temperature sensor with ±2°C accuracy
Debugger Development Support
In-circuit and in-application programming
4-wire MIPS® Enhanced JTAG interface
Unlimited program and 12 complex data breakpoints
IEEE 1149.2-compatible (JTAG) boundary scan
Non-intrusive hardware-based instruction trace
PIC32MZ1024ECH100 封装图
PIC32MZ1024ECH100 封装图
型号 | 制造商 | 描述 | 购买 |
---|---|---|---|
PIC32MZ1024ECH100T-I/PT | Vishay BC Components | 薄膜电容 Radial | 立即购买 |
PIC32MZ1024ECH100T-I/PF | Vishay BC Components | 薄膜电容 Radial | 立即购买 |
PIC32MZ1024ECH100-I/PT | Vishay | 立即购买 | |
PIC32MZ1024ECH100-I/PF | cgs---te-connectivity | 3560220RFT | 立即购买 |
该PIC32MZ器件系列仅采用1级高速缓存。L1缓存分为两部分,指令缓存和数据缓存。CPU 可以直接访问内存或通过缓存访问内存。高速缓存的使用对于实现PIC32MZ器件系列的最大性能至关重要。
前面说过TC1使用的是外部32K的时钟源,因为这个晶振没有焊接,无法测试,所以我们这里选择的测试时钟为TC2。 本MCU一共有9个定时器,TC1-TC9,都是16位的。先来看看时钟内部框图,TC外设使用的是PBCLK3,频率是100MHZ 打开MHC,选...
...载到开发板的用户手册。 开发板结构及主要部件介绍 1 PIC32MZ2048EFM100 32位微控制器; 2 Two mikroBUS sockets to expand functionality using MikroElectronika Click adapter boards (J5, J10); 3 X32 header for audio I/O using Microchip audio daughter boards (J14, J15); 4 MRF...
Microchip公司的PIC32MZ EF系列是高达250MHz的集成浮点单元(FPU),具有广泛的外设和包括局域网(CAN)的极好的连接选择,工作电压2.1V到 3.6V,DSP增强核具有四个64位累加器,单周期MAC,和IEEE 754兼容,主要用在案环境苛刻的汽车和工业应用如高分...
一、安装开发软件 后续的教程使用的开发环境: MPLAB X IDE v4.0.1() MPLAB XC32 Compiler v1.44() MPLAB Harmony v2.04() MPLAB Harmony Configurator Plugin v2.0.4.0(在MPLAB X IDE中安装) 上面列表后面是下载地址,在撰写该教程时都是最新的版本...
在出现的Configuration Bits中的改变每个配置中的option选项,配置也很简单前面的选择直接选择就可以了,但是具体参数的含义就要去好好学习了,目前我这些也不懂,就先了解下配置的步揍,颜色改变的选项的就是我们改变过的配...
本篇来进行最简单的IO端口测试,编写软件控制板卡上的LED灯闪烁。 以下是I/O端口的一些主要特性: 可单独使能/禁止输出引脚的漏极开路 可单独使能/禁止输入引脚的弱上拉和下拉 监视选择性输入并在检测到引脚电平状态发生...
然后可以右击Source Files->New->C Main Flie.... 弹出了窗口 New C Main File ,点击Finish建立源文件。然后编辑等。菜单上这几个按钮比较常用,依次是编译工程,清除并编译工程,运行工程(仿真调试用),编译工程并下载,读取工程数...