From 9652da5b3fc2013889ce7c380c89378e2eb33b60 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 12 Jan 2011 12:33:38 +0000 Subject: [PATCH] Increase the MCLK frequency to 25MHz in the IAR MSP430X demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1243 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h index 1a7133ba0..a9f7cc05d 100644 --- a/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h +++ b/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h @@ -69,7 +69,7 @@ #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 1 #define configUSE_TICK_HOOK 1 -#define configCPU_CLOCK_HZ ( 16000000UL ) +#define configCPU_CLOCK_HZ ( 25000000UL ) #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 ) #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 10 * 1024 ) ) -- 2.39.5