登录
首页 » 嵌入式芯片 » If you are running this example, will the PC emulation window, the first 1,2,3

If you are running this example, will the PC emulation window, the first 1,2,3

于 2022-06-19 发布 文件大小:109.94 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写.-If you are running this example, will the PC emulation window, the first 1,2,3-line display some information, at random locations show " 1 " ~ " 5" . Keil c51 as the default does not support the re-entry function, which re- into the function of the weight stack instead of using the simulation using the system stack, while the Small RTOS 51 not been re-stack management, and so TaskA ~ TaskE though its similar, but not combined. (2) compile-time there will be five warnings, One of them is because there is no cause to use a system function OSSendSignal, it can be ignored. The other four are prohibited between the variables covered analyze the task to be ignored. thank User

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于STM32F103的STemwin移植,电容屏采用中断方获得坐标
    应用背景本代码可以用于嵌入式图形界面设计、工业控制等。用户可以将其修改或者自行设计将其投入到自己的应用中。(压缩包中附带硬件资料,用户可以参考)关键技术本测试代码采用了正点原子的4.3寸电容屏,本人将其原先的查询方式获取电容屏的改为中断方式获取用户输入,查询的效率不仅低,而且占用CPU的资源,所以本人通过查询数据手册,将其修改为中断方式获取屏幕坐标。并在此基础上移植了STemwin嵌入式GUI,用户可以将其修改或者自行设计将其投入到自己的应用中。(压缩包中附带硬件资料,用户可以参考)
    2023-04-20 20:10:05下载
    积分:1
  • nrf905配置程序发送接收及应用,最基本的代码
    nrf905配置程序发送接收及应用,最基本的代码-Send nrf905 configured to receive and process applications, the most basic code
    2022-02-01 19:25:39下载
    积分:1
  • LPC2103的ADC 1232手臂仪器
    2022-10-30 05:10:03下载
    积分:1
  • 手臂基础知识,我才发现。和美国的份额
    ARM基础知识,我刚找到的。 和大家共同分享下-ARM basic knowledge, I have just found. And the U.S. share of
    2022-09-21 01:40:04下载
    积分:1
  • Attitude estimation based on EKF-基于扩展卡尔曼姿态解算
    应用背景姿态解算应用于飞行器、人体等载体的实时空间姿态的获取。能够重构载体姿态的空间位置。最常应用于飞行器,使飞行器能在空间保持平稳飞行。也包括可穿戴设备上的应用,能够估计人体步伐,进而进行空间定位。本资包含程序以及文档,非常详细的介绍了现有的几种姿态解算算法的原理。资源内包含的算法程序代码为原创代码,并不是网络上流传的MAK代码。关键技术算法核心用到了EKF扩展卡尔曼滤波,扩展卡尔曼滤波是公认的最优解滤波算法,它的收敛速度最快,在不同的应用中调整相应常数,既能达到良好的效果。资源中的EKF算法还属于比较粗糙的阶段,数据通过传感器采集后直接进入滤波器算法。如果要实际应用,必须对采集的数据先进行第一阶段的处理,再进入滤波器,否则扰动很大。另外资源也介绍了另外两只姿态求解算法,有需要请下载,相信该资源值得下载。
    2023-08-11 11:25:06下载
    积分:1
  • S3C44B0X LCD (320* 240) driver
    S3C44B0X LCD(320*240)驱动程序-S3C44B0X LCD (320* 240) driver
    2022-05-18 06:21:11下载
    积分:1
  • STM32的103驱动
    stm32f10x的驱动程序与lcd dbi8和adc、dma、timer、usart、can等性能配合使用,内核速度非常快,超过72000000;
    2022-12-26 07:45:04下载
    积分:1
  • 集中数据采集系统中,运用ARM7(三星440)作核心进行数据的采集汇集上传下发等...
    集中数据采集系统中,运用ARM7(三星440)作核心进行数据的采集汇集上传下发等-Centralized data acquisition system, using ARM7 (Samsung 440) for the core data collection, such as pooling Upload issued
    2022-06-13 14:18:13下载
    积分:1
  • led_pic_flash
    #include //#include //#include "pic16f877.h" //#include "pic18f4539.h" //#include "pic18f452.h" //htc.h //========================================================== void delay(unsigned int value) {     while(value>0) value--;  } //========================================================== //================================================ //#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF //__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF ); //__CONFIG(HS & WDTE_OFF & DEBUG_OFF ); #pragma config   OSC = HS,WDT =OFF #pragma config PWRT = OFF //#pragma config  OSC = HSPLL #pragma config  WDT = OFF #pragma config    LVP = OFF void main(void) { //CLEARBIT(TRISD,0xff); //SETBIT(PORTD,0xff); TRISB=0x00
    2023-05-01 00:10:04下载
    积分:1
  • 在ARM中的ADS软件实现一个滤波器,教学使用
    在ARM中的ADS软件实现一个滤波器,教学使用-At ARM" s ADS software implementation of a filter, teaching the use of
    2022-03-02 01:41:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载