完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我正在尝试在我的应用程序中实现MotionFX。到目前为止,我有一个非常基本的设置,正确执行。 然后,在一个线程中,我从我的传感器中提取数据并将其推送到motionfx: 目前,0.01 deltatime变量不准确,但稍后会更正。 问题是我无法调用_propagate和_update函数。如果我只留下_propagate,我可以通过ripediatelly调用该函数并得到一些结果。与_update相同。但是,如果我在每次迭代中都调用它们,那么每次都会遇到一个严重的错误。 我在.ld文件中将堆栈大小增加到0x6000,结果相同。 在我的调试中,似乎这两个函数在线程上下文之外运行良好。 以上来自于谷歌翻译 以下为原文 Hello, I'm trying to implement MotionFX in my application. So far I have a very basic setup which executes correctly.
Then, in a thread, I pull data out of my sensors and push it to the motionfx:
For now, the 0.01 deltatime variable is not accurate, but will be corrected later. The problem is that I can not call the _propagate and _update function. If I leave only _propagate, I can call that function ripediatelly and get some results. Same with _update. However, if I call them both with each iteration, I run into a hard fault every time. I have increased stack size to 0x6000 in .ld file with the same results. In my debugging, it seems that the two functions run fine outside of the thread context. |
|
相关推荐
3个回答
|
|
我使用Keil IDE并尝试遵循该文档:
http://www.keil.com/appnotes/files/apnt209.pdf 我从堆栈大小检查开始,特别是当我有许多大型大小的局部变量,如函数内的数组。 我直接从/向RAM读取/写入时检查是否存在存储区域(如果由FSMC或FMC控制,也是SDRAM) 以上来自于谷歌翻译 以下为原文 I use Keil IDE and try to follow the document: http://www.keil.com/appnotes/files/apnt209.pdf I start from the stack size checking, especially when I have a lot of local variables with big sizes like arrays inside functions. I check if I refer to existent memory areas when reading / writing directly from / to RAM (also SDRAM if controlled by FSMC or FMC) |
|
|
|
我在编写问题时解决了我的问题...我在ld文件中不断增加应用程序的堆栈大小,而不是线程本身。那就是问题所在。
以上来自于谷歌翻译 以下为原文 I resolved my problem as I was writing the question... I kept increasing the stack size of the application in the ld file, but not of the thread itself. That was the problem. |
|
|
|
我喜欢和别人交谈解释这个问题,而且在谈话中我有很多次回答。我从麻省理工学院计算机科学领域的一位教授那里听说,这是接近/攻击问题的非常好的方法。
它适用于我和我工程部门的朋友。 以上来自于谷歌翻译 以下为原文 I like talking to someone to explain the issue and many times during the conversation I have an answer. I heard from a professor of MIT in Computer Science area that this is very good method of approaching / attacking problems. It works for me and my friends in my engineering department. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2735 浏览 1 评论
3241 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1810 浏览 1 评论
3650 浏览 6 评论
6039 浏览 21 评论
1339浏览 4评论
201浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
350浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
444浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
274浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-24 12:28 , Processed in 1.439845 second(s), Total 82, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号