-
If you are running this example, will the PC emulation window, the first 1,2,3
这个例子如果运行,将在仿真的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
- 2022-06-19 05:01:57下载
- 积分:1
-
经过检验的4510B的BOOT启动代码,是烧到FLASH里面的呦
经过检验的4510B的BOOT启动代码,是烧到FLASH里面的呦-tested 4510B the BOOT boot code is spread to the inside strove FLASH
- 2022-07-07 01:55:20下载
- 积分:1
-
at91rm9200 the pcb board Packaging, to facilitate the production of circuit
at91rm9200的pcb板封装,便于电路制作-at91rm9200 the pcb board Packaging, to facilitate the production of circuit
- 2022-03-24 16:48:27下载
- 积分:1
-
keil LPC2138 epson6610 LCD源
keil lpc2138 epson6610 lcd source
- 2022-11-13 04:15:02下载
- 积分:1
-
RVDS4.0专业版 试用license
RVDS4.0专业版 试用license
-RVDS4.0 Pro Trial license
- 2022-04-21 03:56:04下载
- 积分:1
-
Nucleus操作系统在三星s3c2410上的移植
Nucleus操作系统在三星s3c2410上的移植-Nucleus operating system on the Samsung S3C2410 transplant
- 2022-04-12 12:44:44下载
- 积分:1
-
用LPC2106做的ARM开发板
用LPC2106做的ARM开发板-do with the LPC2106 ARM development board
- 2022-05-12 13:31:21下载
- 积分:1
-
lcd 1602使用程序 调试过 可放心使用
lcd 1602使用程序 调试过 可放心使用-lcd 1602 over the use of program debugging can be assured the use of
- 2022-02-14 14:47:21下载
- 积分:1
-
最新的LPC214X Timer驱动程序,适用于
NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148。...
最新的LPC214X Timer驱动程序,适用于
NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148。-LPC214X Timer driver for NXP LPC2141, LPC2142, LPC2144, LPC2146, LPC2148.
- 2022-10-02 18:05:03下载
- 积分:1
-
SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统...
SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统单片机如51系列上运行tcp/ip 协议栈是不太现实的.一般tcp/ip 协议栈需要在32位单片机上运行,在8位机上运行太勉强(51是8位机),除非您只运行ip协议.建议使用ucos/ii操作系统或是嵌入式linux,并选用arm或龙珠系列单片机-SMALL RTOS for small microcontrollers ram system, written in 51 series of microcontrollers currently only on the successful operation, no other MCU on the transplant (currently I am only 51 and avr development system). In the small ram System-on- machines such as the 51 series of films running on tcp/ip protocol stack is not very realistic. General tcp/ip protocol stack need to run 32-bit microcontrollers in the 8-bit machine running Taimian Jiang (51 is the 8-bit machine), unless you run only ip protocol is suggested. ucos/ii operating system or embedded linux, and use arm or Pearl Series MCU ..
- 2022-07-15 10:32:03下载
- 积分:1