Could you confirm s130 data for Segger Studio Section Placement Macros FLASH_START=0x1b000 SRAM_START=0x20002800 ? This works for sdk11, somehow goes to hard fault handler in sdk12 THANKS.
Could you confirm s130 data for Segger Studio Section Placement Macros FLASH_START=0x1b000 SRAM_START=0x20002800 ? This works for sdk11, somehow goes to hard fault handler in sdk12 THANKS.
The S130 examples in SDK v12.x uses S130 v2.0.1 and the ROM/RAM settings used in the Keil project are:
IROM1 Start: 0x1B000 Size: 0x25000
IRAM1 Start: 0x20001FE8 Size: 0x6018
The fact that you have set the RAM start address to 0x20002800 should not be an issue since you're allocating more than enough ram to the SoftDevice.
The S130 examples in SDK v12.x uses S130 v2.0.1 and the ROM/RAM settings used in the Keil project are:
IROM1 Start: 0x1B000 Size: 0x25000
IRAM1 Start: 0x20001FE8 Size: 0x6018
The fact that you have set the RAM start address to 0x20002800 should not be an issue since you're allocating more than enough ram to the SoftDevice.