Hi,
Want to update the linker script as below in segger embedded studio? How to add this using flash_placement.xml.
//update your linker script (.ld file) to expose information about the
//! location to use. For example, using a 256K region of the nRF52840 (1MB
//! flash) would look something like this:
//!
//! MEMORY
//! {
//! FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x7B000
//! MEMFAULT_CORES (rw) : ORIGIN = 0xA1000, LENGTH = 0x40000
//! /* Note: most production apps would have a bootloader somewhere in this range! */
//! RSVD (rwx) : ORIGIN = 0xE1000, LENGTH = 0x1F000
//! RAM (rwx) : ORIGIN = 0x200057b8, LENGTH = 0x3a848
//! }
//!
//! __MemfaultCoreStorageStart = ORIGIN(MEMFAULT_CORES);
//! __MemfaultCoreStorageEnd = ORIGIN(MEMFAULT_CORES) + LENGTH(MEMFAULT_CORES);
Thanks,
Vishnu
