Update stm32f429 demo app
authorgkostka <kostka.grzegorz@gmail.com>
Thu, 19 Jun 2014 12:54:46 +0000 (12:54 +0000)
committergkostka <kostka.grzegorz@gmail.com>
Thu, 19 Jun 2014 12:54:46 +0000 (12:54 +0000)
demos/stm32f429_disco/main.c

index 6f667274bd8075ce211a3fe63ffc6ce09daad2a4..5c2b5fa38a0656d8c7a70ffd5e817fd373804845 100644 (file)
@@ -42,7 +42,7 @@
 #include <ext4.h>\r
 \r
 /**@brief   Read-write size*/\r
-#define READ_WRITE_SZIZE 1024 * 8\r
+#define READ_WRITE_SZIZE 1024 * 16\r
 \r
 /**@brief   Delay test (slower LCD scroll)*/\r
 #define TEST_DELAY_MS    2000\r
@@ -57,7 +57,7 @@ static int rw_szie  = READ_WRITE_SZIZE;
 static int rw_count = 100;\r
 \r
 /**@brief   Directory test count*/\r
-static int dir_cnt  = 50;\r
+static int dir_cnt  = 500;\r
 \r
 /**@brief   Static or dynamic cache mode*/\r
 static bool cache_mode = false;\r