完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
Hy-ALL,我的问题是我的异常处理程序没有被执行,而是Stand异常处理程序IS.我定义了我的异常处理程序:代替它,MPLAB提供的一般异常处理程序被执行:我使用MPLAB IDE V4.15,XC32 V2.05。有什么想法吗?谢谢
以上来自于百度翻译 以下为原文 Hi all, my issue is that my exception handler is not being executed, instead the stanard exception handler is. my definition of my exception handler: void __attribute__((nomips16)) _general_exception_handler(void) { //some code } instead of it, the general exception handler provided by MPLAB is executed instead: void _general_exception_handler ( void ) { /* Mask off Mask of the ExcCode Field from the Cause Register Refer to the MIPs Software User's manual */ _excep_code = (_CP0_GET_CAUSE() & 0x0000007C) >> 2; _excep_addr = _CP0_GET_EPC(); _cause_str = cause[_excep_code]; SYS_DEBUG_PRINT(SYS_ERROR_ERROR, "nrGeneral Exception %s (cause=%d, addr=%x).nr", _cause_str, _excep_code, _excep_addr); while (1) { SYS_DEBUG_BreakPoint(); } } I am using MPlAB IDE v4.15, XC32 v2.05. Any Ideas? thanks |
|
相关推荐
1个回答
|
|
如果两个异常处理程序实际上都在项目中,则不会生成,因为您将为异常处理程序提供竞争性定义。您确信您的实现实际上是在项目中吗?
以上来自于百度翻译 以下为原文 If both exception handlers are actually in your project it wouldn't build because you would be providing competing definitions for the exception handler. Are you sure that your implementation is actually in the project? |
|
|
|
只有小组成员才能发言,加入小组>>
5228 浏览 9 评论
2026 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3199 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
770浏览 1评论
658浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
585浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
668浏览 0评论
570浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-18 12:18 , Processed in 1.376105 second(s), Total 77, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号