From: jnosky Date: Sat, 12 Nov 2011 22:02:18 +0000 (-0500) Subject: Added note about STM32F4 flash support X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3d3287aa9583b6b75352b61c3e4f5efb4274e456;p=fw%2Fstlink Added note about STM32F4 flash support --- diff --git a/README b/README index 429b851..b980bbf 100644 --- a/README +++ b/README @@ -76,6 +76,10 @@ If you would link your executable to 0x08000000 and then do (gdb) load firmware.elf then it would be written to the memory. +STM32F4: +The flash utility supports the full 1MB address space. +The gdbserver only supports up to 64kB applications at the moment. + FAQ ===