Skip to main content
mariusz23
Visitor II
April 15, 2013
Question

How to use Flash banks in STM32F429

  • April 15, 2013
  • 1 reply
  • 624 views
Posted on April 15, 2013 at 14:51

Hi,

I noticed in the STM32F429 documentation, that this microcontroller has up to 2MB Flash organized in two banks. How can I use them? Specifically - how should I compile programs over 1MB? I have to use some dedicated commands to switch between banks when I call function Foo() located in bank 0 from function Bar() located in bank 1? Can I use this Flash with GCC?

#banks #flash #stm32f429
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
April 15, 2013
Posted on April 15, 2013 at 16:35

No the memory is linear, 0x08000000 .. 0x081FFFFF, just configure your linker script properly, you'll be golden.

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