×
搜索
每日签到
|
APP下载
|
登录
首页
研发技术
技术分类
嵌入式
模拟电子
电磁兼容
单片机
电池
电源
RF射频
传感器
显示-光电
FPGA/DSP
接口总线驱动
全部
前沿技术
高通5G手机芯片性能测评
高频小信号谐振放大电路时域与频域对比分析
高薪IC设计工程师是如何炼成的?
龙芯发布四款芯片:加速产业布局 中国芯大有可为
为什么我们要用隔离式放大器
热门技术文章
液晶显示器控制设计_含源程序代码
飞思卡尔数字压力传感器实现硬盘驱动存储容量增加
骁龙710为全新层级的智能手机提供用户所需的的顶级特性
解读西部电子设计行业四大亮点
节点转换成本升级,摩尔定律将在2014年被打破?
适用于WLAN IEEE80211a标准的双模前置分频器设计
行业应用
行业应用
医疗电子
物联网
智能电网
汽车电子
工业控制
AI
家电数码
热门应用
物联网网关是智能家居发展的重要支撑
齐聚澳门 ViewSonic优派助阵MDL Macau Dota 2 国际精英邀请赛
龙芯、飞腾、申威进入国企采购目录 但不应过度解读
绝缘电阻极化指数测量方法
阿特斯阳光电力加入 Intertek ‘卫星计划’
最新应用文章
区块链本体跨链技术设计方案解析
机器人技术电路设计图集锦
智能手环怎么用_智能手环使用教程
以IoT联接智能家居和楼宇
工业机器人控制系统由什么组成
绝缘电阻测试仪及兆欧表的组成和选用标准
电子论坛
社区导航
更多>
硬件设计讨论
电磁兼容&安规论坛
射频RF|微波技术
电源技术论坛
信号完整性SI/PI仿真
芯片SIP|封装设计
单片机|MCU论坛
ARM|DSP嵌入式论坛
物联网技术
FPGA|CPLD论坛
MATLAB论坛
器件选型&认证
Cadence Allegro论坛
Allegro Skill开发
Orcad|Concept论坛
Mentor Xpedition论坛
PADS PCB论坛
Altium Protel论坛
PCB封装库论坛
EDA365作品展
PCB生产工艺论坛
电子装联PCBA工艺&设备论坛
IPD流程管理
失效分析&可靠性
元器件国产化论坛
EDA365线下活动区
职业生涯
EDA365原创吧
巢粉引擎
电巢直播
研发资源
电子百科
器件手册
设计外包
EDA365 Skill
EDA365 Tools
Xilinx开发者社区
电巢
研发资源
>
标签
>
tutorial
tutorial
...
|
相关技术
PIC32MZ tutorial -- 32-bit Timer
发布时间:2020-06-19
The microcontroller is PIC32MZ2048ECH144 on the PIC32MZ EC Starter Kit. This microcontroller has four 32-bit synchronous timers are available by combining Timer2 with Timer3, Timer4 with Timer5, Timer ...
<全部>
单片机程序设计
|
pic32mz
Timer
单片机技术
tutorial
111
PIC32MZ tutorial -- Timer Interrupt
发布时间:2020-06-19
An interrupt is an internal or external event that requires quick attention from the controller. The PIC32MZ architecture provides a rich interrupt system that can manage up to 190 sources of interrup ...
<全部>
单片机程序设计
|
pic32mz
interrupt
Timer
tutorial
71
PIC32MZ tutorial -- Change Notification
发布时间:2020-06-16
In my last post I implement"Key Debounce"with port polling, port polling is not very efficient. And this time, I will use change notification instead of port polling. It generates interrupt and starts ...
<全部>
单片机程序设计
|
pic32mz
Change
tutorial
Notification
29
PIC32MZ tutorial -- Hello World
发布时间:2020-06-16
Today I implement"Hello World"on PIC32MZ EC starter kit. The application of"Hello World"only lights up a LED. There are three LEDs on the starter kit board -- LED1 and LED2 and LED3. At the moment, I ...
<全部>
单片机程序设计
|
pic32mz
World
Hello
tutorial
141
PIC32MZ tutorial -- Key Debounce
发布时间:2020-06-16
Today I accomplish a application on PIC32MZ EC Starter Kit. The feature of application is to light up LED when key released and put out LED when key pressed. LED is the Starter Kit LED1 connecting to ...
<全部>
单片机程序设计
|
pic32mz
Key
tutorial
Debounce
62
PIC32MZ tutorial -- Blinky LED
发布时间:2020-06-03
Today I finish the"Blinky LED"application on PIC32MZ starter kit. This application let LED1 blink with 0.5HZ frequency. The pseudo code is like LOOP: LED ON Delay 1 second LED ...
<全部>
单片机程序设计
|
LED
pic32mz
tutorial
Blinky
128
PIC32MZ tutorial -- Input Capture
发布时间:2020-06-03
Today I accomplish a simple application for PIC32MZ EC Starter Kit. This application uses Input Capture feature of PIC32MZ. The Input Capture module captures the 32-bit value of the selected Time Base ...
<全部>
单片机程序设计
|
pic32mz
tutorial
Capture
Input
10
PIC32MZ tutorial -- Watchdog Timer
发布时间:2020-05-16
Watchdog is a very necessary module for embedded system. Someone said that embedded system operates without watchdog enabled just like the car without air bag. You should always enabled watchdog as po ...
<全部>
单片机程序设计
|
pic32mz
WATCHDOG
Timer
tutorial
136
上一个
下一个
|
最新活动
国产PCIe Retimer芯片!破解高速传输信号完整性难题
|
相关标签
pic32mz
Timer
interrupt
External
Change
Key
Blinky
WATCHDOG
|
热门文章
PIC32MZ tutorial -- Input Capture
PIC32MZ tutorial -- Watchdog Timer
PIC32MZ tutorial -- Key Debounce
PIC32MZ tutorial -- 32-bit Timer
PIC32MZ tutorial -- Blinky LED