完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
嗨成员
我想在待机模式下切换引脚,但我不知道我该怎么做? 因为当我进入待机模式时,我使用的所有东西都被禁用了,我在飞思卡尔MCU中看到了这样的东西,但我不知道怎么做! 这可能在SPC Mcu中是否可行? 最好的祝福 Nazerian Vanima 以上来自于谷歌翻译 以下为原文 Hi members I want to toggle pin in standby mode but i do not know how can i do this ? because when i go to standby mode all things i use is disabled , i saw something lik this in freescale MCU's but i do'nt know how ! is this possible in SPC Mcu or not ? Best regards Nazerian Vanima |
|
相关推荐
6个回答
|
|
你好Vanima,
ST MCu与飞思卡尔的MCU具有相同的IP(SPC56~MPC56) 如果你想在待机模式下切换引脚..我认为这是不可能的。 您应该使用中间低功耗模式状态,并且应该在此模式下启用PCTL SIUL。 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Vanima , ST MCu's have the same IPs as Freescale's MCUs (SPC56 ~MPC56) If you want to toggle pin in Standby Mode .. i think that it is not possible. you should use an intermediate Low Power Mode state and the PCTL SIUL should be enable in this mode. Best regards Erwan |
|
|
|
你好Erwan
感谢您的答复 中间低功耗是否等于停止模式我是这个问题的开始 你能告诉我我怎么能这样做或者给我一个关于这个问题的参考或例子? 我尝试进入停止模式并设置SIU PCTL但是当我从这种模式回来时,MCU无法正常工作。 谢谢 最好的祝福 Nazerian Vanima 以上来自于谷歌翻译 以下为原文 Hello Erwan thanks for your response Is the intermediate Low Power equal to stop mode or not i am a begginer in this issue can you show me how can i do this or show me a refrence or example for this issue ? I try to go to stop mode and set the SIU PCTL but when i come back from this mode the MCU not work correctlly . thanks Best Regards Nazerian Vanima |
|
|
|
你好Vanima,
我认为当你进入STOP模式时。 你必须小心,因为FLASH处于掉电模式 我建议你把功能放在RAM中。 你有一个你的申请的例子吗? 你可以通过电子邮件直接发给我 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Vanima , I think that when you go into the STOP mode. you have to take care because the FLASH is in power-down mode i advice you to put the function in RAM. have you got an example of your application? you can send me directly by email. Best regards Erwan |
|
|
|
亲爱的二万
我非常感谢你的善意指导。 我尝试通过电子邮件尝试发送示例,但是当我向您的旧电子邮件发送ST服务器时 拒绝我的电子邮件,我不知道为什么,因为这个问题我在这里发送示例。 您可以在附件中找到我的示例代码。主要代码包括3个函数(led_blinking(),led_timer_start()和led_timer_stop)和 中断功能(IRQ_HANDLER(vector61))。目标是每1秒闪烁一次。 tick_time变量在定时器中断功能中设置。 主要问题是我如何在睡眠模式下运行代码。 Meaan,其他功能如 最好的问候, 期待您的回音, 以上来自于谷歌翻译 以下为原文 Dear Erwan I much appreciate you for your kind guidance. I try so much to try send the example by email but when i send to your old email the ST server Reject my Email ,i do not know why , because of this issue i send the example in here . The attachment you can find the my example code. The main code is including from 3 functions(led_blinking(), led_timer_start(), and led_timer_stop) and an interrupt function(IRQ_HANDLER(vector61)). The target is the blinking an led every 1 second. The tick_time variable is set in timer interrupt function. The main question is how I can run the code in sleep mode. Meaanwhile, the other functions such as Best Regard, looking forward to hearing from you, |
|
|
|
你好Vanima,
在休眠模式(STANDBY)中,它是一种破坏性重置。您将丢失PIN状态 RUN0(main / led_blinking)==> STANDBY ==> DRUN(定时器RTC的WKPU IRQ)==> RUN0(主要) 除 我建议你使用STOP模式 RUN0(main / led_blinking)==>停止(定时器RTC的WKPU IRQ或PIT的正常IRQ)==> RUN0(主要) 您重置外围设备,然后转到主分支机构 我建议你使用STOP模式 应在STOP模式下启用PCTL 92 最好的祝福 二万 以上来自于谷歌翻译 以下为原文 Hello Vanima , In SLEEP Mode (STANDBY), it is a destructive reset. You will lose your PIN status RUN0 (main / led_blinking) ==> STANDBY ==> DRUN (WKPU IRQ by timer RTC) ==> RUN0 (main) except I recommend you to use the STOP mode RUN0 (main / led_blinking) ==> STOP (WKPU IRQ by timer RTC or Normal IRQ by PIT) ==> RUN0 (main) you reset your peripherals and you go to the Main Branch I recommend you to use the STOP mode PCTL 92 should be enabled on STOP Mode
Best Regards Erwan |
|
|
|
你好Erwan
非常感谢,我尝试使用此代码并告诉您相关信息。 最好的祝福 Nazerian Vanima 以上来自于谷歌翻译 以下为原文 Hello Erwan Thanks so much , I try this code and tell you about that . Best Regards Nazerian Vanima |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2648 浏览 1 评论
3213 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1787 浏览 1 评论
3616 浏览 6 评论
5996 浏览 21 评论
944浏览 4评论
1318浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
588浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1307浏览 3评论
1367浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-27 14:30 , Processed in 1.119738 second(s), Total 59, Slave 52 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号