Hi Devzone,
I have noticed that some examples, like "ble_app_hts" that has strange flash placement like this figure:

There are 3 partitions, each is 8 bytes in top of flash. That 3 partitions is where bootloader, mbr parameters storage and bootloader settings should locate, but this examples seem do not use bootloader. So my question is why are there 3 partitions like that?
Thanks in advance.
Update: Does peer_manager_init() cause this?
Additional question: I see that in some example, when define FLASH_SIZE in linker (Segger embedded studio), it takes no effect because I don't see this macro in flash_placement.xml. Correct me if I'm wrong, thanks.