Question
ST-LINK Utility external NOR-FLASH programming
Posted on August 11, 2016 at 12:18
Hello
. I have ARM MCU boardSTM32F407
(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 wantto 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