eric2013 发表于 2020-4-16 00:50:22

RTX5.5.2版本发布,增加对Cortex-M55支持(2020-04-16)



已经包含在CMSIS5.7.0软件包里面,软件包镜像下载:

http://www.armbbs.cn/forum.php?mod=viewthread&tid=96992


hpdell 发表于 2020-4-18 16:21:42

你好,请教下,怎么我移植的这个东东, 使用 queue 功能, 发送消息邮箱时, 程序貌似会进入 idle 里面, 是咋回事啊 ?

程序正常 运行时 是没有问题的, 貌似就是不能够使用 osMessageQueuePut 这个, 还有事件标志目前还没有测试

eric2013 发表于 2020-4-19 13:13:26

hpdell 发表于 2020-4-18 16:21
你好,请教下,怎么我移植的这个东东, 使用 queue 功能, 发送消息邮箱时, 程序貌似会进入 idle 里面, 是咋回 ...

你说的是你embOS版的吧。

hpdell 发表于 2020-4-19 13:14:54

eric2013 发表于 2020-4-19 13:13
你说的是你embOS版的吧。

是的,不好意思, 搞错板块了啊

embOS 我的貌似只能使用原型函数就可以, 使用 v2 封装层 貌似比较麻烦啊

hpdell 发表于 2020-4-19 13:16:27

eric2013 发表于 2020-4-19 13:13
你说的是你embOS版的吧。

这个rtx 5 里面, 事件标志 有什么方法可以提高响应速度啊 ??

eric2013 发表于 2020-4-20 00:03:07

hpdell 发表于 2020-4-19 13:16
这个rtx 5 里面, 事件标志 有什么方法可以提高响应速度啊 ??

RTX5有自己专有的任务事件标志,速度很快。

osThreadFlagsSet : Set the specified Thread Flags of a thread.
osThreadFlagsClear : Clear the specified Thread Flags of current running thread.
osThreadFlagsGet : Get the current Thread Flags of current running thread.
osThreadFlagsWait : Wait for one or more Thread Flags of the current running thread to become signaled.

hpdell 发表于 2020-4-20 09:08:22

eric2013 发表于 2020-4-20 00:03
RTX5有自己专有的任务事件标志,速度很快。

osThreadFlagsSet : Set the specified Thread Flags of a ...

好的,我研究一下该如何使用

hpdell 发表于 2020-4-20 10:06:51

eric2013 发表于 2020-4-20 00:03
RTX5有自己专有的任务事件标志,速度很快。

osThreadFlagsSet : Set the specified Thread Flags of a ...

你好,这个

osThreadFlagsClear : Clear the specified Thread Flags of current running thread. 这个标志清除,系统会自动清除还是需要人为的 去清除啊 ?

eric2013 发表于 2020-4-20 10:47:19

hpdell 发表于 2020-4-20 10:06
你好,这个

osThreadFlagsClear : Clear the specified Thread Flags of current running thread. 这 ...

正常无需调用这个,函数osThreadFlagsWait获取后可以自动清除

hpdell 发表于 2020-4-20 10:51:56

eric2013 发表于 2020-4-20 10:47
正常无需调用这个,函数osThreadFlagsWait获取后可以自动清除

那就好哇,多谢多谢了
页: [1]
查看完整版本: RTX5.5.2版本发布,增加对Cortex-M55支持(2020-04-16)