Other Parts Discussed in Thread: SYSCONFIG
Hello,
I am writing a Bootloader for CC1312R7 based on the MCUBoot and I´m wondering if NVS reserved space throught syscfg can be left outside of the flash space calculation.
My application is 100Kb in size and uses around 80 Kb of configuration data space (it has to write a lot in flash so I left a huge amount of flash space free to avoid erasing frecuently).
The thing is that I want to make a .bin file with the commands provided in the MCUBoot blink example but I dont know how to left the NVS space allocated in the syscfg out of the .bin creation or flash space calculation,
Obviously the configuration space would be outside of the images space and would be addressed to a fixed location in the applications with the NVS driver).
Kind regards Javier.