cancel
Showing results for 
Search instead for 
Did you mean: 

Understanding about internal flash

david lion
Associate II
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
1 ACCEPTED SOLUTION

Accepted Solutions
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 Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2
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 Up vote any posts that you find helpful, it shows what's working..
Posted on February 16, 2017 at 14:21

ok thank you