cancel
Showing results for 
Search instead for 
Did you mean: 

ST-LINK Utility external NOR-FLASH programming

opgbartolovic
Associate II
Posted on August 11, 2016 at 12:18

Hello

.

I have ARM MCU board

STM32F407

(Schematic: http://www.keil.com/mcbstm32f200/mcbstm32f200-schematics.pdf )

It is connected to

NOR FLASH ( http://www.jameco.com/Jameco/Products/ProdDS/1472780.pdf ) who want

to program

in ST

-Link

Utility.

I have a problem with writing * .stldr for ST

LINK.

Please help with configuring ''

Dev_Info.c

''

Is this configuration

good

:

struct StorageInfo const StorageInfo  =

 {

   ''KEIL_BOARD'',          

   NOR_FLASH,                                          

   0x60000000,                                       

   0x00400000,                                        

   0x00000002,                                      

   0xFF,                                              

// Specify Size and Address of Sectors (view example below)

    0x00000008, 0x00001000,           

    0x0000007F, 0x00008000,        

    0x00000000, 0x00000000,         

}; 

#stm32 #external-memory #nor-flash
10 REPLIES 10
Posted on August 17, 2016 at 15:38

Board MCBSTM32F400

have M29W640FB (not M29W640FT )

 

Not my board, adjust the string as desired.

''KEIL_MCBSTM32F400_M29W640FB70N6E/V100'',          // Device Name + version number

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..