]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
Demo tasks:
[freertos] / FreeRTOS / Demo / RX100_RX113-RSK_GCC_e2studio_IAR / src / Full_Demo / IntQueueTimer.c
index 5fc16a55502dd8d8547b8fe0e409d9e12fffdbe1..c05f36defc6b7dc2d7af3646b8c75cfba6dc8f3a 100644 (file)
  * This file contains the non-portable and therefore RX62N specific parts of\r
  * the IntQueue standard demo task - namely the configuration of the timers\r
  * that generate the interrupts and the interrupt entry points.\r
+ *\r
+ * ***NOTE***: When using GCC it is best to compile this file with maximum speed\r
+ * optimisation - otherwise standard demo tasks that monitor their own\r
+ * performance might fail assertion tests.\r
  */\r
 \r
 /* Scheduler includes. */\r
@@ -82,7 +86,7 @@
 #include "IntQueue.h"\r
 \r
 #define tmrTIMER_0_1_FREQUENCY ( 2000UL )\r
-#define tmrTIMER_2_3_FREQUENCY ( 2111UL )\r
+#define tmrTIMER_2_3_FREQUENCY ( 2007UL )\r
 \r
 void vInitialiseTimerForIntQueueTest( void )\r
 {\r