Hi all,
We want to perform read and write operation at Flash memory region in SAMD51 device. We have referred the example code given in ASF4 API reference manual. In that they have used the flash address as 0x3200.
We have referred memory section in the datasheet (Ref: section 9.2 Physical Memory Map). In datasheet they have given that the flash starting address is 0x00000000.
We don't know which address ranges we can use for read/write operation.
Could anyone help us on this.