peripheral_test_ram_run.sct 301 B

123456789101112
  1. #! armcc -E
  2. #include "..\..\..\mcu\ln882h\mem_map_ln882h.h"
  3. LOAD_RAM RAM_BASE (RAM_BLOCK0_SIZE + RAM_BLOCK1_SIZE + RETENTION_MEM_SIZE + CACHE_MEM_SIZE) {
  4. BOOTRAM_EXEC_DECTION +0 ALIGN 0x100{
  5. startup_*.o(RESET,+First);
  6. *.o(InRoot$$Sections);
  7. *.o(+RO,+RW,+ZI);
  8. }
  9. }