]> git.sur5r.net Git - freertos/commitdiff
Continue work on the IAR Microsemi Smartfusion demo. Still a work in progress.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 25 Apr 2011 14:48:15 +0000 (14:48 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 25 Apr 2011 14:48:15 +0000 (14:48 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1390 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
Demo/CORTEX_A2F200_IAR_and_Keil/RTOSDemo_IAR.ewp
Demo/CORTEX_A2F200_IAR_and_Keil/WebServer/httpd-cgi.c
Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c

index de8dac3d1353a44f968eb6562e675dd0f3538597..1afb6e2483f0f919d61196f35a6205c7248bf8fa 100644 (file)
 #ifndef FREERTOS_CONFIG_H\r
 #define FREERTOS_CONFIG_H\r
 \r
+/* Use a guard to ensure the following few definitions are'nt included in\r
+assembly files that include this header file. */\r
 #ifdef __ICCARM__\r
        #include <stdint.h>\r
        #include <stddef.h>\r
        extern uint32_t SystemFrequency;\r
+       void vMainConfigureTimerForRunTimeStats( void );\r
+       unsigned long ulGetRunTimeCounterValue( void );\r
 #endif\r
 \r
 /*-----------------------------------------------------------\r
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_MUTEXES                              1\r
 #define configQUEUE_REGISTRY_SIZE              0\r
-#define configGENERATE_RUN_TIME_STATS  0\r
+#define configGENERATE_RUN_TIME_STATS  1\r
 #define configCHECK_FOR_STACK_OVERFLOW 2\r
 #define configUSE_RECURSIVE_MUTEXES            1\r
 #define configUSE_MALLOC_FAILED_HOOK   1\r
@@ -129,6 +133,9 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                        1\r
 #define INCLUDE_vTaskDelay                             1\r
 \r
+#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() vMainConfigureTimerForRunTimeStats()\r
+#define portGET_RUN_TIME_COUNTER_VALUE() ulGetRunTimeCounterValue()\r
+\r
 /* Use the system definition, if there is one */\r
 #ifdef __NVIC_PRIO_BITS\r
        #define configPRIO_BITS       __NVIC_PRIO_BITS\r
index 94dd369a366a6e364027f963cff0dfea2a368a0d..a0e516dd68c9982b3ac0106eee9405cbea7e925b 100644 (file)
         </option>\r
         <option>\r
           <name>CCDiagSuppress</name>\r
-          <state>Pa082, Pe1644, Pa039, Pa050</state>\r
+          <state>Pa082, Pe1644, Pa039, Pa050, pe191</state>\r
         </option>\r
         <option>\r
           <name>CCDiagRemark</name>\r
           <state>$PROJ_DIR$/../Common/include</state>\r
           <state>$PROJ_DIR$/MicroSemi_Code/drivers/I2C</state>\r
           <state>$PROJ_DIR$/MicroSemi_Code/drivers/mss_ethernet_mac</state>\r
+          <state>$PROJ_DIR$/MicroSemi_Code/drivers/mss_timer</state>\r
           <state>$PROJ_DIR$/MicroSemi_Code/drivers/OLED</state>\r
         </option>\r
         <option>\r
index 432f957bb6fa04b44eb99e960a3e673f04750a5d..369236e417dc58789616bb381da6d11d096797a7 100644 (file)
@@ -229,26 +229,13 @@ static unsigned short generate_io_state( void *arg )
 /*---------------------------------------------------------------------------*/\r
 extern void vTaskGetRunTimeStats( signed char *pcWriteBuffer );\r
 extern unsigned short usMaxJitter;\r
-static char cJitterBuffer[ 200 ];\r
 static unsigned short generate_runtime_stats( void *arg )\r
 {\r
        ( void ) arg;\r
        lRefreshCount++;\r
        sprintf( cCountBuf, "<p><br>Refresh count = %d", ( int ) lRefreshCount );\r
        \r
-       #ifdef INCLUDE_HIGH_FREQUENCY_TIMER_TEST\r
-       {\r
-               sprintf( cJitterBuffer, "<p><br>Max high frequency timer jitter = %d peripheral clock periods.<p><br>", ( int ) usMaxJitter );\r
-               vTaskGetRunTimeStats( uip_appdata );\r
-               strcat( uip_appdata, cJitterBuffer );\r
-       }\r
-       #else\r
-       {\r
-               ( void ) cJitterBuffer;\r
-               strcpy( uip_appdata, "<p>Run time stats are only available in the debug_with_optimisation build configuration.<p>" );\r
-       }\r
-       #endif  \r
-\r
+       vTaskGetRunTimeStats( uip_appdata );\r
        strcat( uip_appdata, cCountBuf );\r
 \r
        return strlen( uip_appdata );\r
index 78592ea8298483e4673059769e8234f694a0a077..0dfeff1b6f65581cc804368abd3f7cb01ee503e3 100644 (file)
  * incorporates a Cortex-M3 microcontroller.\r
  *\r
  * The main() Function:\r
- * main() creates three demo specific software timers, one demo specific queue,\r
- * and two demo specific tasks.  It then creates a whole host of 'standard demo'\r
- * tasks/queues/semaphores, before starting the scheduler.  The demo specific\r
- * tasks and timers are described in the comments here.  The standard demo\r
- * tasks are described on the FreeRTOS.org web site.\r
+ * main() creates two demo specific software timers, one demo specific queue,\r
+ * and three demo specific tasks.  It then creates a whole host of 'standard\r
+ * demo' tasks/queues/semaphores, before starting the scheduler.  The demo\r
+ * specific tasks and timers are described in the comments here.  The standard\r
+ * demo tasks are described on the FreeRTOS.org web site.\r
  *\r
  * The standard demo tasks provide no specific functionality.  They are\r
  * included to both test the FreeRTOS port, and provide examples of how the\r
  * the Blocked state every 200 milliseconds, and therefore toggles the LED\r
  * every 200 milliseconds.\r
  *\r
+ * The Demo Specific OLED Task:\r
+ * The OLED task is a very simple task that just scrolls a message across the\r
+ * OLED.  Ideally this would be done in a timer, but the OLED driver accesses\r
+ * the I2C which is time consuming.\r
+ *\r
  * The Demo Specific LED Software Timer and the Button Interrupt:\r
  * The user button SW1 is configured to generate an interrupt each time it is\r
  * pressed.  The interrupt service routine switches an LED on, and resets the\r
  * Therefore, pressing the user button will turn the LED on, and the LED will\r
  * remain on until a full five seconds pass without the button being pressed.\r
  *\r
- * The Demo Specific OLED Software Timer:\r
- * The OLED software timer is responsible for drawing a scrolling text message\r
- * on the OLED.\r
- *\r
  * The Demo Specific "Check" Callback Function:\r
  * This is called each time the 'check' timer expires.  The check timer\r
  * callback function inspects all the standard demo tasks to see if they are\r
 /* Microsemi drivers/libraries includes. */\r
 #include "mss_gpio.h"\r
 #include "mss_watchdog.h"\r
+#include "mss_timer.h"\r
 #include "oled.h"\r
 \r
 /* Common demo includes. */\r
@@ -193,6 +195,7 @@ the queue empty. */
 #define mainCREATOR_TASK_PRIORITY   ( tskIDLE_PRIORITY + 3 )\r
 #define mainFLASH_TASK_PRIORITY                ( tskIDLE_PRIORITY + 1 )\r
 #define mainuIP_TASK_PRIORITY          ( tskIDLE_PRIORITY + 2 )\r
+#define mainOLED_TASK_PRIORITY         ( tskIDLE_PRIORITY + 1 )\r
 #define mainINTEGER_TASK_PRIORITY   ( tskIDLE_PRIORITY )\r
 #define mainGEN_QUEUE_TASK_PRIORITY    ( tskIDLE_PRIORITY )\r
 \r
@@ -202,15 +205,19 @@ stack than most of the other tasks. */
 \r
 /* The period at which the check timer will expire, in ms, provided no errors\r
 have been reported by any of the standard demo tasks. */\r
-#define mainCHECK_TIMER_PERIOD_ms      ( 3000UL )\r
+#define mainCHECK_TIMER_PERIOD_MS      ( 3000UL / portTICK_RATE_MS )\r
 \r
 /* The period at which the OLED timer will expire.  Each time it expires, it's\r
 callback function updates the OLED text. */\r
-#define mainOLED_PERIOD_ms                     ( 75UL )\r
+#define mainOLED_PERIOD_MS                     ( 75UL / portTICK_RATE_MS )\r
 \r
 /* The period at which the check timer will expire, in ms, if an error has been\r
 reported in one of the standard demo tasks. */\r
-#define mainERROR_CHECK_TIMER_PERIOD_ms ( 500UL )\r
+#define mainERROR_CHECK_TIMER_PERIOD_MS ( 500UL / portTICK_RATE_MS )\r
+\r
+/* The LED will remain on until the button has not been pushed for a full\r
+5000ms. */\r
+#define mainLED_TIMER_PERIOD_MS                ( 5000UL / portTICK_RATE_MS )\r
 \r
 /* A zero block time. */\r
 #define mainDONT_BLOCK                         ( 0UL )\r
@@ -231,17 +238,12 @@ static void prvQueueSendTask( void *pvParameters );
  * The LED timer callback function.  This does nothing but switch the red LED\r
  * off.\r
  */\r
-static void vLEDTimerCallback( xTimerHandle xTimer );\r
+static void prvLEDTimerCallback( xTimerHandle xTimer );\r
 \r
 /*\r
  * The check timer callback function, as described at the top of this file.\r
  */\r
-static void vCheckTimerCallback( xTimerHandle xTimer );\r
-\r
-/*\r
- * The OLED timer callback function, as described at the top of this file.\r
- */\r
-static void vOLEDTimerCallback( xTimerHandle xHandle );\r
+static void prvCheckTimerCallback( xTimerHandle xTimer );\r
 \r
 /*\r
  * This is not a 'standard' partest function, so the prototype is not in\r
@@ -254,22 +256,26 @@ void vParTestSetLEDFromISR( unsigned portBASE_TYPE uxLED, signed portBASE_TYPE x
  */\r
 extern void vuIP_Task( void *pvParameters );\r
 \r
+/*\r
+ * A very simply task that does nothing but scroll the OLED display.  Ideally\r
+ * this would be done within a timer, but it accesses the I2C port which is\r
+ * time consuming.\r
+ */\r
+static void prvOLEDTask( void * pvParameters);\r
+\r
 /*-----------------------------------------------------------*/\r
 \r
 /* The queue used by both application specific demo tasks defined in this file. */\r
 static xQueueHandle xQueue = NULL;\r
 \r
-/* The LED software timer.  This uses vLEDTimerCallback() as it's callback\r
+/* The LED software timer.  This uses prvLEDTimerCallback() as it's callback\r
 function. */\r
 static xTimerHandle xLEDTimer = NULL;\r
 \r
-/* The check timer.  This uses vCheckTimerCallback() as it's callback\r
+/* The check timer.  This uses prvCheckTimerCallback() as it's callback\r
 function. */\r
 static xTimerHandle xCheckTimer = NULL;\r
 \r
-/* The OLED software timer.  Writes a moving text string to the OLED. */\r
-static xTimerHandle xOLEDTimer = NULL;\r
-\r
 /* The status message that is displayed at the bottom of the "task stats" web\r
 page, which is served by the uIP task.  This will report any errors picked up\r
 by the check timer callback. */\r
@@ -287,33 +293,31 @@ int main(void)
 \r
        if( xQueue != NULL )\r
        {\r
-               /* Start the two application specific demo tasks, as described in the\r
+               /* Start the three application specific demo tasks, as described in the\r
                comments at the top of this     file. */\r
                xTaskCreate( prvQueueReceiveTask, ( signed char * ) "Rx", configMINIMAL_STACK_SIZE, NULL, mainQUEUE_RECEIVE_TASK_PRIORITY, NULL );\r
                xTaskCreate( prvQueueSendTask, ( signed char * ) "TX", configMINIMAL_STACK_SIZE, NULL, mainQUEUE_SEND_TASK_PRIORITY, NULL );\r
+               xTaskCreate( prvOLEDTask, ( signed char * ) "OLED", configMINIMAL_STACK_SIZE, NULL, mainOLED_TASK_PRIORITY, NULL );\r
 \r
                /* Create the software timer that is responsible for turning off the LED\r
                if the button is not pushed within 5000ms, as described at the top of\r
                this file. */\r
                xLEDTimer = xTimerCreate(       ( const signed char * ) "LEDTimer", /* A text name, purely to help debugging. */\r
-                                                                       ( 5000 / portTICK_RATE_MS ),            /* The timer period, in this case 5000ms (5s). */\r
+                                                                       ( mainLED_TIMER_PERIOD_MS ),            /* The timer period, in this case 5000ms (5s). */\r
                                                                        pdFALSE,                                                        /* This is a one shot timer, so xAutoReload is set to pdFALSE. */\r
                                                                        ( void * ) 0,                                           /* The ID is not used, so can be set to anything. */\r
-                                                                       vLEDTimerCallback                                       /* The callback function that switches the LED off. */\r
+                                                                       prvLEDTimerCallback                                     /* The callback function that switches the LED off. */\r
                                                                );\r
 \r
                /* Create the software timer that performs the 'check' functionality,\r
                as described at the top of this file. */\r
-               xCheckTimer = xTimerCreate( ( const signed char * ) "CheckTimer",       /* A text name, purely to help debugging. */\r
-                                                                       ( mainCHECK_TIMER_PERIOD_ms / portTICK_RATE_MS ),/* The timer period, in this case 3000ms (3s). */\r
-                                                                       pdTRUE,                                                                 /* This is an auto-reload timer, so xAutoReload is set to pdTRUE. */\r
-                                                                       ( void * ) 0,                                                   /* The ID is not used, so can be set to anything. */\r
-                                                                       vCheckTimerCallback                                             /* The callback function that inspects the status of all the other tasks. */\r
+               xCheckTimer = xTimerCreate( ( const signed char * ) "CheckTimer",/* A text name, purely to help debugging. */\r
+                                                                       ( mainCHECK_TIMER_PERIOD_MS ),          /* The timer period, in this case 3000ms (3s). */\r
+                                                                       pdTRUE,                                                         /* This is an auto-reload timer, so xAutoReload is set to pdTRUE. */\r
+                                                                       ( void * ) 0,                                           /* The ID is not used, so can be set to anything. */\r
+                                                                       prvCheckTimerCallback                           /* The callback function that inspects the status of all the other tasks. */\r
                                                                  );\r
 \r
-               /* Create the OLED timer as described at the top of this file. */\r
-               xOLEDTimer = xTimerCreate( ( const signed char * ) "OLEDTimer", ( mainOLED_PERIOD_ms / portTICK_RATE_MS ), pdTRUE, ( void * ) 0, vOLEDTimerCallback );\r
-\r
                /* Create a lot of 'standard demo' tasks. */\r
                vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY );\r
                vCreateBlockTimeTasks();\r
@@ -346,7 +350,7 @@ int main(void)
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-static void vCheckTimerCallback( xTimerHandle xTimer )\r
+static void prvCheckTimerCallback( xTimerHandle xTimer )\r
 {\r
        /* Check the standard demo tasks are running without error.   Latch the\r
        latest reported error in the pcStatusMessage character pointer. */\r
@@ -385,18 +389,18 @@ static void vCheckTimerCallback( xTimerHandle xTimer )
                pcStatusMessage = "Error: RecMutex\r\n";\r
        }\r
 \r
-       if( xAreTimerDemoTasksStillRunning( ( mainCHECK_TIMER_PERIOD_ms / portTICK_RATE_MS ) ) != pdTRUE )\r
+       if( xAreTimerDemoTasksStillRunning( ( mainCHECK_TIMER_PERIOD_MS ) ) != pdTRUE )\r
        {\r
                pcStatusMessage = "Error: TimerDemo";\r
        }\r
 \r
        /* Toggle the check LED to give an indication of the system status.  If\r
-       the LED toggles every mainCHECK_TIMER_PERIOD_ms milliseconds then\r
+       the LED toggles every mainCHECK_TIMER_PERIOD_MS milliseconds then\r
        everything is ok.  A faster toggle indicates an error. */\r
        vParTestToggleLED( mainCHECK_LED );\r
 \r
        /* Have any errors been latch in pcStatusMessage?  If so, shorten the\r
-       period of the check timer to mainERROR_CHECK_TIMER_PERIOD_ms milliseconds.\r
+       period of the check timer to mainERROR_CHECK_TIMER_PERIOD_MS milliseconds.\r
        This will result in an increase in the rate at which mainCHECK_LED\r
        toggles. */\r
        if( pcStatusMessage != NULL )\r
@@ -404,12 +408,12 @@ static void vCheckTimerCallback( xTimerHandle xTimer )
                /* This call to xTimerChangePeriod() uses a zero block time.  Functions\r
                called from inside of a timer callback function must *never* attempt\r
                to block. */\r
-               xTimerChangePeriod( xCheckTimer, ( mainERROR_CHECK_TIMER_PERIOD_ms / portTICK_RATE_MS ), mainDONT_BLOCK );\r
+               xTimerChangePeriod( xCheckTimer, ( mainERROR_CHECK_TIMER_PERIOD_MS ), mainDONT_BLOCK );\r
        }\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-static void vLEDTimerCallback( xTimerHandle xTimer )\r
+static void prvLEDTimerCallback( xTimerHandle xTimer )\r
 {\r
        /* The timer has expired - so no button pushes have occurred in the last\r
        five seconds - turn the LED off. */\r
@@ -456,7 +460,6 @@ const unsigned long ulValueToSend = 100UL;
        task will drain the command queue, and now the check and OLED timers can be\r
        started successfully. */\r
        xTimerStart( xCheckTimer, portMAX_DELAY );\r
-       xTimerStart( xOLEDTimer, portMAX_DELAY );\r
 \r
        /* Initialise xNextWakeTime - this only needs to be done once. */\r
        xNextWakeTime = xTaskGetTickCount();\r
@@ -473,7 +476,7 @@ const unsigned long ulValueToSend = 100UL;
                toggle an LED.  0 is used as the block time so the sending operation\r
                will not block - it shouldn't need to block as the queue should always\r
                be empty at this point in the code. */\r
-               xQueueSend( xQueue, &ulValueToSend, 0 );\r
+               xQueueSend( xQueue, &ulValueToSend, mainDONT_BLOCK );\r
        }\r
 }\r
 /*-----------------------------------------------------------*/\r
@@ -499,19 +502,20 @@ unsigned long ulReceivedValue;
 }\r
 /*-----------------------------------------------------------*/\r
 \r
-static void vOLEDTimerCallback( xTimerHandle xHandle )\r
+static void prvOLEDTask( void * pvParameters)\r
 {\r
 static struct oled_data xOLEDData;\r
 static unsigned char ucOffset1 = 0, ucOffset2 = 5;\r
+static portTickType xLastScrollTime = 0UL;\r
+\r
+       /* Initialise the display. */\r
+       OLED_init();\r
 \r
+       /* Initialise the parts of the oled_data structure that do not change. */\r
        xOLEDData.line1          = FIRST_LINE;\r
-       xOLEDData.char_offset1   = ucOffset1++;\r
        xOLEDData.string1        = " www.FreeRTOS.org";\r
-\r
        xOLEDData.line2          = SECOND_LINE;\r
-       xOLEDData.char_offset2   = ucOffset2++;\r
        xOLEDData.string2        = " www.FreeRTOS.org";\r
-\r
        xOLEDData.contrast_val                 = OLED_CONTRAST_VAL;\r
        xOLEDData.on_off                       = OLED_HORIZ_SCROLL_OFF;\r
        xOLEDData.column_scrool_per_step       = OLED_HORIZ_SCROLL_STEP;\r
@@ -519,7 +523,22 @@ static unsigned char ucOffset1 = 0, ucOffset2 = 5;
        xOLEDData.time_intrval_btw_scroll_step = OLED_HORIZ_SCROLL_TINVL;\r
        xOLEDData.end_page                     = OLED_END_PAGE;\r
 \r
-       OLED_write_data( &xOLEDData, BOTH_LINES );\r
+\r
+       /* Initialise the last scroll time.  This only needs to be done once,\r
+       because from this point on it will get automatically updated in the\r
+       xTaskDelayUntil() API function. */\r
+       xLastScrollTime = xTaskGetTickCount();\r
+\r
+       for( ;; )\r
+       {\r
+               /* Wait until it is time to update the OLED again. */\r
+               vTaskDelayUntil( &xLastScrollTime, mainOLED_PERIOD_MS );\r
+               \r
+               xOLEDData.char_offset1   = ucOffset1++;\r
+               xOLEDData.char_offset2   = ucOffset2++;\r
+       \r
+               OLED_write_data( &xOLEDData, BOTH_LINES );\r
+       }\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
@@ -533,9 +552,6 @@ static void prvSetupHardware( void )
        /* Configure the GPIO for the LEDs. */\r
        vParTestInitialise();\r
 \r
-       /* Initialise the display. */\r
-       OLED_init();\r
-\r
        /* Setup the GPIO and the NVIC for the switch used in this simple demo. */\r
        NVIC_SetPriority( GPIO8_IRQn, configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY );\r
     NVIC_EnableIRQ( GPIO8_IRQn );\r
@@ -603,3 +619,33 @@ char *pcGetTaskStatusMessage( void )
 }\r
 /*-----------------------------------------------------------*/\r
 \r
+void vMainConfigureTimerForRunTimeStats( void )\r
+{\r
+const unsigned long ulMax32BitValue = 0xffffffffUL;\r
+\r
+       MSS_TIM64_init( MSS_TIMER_PERIODIC_MODE );\r
+       MSS_TIM64_load_immediate( ulMax32BitValue, ulMax32BitValue );\r
+       MSS_TIM64_start();\r
+}\r
+/*-----------------------------------------------------------*/\r
+unsigned long ulGetRunTimeCounterValue( void )\r
+{\r
+unsigned long long ullCurrentValue;\r
+const unsigned long long ulMax64BitValue = 0xffffffffffffffffULL;\r
+unsigned long *pulHighWord, *pulLowWord;\r
+\r
+       pulHighWord = ( unsigned long * ) &ullCurrentValue;\r
+       pulLowWord = pulHighWord++;\r
+       \r
+       MSS_TIM64_get_current_value( ( uint32_t * ) pulHighWord, ( uint32_t * ) pulLowWord );\r
+       \r
+       /* Convert the down count into an upcount. */\r
+       ullCurrentValue = ulMax64BitValue - ullCurrentValue;\r
+       \r
+       /* Scale to a 32bit number of suitable frequency. */\r
+       ullCurrentValue >>= 13;\r
+\r
+       /* Just return 32 bits. */\r
+       return ( unsigned long ) ullCurrentValue;\r
+}\r
+\r