Hello experts,
For the project I am working on I am trying to upload a firmware update through SPI
So, I am trying to have my board's bootmode be the SPI mode. Based on my SPI configuration it seems that I would use alternate GPIO option 3. So I would need to configure BOOTDEF.BOOTDEF0 to 0x66.
I'm not sure how to do this, I'm very new to this.
I've tried directly writing those values in the code like BOOTDEF.BOOTDEF0 = 0x66, which did not work. Then I tried to find the memory address for it but I couldn't find that either.
I've taken a look at the datasheet and technical reference manual, which is where I got some information but not directions.