Posted on May 17, 2011 at 11:56Hi, I use the large memory model in Keil (64K Code ROM size). However my code base has gotten bigger than 64K. Does anyone know how I can compile my code successfully for this large size? Is code banking related to thi...
Posted on May 17, 2011 at 11:54Hi, I have an application which performs the following steps: 1. Boot from secondary flash (mapped as csboot0-csboot3:0x0000-0x7FFF) 2. Write to main flash (mapped from fs0-fs3:0x0000-0xFFFF page 0, and fs4-fs7:0x0000...
Posted on May 17, 2011 at 11:54Oops, the memory map acutally looks like: MF == 0x0000-0xFFFF (page 0) 0x0000-0xFFFF (page 1) SF == 0x0000-0xFFFF SRAM ==== 0x2000-0x3FFF I will look at the examples anyway. Thanks.
Posted on May 17, 2011 at 11:54Hi, I have a question about overlapping memory maps. The memory map of my system looks something like: Legend: MF =Main Flash SF=Secondary Flash MF == 0x000-0xFFF (page 0) 0x000-0xFFF (page 1) SF == 0x000-0xFFF SRAM ==...