This is an automated email from Gerrit.

Nemui Trinomius (nemuisan_kawausogas...@live.jp) just uploaded a new patch set 
to Gerrit, which you can find at http://openocd.zylin.com/2174

-- gerrit

commit 4aa14eddf8f3c5ab7e443eae7bcb4c2666b65b90
Author: Nemui Trinomius <nemuisan_kawausogas...@live.jp>
Date:   Mon Jun 16 22:58:17 2014 +0900

    stm32f1x: add STM32F33x support.
    
    Added STM32F33x series to flash driver.
    Tested on NUCLEO-F334R8 board(STM32F334R8T6).
    
    Change-Id: I2fe70d40eb7613a7a3cfa63d25fa83f7bc055fb4
    Signed-off-by: Nemui Trinomius <nemuisan_kawausogas...@live.jp>

diff --git a/src/flash/nor/stm32f1x.c b/src/flash/nor/stm32f1x.c
index 4e97eae..42b99ac 100644
--- a/src/flash/nor/stm32f1x.c
+++ b/src/flash/nor/stm32f1x.c
@@ -921,6 +921,14 @@ static int stm32x_probe(struct flash_bank *bank)
                stm32x_info->option_offset = 6;
                stm32x_info->default_rdp = 0x55AA;
                break;
+       case 0x438: /* stm32f33x */
+               page_size = 2048;
+               stm32x_info->ppage_size = 2;
+               max_flash_size_in_kb = 64;
+               stm32x_info->user_data_offset = 16;
+               stm32x_info->option_offset = 6;
+               stm32x_info->default_rdp = 0x55AA;
+               break;
        case 0x440: /* stm32f05x */
        case 0x444: /* stm32f03x */
        case 0x445: /* stm32f04x */

-- 

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to