[RTOS] based on the latest version of the V7 development board RTX4 V4.81.1 program template, do not use CMSIS-RTOS encapsulation layer, remain super fighting

Template download:

Link: https: //pan.baidu.com/s/1idoQYcR3SOzVC3KTFcMGMA extraction code: i8k5 1, MDK use MDK5.26 and above.
 

2, after entering the MDK5, classic RTX4 no separate release, encapsulated the CMSIS-RTOS V1 encapsulation layer, the encapsulation layer more bloated,   
     direct rid us of this bloated encapsulation layer (deleted this layer, using the old version the OS layer), continue to use the original RTX4, traveling light.

3, tutorials before you can see the version, no difference:
https://www.cnblogs.com/armfly/p/11256412.html


 

    / * 
    **************************** ************************************************** ******* 
    * 
    * module name: the main program module. 
    * File Name: main.c 
    * Version: V1.0 
    * Description: RTX4 the template to create 
    * Purpose: 
    * 1. Learn to create templates RTX4 
    * experiment contents: 
    * 1 K1 button is pressed, serial printer. 
    * 2. The various tasks implement the following functions: 
    * AppTaskUserIF Task: PUSH message processing. 
    * AppTaskLED task: LED flashes. 
    * AppTaskMsgPro tasks: message processing, this is used as the LED flashes. 
    * AppTaskStart task: start task, as a driver here BSP packet processing.
    * Precautions:
    * 1. After entering the MDK5, classic RTX4 not released separately, is encapsulated sealing CMSIS-RTOS V1 
    * package layer, the encapsulation layer more bloated, bloated here directly remove the encapsulation layer (this layer is deleted, 
    * use the old version of the OS layer), continue to use the original RTX4, traveling light. 
    * 2. this test is recommended to use the serial port software SecureCRT, or else the serial print neatly. This software 
    has a development board * V7 CD inside. 
    * 3. Be sure to indent parameter editor and TAB is set to 4 to read this document, or irregular code is displayed. 
    * 
    * Records: 
    * Revision Date Author Description 
    * V1.0 2019-05-01 Eric2013 1. ST library firmware version 1.3.0 
    * 2. BSP driver package V1.2 
    * 3. RTX4 version V4.82 
    * 
    *                                       
    * Copyright (C), 2019-2030, Ann Fuller electronic www.armfly.com 
    ******************************** ************************************************** ************************************************************ 
    * /




Since no CMSIS-RTOS V1 encapsulation layer stack usage display shows the overflow section, the tubes do not.
Back alone to be a task stack testing tasks, to facilitate debugging.

Guess you like

Origin www.cnblogs.com/armfly/p/11256248.html