03 2020 档案

如何测试嵌入式处理器的CPU使用率
摘要:某个网站的方法 需要使用逻辑分析仪 https://www.embedded.com/how-to-calculate-cpu-utilization/ CPU Utilization使用率定义: 由1,需要计算空闲任务执行时间。空闲任务一般如下: 1 Listing 1: Simple examp 阅读全文

posted @ 2020-03-31 22:20 yanhc 阅读(3066) 评论(0) 推荐(0)

关于嵌入式实时操作系统的实时性
摘要:嵌入式实时操作系统RTOS里实时的衡量指标到底是什么呢?1s肯定达不到实时,那需要多快呢?100ms,10ms,1ms,还是100us,10us? 还有这些指标是如何测量的呢? 一个关于1553B总线消息周期实时性指标的例子 一篇论文中关于1553B总线消息周期实时性的指标,从这个例子中可以看出,对 阅读全文

posted @ 2020-03-29 20:55 yanhc 阅读(3354) 评论(1) 推荐(0)

RTEMS API
摘要:常用函数 rtems_interrupt_catch intrcatch.c cpukit\rtems\src 1468 2003/9/5 11 /* rtems_interrupt_catch * * This directive allows a thread to specify what a 阅读全文

posted @ 2020-03-24 22:10 yanhc 阅读(304) 评论(0) 推荐(0)

1553, 61580
摘要:http://emesjx.spaces.eepw.com.cn/articles/article/item/100023 输出数据延时,挺。。。 1、BU-61580有“缓冲”和“透明”2种存储模式,前者使用BU-61580内部4Kx16bit缓冲区,后者使用外部RAM作为数据缓冲区,最大可达64 阅读全文

posted @ 2020-03-20 22:52 yanhc 阅读(1425) 评论(0) 推荐(0)

sparc-rtems-gcc version
摘要:sparc-rtems-4.6.5-gcc-3.2.3-1.0.16-cygwin.tar.bz2这个是cygwin交叉编译工具,是从以下网址下载的,rtems对应4.6.5,gcc对应3.2.3https://www.gaisler.com/anonftp/rcc/bin/ sparc-rtems 阅读全文

posted @ 2020-03-18 14:12 yanhc 阅读(497) 评论(0) 推荐(0)

rtems chain
摘要:rtems 4.6 涉及文件 chain.h (cpukit\libcsupport\include)提供用户程序接口,用户程序接口无下划线开头,内核程序使用下划线开头 /* chain.h * * This include file contains all the constants and s 阅读全文

posted @ 2020-03-14 12:21 yanhc 阅读(203) 评论(0) 推荐(0)

导航