I am trying to create a minimum working Keil uVision 5 S132 project with PCA100400. When I compare the examples with mine, I notice that during startup, when the code of flashed S132 is executed at address 0x2F92 ... 0x2F94, I got different value. This part of the code reads a 32-bit value at RAM address 0x20000058. In the examples provided by Nordic, it is equal to 0xCAFEBABE, and in my application, it is not the same. I was trying to browse the code, searching for the definition of a variable having this value but no luck. I am wondering, could someone explain me this mechanism, what is the difference it there is a different value and how it is defined in the example projects? Thank you in advance.