hello all,
i am using nRF52832 SoC in my project and my requirement is to write some configuration into internal flash when i flash the program using segger j link.
for better understanding i explain the steps which i want
1. i have one application.hex, setting.hex, bootloader.hex files
2. i have added setting.hex and bootloader.hex file in additional load file section in segger embedded studio
Now what i required
i want to make one .hex file which is having some configuration about my project ( like setting.hex file which write the setting in internal flash when we flash the program on SoC ) but i don't have any idea, how i make this type of hex file
i need one configuration.hex (which is having configuration about my project) file so i can include this hex file in additional load file section and access the data from my application