1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,在crt0.S中,我应该放置//以下代码片段在“C”启动代码//的开头,以查找来自睡眠的唤醒是否是由于WDtif(RCON&0x18)//WDT导致来自睡眠的唤醒{asm volatile(“eret”);//根据数据从中断返回}当我醒来的时候,我的WDT超时?善待本
以上来自于百度翻译 以下为原文 Hi All where in the crt0.S should I put // The following code fragment is at the beginning of the ‘C’ start-up code // to find whether the wake from Sleep is due to the WDT if ( RCON & 0x18 ) // The WDT caused a wake from Sleep { asm volatile( “eret” ); // return from interrupt } as per the datasheet when I wake up from sleep when my WDT timeout? Kind regards Ben |
|
相关推荐
1个回答
|
|
我认为,在文档中,省电模式只是让您知道如何处理看门狗超时NMI。如果有NMI,根据CRT0S,进程将被重定向到JNMIHAL处理程序,它已经通过XC32以弱版本实现。源是ATPIC32 LIBS/LIBPIC32/存根/默认NMI处理程序.S。所以基本上不需要做任何事情,除非您想处理WDT信息或清除RCON。如果您想拥有自己的版本的NMIIHANTHER,您可以只写一个C函数,比如“Valuy NmithHuffer-[Value]”来处理。S的信息,你也可以把原来的弱版本的nmil处理程序的ASM代码放在你的函数中。XC32 C/C++编译器的用户指南也有一些关于NMI和JNMIH-HANDLE的信息。
以上来自于百度翻译 以下为原文 I think in the document, Power-Saving Modes, just gives you an idea of how to handle a Watchdog Timeout NMI. If there is an NMI, according to crt0.S, the process will be redirected to the _nmi_handler, it's already implemented in a weak version by XC32. The source is at pic32-libs/libpic32/stubs/default-nmi-handler.S. So basically you don't need to do anything unless you want to process the WDT information or clear the RCON. If you want to have your own version of _nmi_handler, you can just write a C function like "void _nmi_handler(void)" to process the information, you may also put the original weak version _nmi_handler asm code within your function. the XC32 C/C++ Compiler User's Guide also has some information about NMI and _nmi_handler. |
|
|
|
只有小组成员才能发言,加入小组>>
5238 浏览 9 评论
2028 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3204 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
778浏览 1评论
666浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
595浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
677浏览 0评论
576浏览 0评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 10:19 , Processed in 1.426908 second(s), Total 75, Slave 59 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号