【EasyARM-RT1052测评】+FreeRTOS的移植使用
<div class='showpostmsg'>FreeRTOS的移植,NXP官方已经提供了一个系统时钟的配置方案,所以调用SDK,也是很方便的就能完成移植任务在工程里面添加FreeRTOS的源码和NXP移植好的接口文件
添加相应的头文件目录
宏定义增加FEERTOS的使用
添加FreeRTOS,配置文件(FreeRTOSConfig.h可以在Rtos demo中找一个)的路径
以上就能实现RTOS的移植,测试下是否运行成功
主函数创建一个简单的打印函数
运行结果如下,可以看到数据一直在打印,LED也一直在闪烁,说明移植成功。
附上新建的工程,放在SDK_2.4.2_MIMXRT1052xxxxB\boards\EasyARM-RT1052-V1_0\demo_apps目录下解压即可,keil版本是V5.26.2.0
此内容由EEWORLD论坛网友ID.LODA原创,如需转载或用于商业用途需征得作者同意并注明出处
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script> keil5 编译太慢了,玩着还是用IAR好, ou513 发表于 2018-12-19 08:16
keil5 编译太慢了,玩着还是用IAR好,
本来是想用IAR的,但是最近调试老是报读不到芯片的错误,就用keil了,没开browser information,用着还行。
页:
[1]