Skip to main content
david lion
Associate II
February 16, 2017
Solved

Understanding about internal flash

  • February 16, 2017
  • 2 replies
  • 814 views
Posted on February 16, 2017 at 10:57

Hi ! I want to use 

STM32L071C8T with 64kbyte flash. But when I see the datasheet, there is 2 bank (32kb each) in the flash and if I am not using dualboot, program is read in bank1. But I am wondering that, if my program is 50kbytes, is there a problem for the STM that some of the program is in bank2 ? Or my whole program need to stay in only one bank ? (I am not using dual boot)

Thanks.

#flash
This topic has been closed for replies.
Best answer by Tesla DeLorean
Posted on February 16, 2017 at 11:49

The banks should be contiguous in memory so code can span them with out issue.

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
February 16, 2017
Posted on February 16, 2017 at 11:49

The banks should be contiguous in memory so code can span them with out issue.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
david lion
Associate II
February 16, 2017
Posted on February 16, 2017 at 14:21

ok thank you