Hello,
I need to flash a certificate(binary file) onto my MCU (MAX32651) to a one time programmable area in the flash.
My Flash base address is 0x10000000 and its size is 3072 KB and my certificate should be written to offset 0x801000( which is much larger then 3072K). What do I need to do to be able to flash the certificate ?

# I am able to accomplish all of this with gdb+openocd+olimex(debugger), but I am trying to move my setup to SEGGER products.
Thanks!
I need to flash a certificate(binary file) onto my MCU (MAX32651) to a one time programmable area in the flash.
My Flash base address is 0x10000000 and its size is 3072 KB and my certificate should be written to offset 0x801000( which is much larger then 3072K). What do I need to do to be able to flash the certificate ?
# I am able to accomplish all of this with gdb+openocd+olimex(debugger), but I am trying to move my setup to SEGGER products.
Thanks!