Hello, In our application we want to use complete 256K of Flash memory. in that we want to use one sector for Code and remaining sectors for data(configuration files). For this requirement, we are using two programs, in one program we have used 32K as BootBank and 256K as Non BootBank. we have written data in 256K starting from Sector 1(Sec's 0,1,2,3) and make it protected, and not written any data in sector 0. In second program, we are using 256K as BootBank and 32K as Non BootBank. now my code is placed in sector 0 of bookbank(256K). Like this we want to use complete 256K of flash. in this process we are facing some problems. what my doubt is can we use complete 256K of flash for code and data?
expecting reply soon.... thanks and regards ....raj