完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
Brown out重置只是将PIC24放在保持中,还是在PIC上进行重置?我会使用它,如果它只是持有(暂停指令),但我认为我不能使用它,如果它在PIC重置。
以上来自于百度翻译 以下为原文 Does brown out reset just put the PIC24 in HOLD or does it actually do a reset on the PIC? I will use it if it just holds (pauses instructions) but I don't think I can use it if it does a reset on the PIC. |
|
相关推荐
16个回答
|
|
是什么让你相信PIC24有一个“保持”特性?
以上来自于百度翻译 以下为原文 What has led you to believe the PIC24 has a "hold" feature? |
|
|
|
我在下面的论坛看到了这篇文章。但听起来像是做了重置。所以它听起来不是很有用。听起来,你必须防止棕色的电源从一开始就发生。因为我们的PIC上的软件现在启动到电源故障状态,所以用户必须按“开始”继续。如果每次出现停电时都重置,那么用户在使用时就会看到随机电源重启,这也不好。如果进入芯片的电源不足以可靠地工作,则处理器处于复位状态。本质上,如果电源不足将导致奇怪的行为,处理器将保持复位,而不是试图继续运行。一旦电压超过了熄灭阈值,它就应该恢复。
以上来自于百度翻译 以下为原文 I saw on these forums this text below. But sounds like it does do a reset. So it doesn't sound very useful then. Sounds like you have to prevent the brown out of power from occuring in the first place. Because the software we have on the PIC right now boots up into a power failure state, so the user has to press start to continue. If it reset everytime a brownout occurred, then the user would just see random power restarts while using it and that would be no good either. "A brown out is a loss of power (or enough of a loss of power so that the PIC won't function reliably). All that Brown Out Reset does is automatically put the processor in reset if the power coming into the chip isn't sufficient to work reliably. Essentially, if lack of power is going to cause funky behavior, the processor will hold in reset rather than try and keep running. It should then resume once the voltage has gone above the brownout threshold" |
|
|
|
它是否会因为PIC上没有启用上电计时器而导致,从而可能正在从SPI线路发送虚假数据?我目前没有上电定时器或BOR。
以上来自于百度翻译 以下为原文 Could it instead be caused by not having the power up timer enabled on the PIC so that it is maybe sending bogus data out the SPI lines? I don't have power up timer or BOR enabled currently. |
|
|
|
你还需要包括“重置”的粗体。你可以“执行”的唯一方法是停止CPU时钟。
以上来自于百度翻译 以下为原文 You need to include "in reset" in bold as well. The only way you can "hold" execution is to stop the CPU clock. |
|
|
|
|
|
|
|
|
|
|
|
停止时钟,公平地说,停止时钟的事物。
以上来自于百度翻译 以下为原文 Which stops the clock. Fair enough, Things that stop the clock. |
|
|
|
这是一个绕过这个话题的HTTP://www. McCHIP.COM/FUMUS/M9577.7.ASPXAND在那里被充分讨论。
以上来自于百度翻译 以下为原文 This is a detour from this topic http://www.microchip.com/forums/m957237.aspx and is fully discussed there. |
|
|
|
PIC24当然有AMODED处理器停止,但时钟仍在运行。在DOCS中它被称为“空闲”。
以上来自于百度翻译 以下为原文 PIC24 most certainly has a mode where processor stops, but the clock is still running. It is called "idle" in the docs. |
|
|
|
当PIC从重置中出来时(例如,在brown out之后),您可以检查一个寄存器(在我的头顶上不记得它的名字),它告诉重置的原因。
以上来自于百度翻译 以下为原文 When the PIC comes out of reset (after a brown out for example) you can examine a register (don't remember its name on the top of my head) that tells the cause of the reset. /Ruben |
|
|
|
我不认为有人说了相反的话吗?
以上来自于百度翻译 以下为原文 I don't think anyone has said anything to the contrary? |
|
|
|
我不认为有人说了相反的话吗?也许有人这样做了:
以上来自于百度翻译 以下为原文 I don't think anyone has said anything to the contrary? Perhaps someone did: |
|
|
|
空闲模式是为什么我明确地说“停止CPU时钟”,而不是“停止时钟”。
以上来自于百度翻译 以下为原文 Idle mode is why I specifically said "stops the CPU clock", not "stops the clock". |
|
|
|
如果BOR已禁用Brown,CPU状态是否有效?我想这是没有保证的。
以上来自于百度翻译 以下为原文 Is The CPU state valid if there is a brown out with the BOR disabled? I would think it was not guaranteed. |
|
|
|
根据设备的不同,数据表可以告诉您在各种重置条件下重置了哪些寄存器(以及重置了哪些值)。但是,我假设BOR可能与POR相同,这意味着您不能信任任何事情,并且应该按照需要的方式初始化所有寄存器。
以上来自于百度翻译 以下为原文 Depending on the device the data sheet can tell you what registers are reset (and to what values) in the various reset conditions. However I would assume that a BOR is probably the same as a POR which means that you can't trust anything and should initialise everything the way you need it. Susan |
|
|
|
如果发生在上电/下电时,固件重置没有关系。如果在正常运行时发生,那么就有一些严重的电源设计问题。
以上来自于百度翻译 以下为原文 If it's happening during power-up/down, it doesn't matter if your firmware resets. If it's happening during normal operation, then you have some serious power supply design issues! |
|
|
|
只有小组成员才能发言,加入小组>>
5238 浏览 9 评论
2027 浏览 8 评论
1950 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3202 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2253 浏览 5 评论
772浏览 1评论
663浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
590浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
672浏览 0评论
572浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 15:16 , Processed in 1.579540 second(s), Total 107, Slave 90 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号