This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Keil Target settings if using Softdevice S130v2 for nrf51822_xxac

Hi, while flashing the device i get "Contents mismatch at: 0001C1C0H". I am not sure if my IROM1 and IRAM1 settings are setup correct in the Target Settings of my Keil project. I did set them to: IROM1: 0x1C000 - 0x24000 and IRAM1: 0x2002F80 - 0x5080

Are those values correct? I seem to cannot find those values in the Documentation.

Parents
  • If you are talking about S130 2.0.0 (and not S130 2.0.0-7.alpha) the IROM1 start should be 0x1B000 and IRAM1 start should be at least 0x13C8.

    You can find these numbers in the release notes and the migration document included in the zip.

    Please be aware that 2.0.0 does not have SDK support yet, and there are many changes, so you will need to study the release notes and migration document, or wait for the next SDK, it should be right around the corner.

    S130 2.0.0-8.alpha is more similar to 2.0.0, but it also has no SDK support. However, I have added some of the changes to the S132 2.0.0-8.alpha here. They should be useful if you want to give S130 2.0.0 a go without SDK support. However, if you are not in a hurry, I would wait.

Reply
  • If you are talking about S130 2.0.0 (and not S130 2.0.0-7.alpha) the IROM1 start should be 0x1B000 and IRAM1 start should be at least 0x13C8.

    You can find these numbers in the release notes and the migration document included in the zip.

    Please be aware that 2.0.0 does not have SDK support yet, and there are many changes, so you will need to study the release notes and migration document, or wait for the next SDK, it should be right around the corner.

    S130 2.0.0-8.alpha is more similar to 2.0.0, but it also has no SDK support. However, I have added some of the changes to the S132 2.0.0-8.alpha here. They should be useful if you want to give S130 2.0.0 a go without SDK support. However, if you are not in a hurry, I would wait.

Children
Related