• Load file to specific memory area
    Hi i try to use the debugger script in order to stimulate data into my ADC peripheral. this is the script i wrote: /* Map the user specific memory space */ MAP S:0, S:0xFFFF READ WRITE /* Store...
  • Load file to specific memory area
    Hi i try to use the debugger script in order to stimulate data into my ADC peripheral. this is the script i wrote: /* Map the user specific memory space */ MAP S:0, S:0xFFFF READ WRITE /* Store...
  • C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...
  • C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...
  • 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...