]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/HCS12_GCC_banked/main.c
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS / Demo / HCS12_GCC_banked / main.c
1 \r
2 /*\r
3  * FreeRTOS Kernel V10.3.0\r
4  * Copyright (C) 2020 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
5  *\r
6  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
7  * this software and associated documentation files (the "Software"), to deal in\r
8  * the Software without restriction, including without limitation the rights to\r
9  * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r
10  * the Software, and to permit persons to whom the Software is furnished to do so,\r
11  * subject to the following conditions:\r
12  *\r
13  * The above copyright notice and this permission notice shall be included in all\r
14  * copies or substantial portions of the Software.\r
15  *\r
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r
18  * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r
19  * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r
20  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
21  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
22  *\r
23  * http://www.FreeRTOS.org\r
24  * http://aws.amazon.com/freertos\r
25  *\r
26  * 1 tab == 4 spaces!\r
27  */\r
28 \r
29 \r
30 /*\r
31  *\r
32  * main() creates all the demo application tasks, then starts the scheduler.\r
33  * The WEB      documentation provides more details of the demo application tasks.\r
34  *\r
35  * main.c also creates a task called "Check".  This only executes every three \r
36  * seconds but has the highest priority so is guaranteed to get processor time.  \r
37  * Its main function is to check that all the other tasks are still operational.\r
38  * Each task (other than the "flash" tasks) maintains a unique count that is \r
39  * incremented each time the task successfully completes its function.  Should \r
40  * any error occur within such a task the count is permanently halted.  The \r
41  * check task inspects the count of each task to ensure it has changed since\r
42  * the last time the check task executed.  If all the count variables have \r
43  * changed all the tasks are still executing error free, and the check task\r
44  * toggles the onboard LED.  Should any task contain an error at any time \r
45  * the LED toggle rate will change from 3 seconds to 500ms.\r
46  *\r
47  * This file also includes the functionality implemented within the \r
48  * standard demo application file integer.c.  This is done to demonstrate the\r
49  * use of an idle hook.  See the documentation within integer.c for the \r
50  * rationale of the integer task functionality.\r
51  * */\r
52 \r
53 /* Kernel includes. */\r
54 #include "FreeRTOS.h"\r
55 #include "task.h"\r
56 #include "queue.h"\r
57 \r
58 #include "cpu.h"\r
59 \r
60 /* special prototypes for memory-banked functions */\r
61 void vStartPolledQueueTasks( unsigned portBASE_TYPE uxPriority );\r
62 portBASE_TYPE xArePollingQueuesStillRunning( void );\r
63 \r
64 /* Demo application includes. */\r
65 #include "flash.h"\r
66 #include "PollQ.h"\r
67 #include "dynamic.h"\r
68 #include "partest.h"\r
69 #include "comtest2.h"\r
70 #include "BlockQ.h"\r
71 #include "integer.h"\r
72 #include "death.h"\r
73 \r
74 \r
75 /*-----------------------------------------------------------\r
76         Definitions.\r
77 -----------------------------------------------------------*/\r
78 \r
79 /* Priorities assigned to demo application tasks. */\r
80 #define mainFLASH_PRIORITY                      ( tskIDLE_PRIORITY + 2 )\r
81 #define mainCHECK_TASK_PRIORITY         ( tskIDLE_PRIORITY + 3 )\r
82 #define mainQUEUE_POLL_PRIORITY         ( tskIDLE_PRIORITY + 1 )\r
83 #define mainCOM_TEST_PRIORITY           ( tskIDLE_PRIORITY + 2 )\r
84 #define mainBLOCK_Q_PRIORITY            ( tskIDLE_PRIORITY + 2 )\r
85 #define mainDEATH_PRIORITY                      ( tskIDLE_PRIORITY + 1 )\r
86 \r
87 /* LED that is toggled by the check task.  The check task periodically checks\r
88 that all the other tasks are operating without error.  If no errors are found\r
89 the LED is toggled with mainCHECK_PERIOD frequency.  If an error is found \r
90 then the toggle rate increases to mainERROR_CHECK_PERIOD. */\r
91 #define mainCHECK_TASK_LED                      ( 7 )\r
92 #define mainCHECK_PERIOD                        ( ( TickType_t ) 3000 / portTICK_PERIOD_MS  )\r
93 #define mainERROR_CHECK_PERIOD          ( ( TickType_t ) 500 / portTICK_PERIOD_MS )\r
94 \r
95 /* The constants used in the idle task calculation. */\r
96 #define intgCONST1                              ( ( long ) 123 )\r
97 #define intgCONST2                              ( ( long ) 234567 )\r
98 #define intgCONST3                              ( ( long ) -3 )\r
99 #define intgCONST4                              ( ( long ) 7 )\r
100 #define intgEXPECTED_ANSWER             ( ( ( intgCONST1 + intgCONST2 ) * intgCONST3 ) / intgCONST4 )\r
101 \r
102 \r
103 /* Baud rate used by the serial port tasks (ComTest tasks).\r
104 IMPORTANT:  The function COM0_SetBaudRateValue() which is generated by the\r
105 Processor Expert is used to set the baud rate.  As configured in the FreeRTOS\r
106 download this value must be one of the following:\r
107 \r
108 0 to configure for 38400 baud.\r
109 1 to configure for 19200 baud.\r
110 2 to configure for 9600 baud.\r
111 3 to configure for 4800 baud. */\r
112 #define mainCOM_TEST_BAUD_RATE                  ( ( unsigned long ) 2 )\r
113 \r
114 /* LED used by the serial port tasks.  This is toggled on each character Tx,\r
115 and mainCOM_TEST_LED + 1 is toggles on each character Rx. */\r
116 #define mainCOM_TEST_LED                                ( 3 )\r
117 \r
118 /*-----------------------------------------------------------\r
119         Local functions prototypes.\r
120 -----------------------------------------------------------*/\r
121 \r
122 /*\r
123  * The 'Check' task function.  See the explanation at the top of the file.\r
124  */\r
125 static void ATTR_BANK1 vErrorChecks( void* pvParameters );\r
126 \r
127 /*\r
128  * The idle task hook - in which the integer task is implemented.  See the\r
129  * explanation at the top of the file.\r
130  */\r
131 void ATTR_BANK0 vApplicationIdleHook( void );\r
132 \r
133 /*\r
134  * Checks the unique counts of other tasks to ensure they are still operational.\r
135  */\r
136 static long ATTR_BANK0 prvCheckOtherTasksAreStillRunning( void );\r
137 \r
138 \r
139 \r
140 /*-----------------------------------------------------------\r
141         Local variables.\r
142 -----------------------------------------------------------*/\r
143 \r
144 /* A few tasks are defined within this file.  This flag is used to indicate\r
145 their status.  If an error is detected in one of the locally defined tasks then\r
146 this flag is set to pdTRUE. */\r
147 portBASE_TYPE xLocalError = pdFALSE;\r
148 \r
149 \r
150 /*-----------------------------------------------------------*/\r
151 \r
152 /* This is called from startup. */\r
153 int ATTR_BANK0 main ( void )\r
154 {\r
155         /* Start some of the standard demo tasks. */\r
156         vStartLEDFlashTasks( mainFLASH_PRIORITY );\r
157         vStartPolledQueueTasks( mainQUEUE_POLL_PRIORITY );\r
158         vStartDynamicPriorityTasks();\r
159         vAltStartComTestTasks( mainCOM_TEST_PRIORITY, mainCOM_TEST_BAUD_RATE, mainCOM_TEST_LED );\r
160         vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY );\r
161         vStartIntegerMathTasks( tskIDLE_PRIORITY );\r
162         \r
163         /* Start the locally defined tasks.  There is also a task implemented as\r
164         the idle hook. */\r
165         xTaskCreate( vErrorChecks, "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
166         \r
167         /* Must be the last demo created. */\r
168         vCreateSuicidalTasks( mainDEATH_PRIORITY );\r
169 \r
170         /* All the tasks have been created - start the scheduler. */\r
171         vTaskStartScheduler();\r
172         \r
173         /* Should not reach here! */\r
174         for( ;; );\r
175         return 0;\r
176 }\r
177 /*-----------------------------------------------------------*/\r
178 \r
179 static void vErrorChecks( void *pvParameters )\r
180 {\r
181 TickType_t xDelayPeriod = mainCHECK_PERIOD;\r
182 TickType_t xLastWakeTime;\r
183 \r
184         /* Initialise xLastWakeTime to ensure the first call to vTaskDelayUntil()\r
185         functions correctly. */\r
186         xLastWakeTime = xTaskGetTickCount();\r
187 \r
188         for( ;; )\r
189         {\r
190                 /* Delay until it is time to execute again.  The delay period is \r
191                 shorter following an error. */\r
192                 vTaskDelayUntil( &xLastWakeTime, xDelayPeriod );\r
193 \r
194                 /* Check all the demo application tasks are executing without \r
195                 error. If an error is found the delay period is shortened - this\r
196                 has the effect of increasing the flash rate of the 'check' task\r
197                 LED. */\r
198                 if( prvCheckOtherTasksAreStillRunning() == pdFAIL )\r
199                 {\r
200                         /* An error has been detected in one of the tasks - flash faster. */\r
201                         xDelayPeriod = mainERROR_CHECK_PERIOD;\r
202                 }\r
203 \r
204                 /* Toggle the LED each cycle round. */\r
205                 vParTestToggleLED( mainCHECK_TASK_LED );\r
206         }\r
207 }\r
208 /*-----------------------------------------------------------*/\r
209 \r
210 static long prvCheckOtherTasksAreStillRunning( void )\r
211 {\r
212 portBASE_TYPE xAllTasksPassed = pdPASS;\r
213 \r
214         if( xArePollingQueuesStillRunning() != pdTRUE )\r
215         {\r
216                 xAllTasksPassed = pdFAIL;\r
217         }\r
218 \r
219         if( xAreDynamicPriorityTasksStillRunning() != pdTRUE )\r
220         {\r
221                 xAllTasksPassed = pdFAIL;\r
222         }\r
223 \r
224         if( xAreComTestTasksStillRunning() != pdTRUE )\r
225         {\r
226                 xAllTasksPassed = pdFALSE;\r
227         }\r
228 \r
229         if( xAreIntegerMathsTaskStillRunning() != pdTRUE )\r
230         {\r
231                 xAllTasksPassed = pdFALSE;\r
232         }\r
233         \r
234         if( xAreBlockingQueuesStillRunning() != pdTRUE )\r
235         {\r
236                 xAllTasksPassed = pdFALSE;\r
237         }       \r
238 \r
239     if( xIsCreateTaskStillRunning() != pdTRUE )\r
240     {\r
241         xAllTasksPassed = pdFALSE;\r
242     }\r
243 \r
244         /* Also check the status flag for the tasks defined within this function. */\r
245         if( xLocalError != pdFALSE )\r
246         {\r
247                 xAllTasksPassed = pdFAIL;\r
248         }\r
249         \r
250         return xAllTasksPassed;\r
251 }\r
252 /*-----------------------------------------------------------*/\r
253 \r
254 void vApplicationIdleHook( void )\r
255 {\r
256 /* This variable is effectively set to a constant so it is made volatile to\r
257 ensure the compiler does not just get rid of it. */\r
258 volatile long lValue;\r
259 \r
260         /* Keep performing a calculation and checking the result against a constant. */\r
261 \r
262         /* Perform the calculation.  This will store partial value in\r
263         registers, resulting in a good test of the context switch mechanism. */\r
264         lValue = intgCONST1;\r
265         lValue += intgCONST2;\r
266         lValue *= intgCONST3;\r
267         lValue /= intgCONST4;\r
268 \r
269         /* Did we perform the calculation correctly with no corruption? */\r
270         if( lValue != intgEXPECTED_ANSWER )\r
271         {\r
272                 /* Error! */\r
273                 portENTER_CRITICAL();\r
274                         xLocalError = pdTRUE;\r
275                 portEXIT_CRITICAL();\r
276         }\r
277 \r
278         /* Yield in case cooperative scheduling is being used. */\r
279         #if configUSE_PREEMPTION == 0\r
280         {\r
281                 taskYIELD();\r
282         }\r
283         #endif          \r
284 }\r
285 /*-----------------------------------------------------------*/\r
286 \r