admin管理员组文章数量:1418419
I am using a PIC32MZ2048EFM144 uC. I wanted to know time taken for a routine called adc7768()
. When I go to
window->debugging->stopwatch
and try to debug it gets hung. Debug will not happen. I am using MPLAB V5.3 IDE.
I am using a PIC32MZ2048EFM144 uC. I wanted to know time taken for a routine called adc7768()
. When I go to
window->debugging->stopwatch
and try to debug it gets hung. Debug will not happen. I am using MPLAB V5.3 IDE.
Share Improve this question edited Mar 14 at 6:57 Mike 4,3807 gold badges24 silver badges45 bronze badges asked Jan 31 at 5:58 maxymaxy 752 silver badges10 bronze badges 3- 1 I guess the stopwatch only works with the simulator, not with the debugger. – Mike Commented Jan 31 at 6:30
- Thank you but for simulator also stopwatch option got disabled . – maxy Commented Jan 31 at 6:39
- 1 Maybe your IDE version is to old. Try to use the much newer v6.20. microchip/en-us/tools-resources/develop/mplab-x-ide#tabs – Mike Commented Jan 31 at 6:41
1 Answer
Reset to default 1There isn't any support for the simulator of the PIC32MZ2048EFM144 in MPLABX 5.3. This version is almost 15 years old. If you want full support for your controller, switch to MPLABX v6.20.
How to use the stopwatch:
- select Configuration -> Connected Hardware Tool -> Simulator
- Input your Instruction Frequency e.g. 1MHz (default one)
- Read your cycle count under Window -> Stopwatch
本文标签: debuggingWhy is the stopwatch for PIC32MZ2048EFM144 microcontroller always disabledStack Overflow
版权声明:本文标题:debugging - Why is the stopwatch for PIC32MZ2048EFM144 microcontroller always disabled? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745276783a2651235.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论