完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,
在我的用于STM8S003的Cosmic C程序中我遇到了一个问题:某些浮点计算的结果偶尔会被破坏。 变量的使用不能成为原因,因为使用的变量是中断保存。变量和堆栈的RAM空间也不会变窄。还剩下很多空间。 在我的正常主循环程序中,有一些浮点计算(乘法,加法,除法)。 在中断服务程序中,还使用了浮点乘法和加法。 当我在主循环计算完成时禁用中断时,问题就消失了!但我真的不想那样做。我想了解原因。 在反汇编中,我注意到在两种情况下(main和ISR)都使用了以下程序集“'函数'': CALL c_rtol CALL c_ltor CALL c_fmul 当从main和ISR调用相同的“函数”时,这些函数是否可能不可重入并且数据被破坏? 在这种情况下,这是正常还是可以被视为错误? 谢谢。 以上来自于谷歌翻译 以下为原文 Hello everybody, in my Cosmic C program for a STM8S003 I have a problem: The result of some floating point calculations are sporadically corrupted. The usage of variables can not be the cause for that because the used ones are are interrupt-save. Also RAM space for variables and stack is not getting narrow. There is much space left. In my normal main loop program there are some floating point calculations (multiplications, additions, divisions). In an interrupt service routine there are also floating point multiplications and additions used. When I disable interrupts while the main loop calculations are done the problem is gone! But I don't really want to do that. I want to understand the cause. In the disassembly I noticed that in both cases (main and ISR) the folowing assembly ''functions'' are used: CALL c_rtol CALL c_ltor CALL c_fmul Could it be possible that these functions are not reentrant and that data is corrupted when the same ''function'' is called from main and from the ISR? When this is the case, is this normal or could it be considered as a bug? Thank you. |
|
相关推荐
1个回答
|
|
你好,
确保您的中断函数使用@svlreg修饰符。 手册中的更多细节。 问候, 卢卡 以上来自于谷歌翻译 以下为原文 Hello, make sure your interrupt functions use the @svlreg modifier. More details in the manual. Regards, Luca |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2653 浏览 1 评论
3215 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1789 浏览 1 评论
3618 浏览 6 评论
5997 浏览 21 评论
946浏览 4评论
1319浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
591浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1309浏览 3评论
1369浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-29 05:01 , Processed in 1.063580 second(s), Total 48, Slave 42 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号