We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Automatically generated when I create a new project with Keil:
LR_IROM1 0x00400000 0x00020000 { ; load region size_region
ER_IROM1 0x00400000 0x00020000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x00300000 0x00014000 { ; RW data
.ANY (+RW +ZI)
but how do I add a memory mapped device at 0xB200_0000 ?
is there a tutorial that covers how to use the .sct file?