2017-02-16 01:57 AM
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.
#flashSolved! Go to Solution.
2017-02-16 02:49 AM
The banks should be contiguous in memory so code can span them with out issue.
2017-02-16 02:49 AM
The banks should be contiguous in memory so code can span them with out issue.
2017-02-16 06:21 AM
ok thank you