• LPC2478 RAM areas' usage,scatter-loading file, vars placement
    Hi all, we have just started getting deeper into LPC2478's memory map and related uVision 3.4 usage. We are trying to use scatter-loading files to define, besides the 64k SRAM, LPC's USB and Ethernet...
  • LPC2478 RAM areas' usage,scatter-loading file, vars placement
    Hi all, we have just started getting deeper into LPC2478's memory map and related uVision 3.4 usage. We are trying to use scatter-loading files to define, besides the 64k SRAM, LPC's USB and Ethernet...
  • Scatter file region placement issue
    Hi, I am trying to create a scatter file and using ARM 5.01 tools. I am facing a strange issue with RW section. here is the scatter file LR2 ImageLimit(LR1) { ER1_RO_REGION +0x0 { timer...
  • Scatter file region placement issue
    Hi, I am trying to create a scatter file and using ARM 5.01 tools. I am facing a strange issue with RW section. here is the scatter file LR2 ImageLimit(LR1) { ER1_RO_REGION +0x0 { timer...
  • ARM startup file with scatter file heap/stack placement
    Hi, I am using: ARM Compiler/Assembler/Linker on Cortex-M0. Given the following template for startup.s: www.keil.com/.../startup_s_pg.html Stack_Size EQU 0x00000400 AREA STACK, NOINIT...