example micro:bit pedometer

Fork of mbed-dev-bin by Lancaster University

TARGET_NRF51_MICROBIT/TOOLCHAIN_ARM_STD/nRF51822.sct

Committer:
giobauermeister
Date:
2018-04-27
Revision:
4:084689a02e93
Parent:
2:e32c8485c88f

File content as of revision 4:084689a02e93:

;WITHOUT SOFTDEVICE:
;LR_IROM1 0x00000000 0x00040000  {
;  ER_IROM1 0x00000000 0x00040000  {
;   *.o (RESET, +First)
;   *(InRoot$$Sections)
;   .ANY (+RO)
;  }
;  RW_IRAM1 0x20000000 0x00004000  {
;   .ANY (+RW +ZI)
;  }
;}
;
;WITH SOFTDEVICE:

LR_IROM1 0x18000 0x0028000  {
  ER_IROM1 0x18000 0x0028000  {
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  RW_IRAM1 0x20002000 0x00002000  {
   .ANY (+RW +ZI)
  }
}