analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

fix(CMSIS): Reduce Available MAX32670 Flash by 8KB, Reserve Final Page for Bootloader #968

Closed Jake-Carter closed 3 months ago

Jake-Carter commented 3 months ago

Description

Reported by internal Jira MSDK-1255

This PR reduces the available flash space for the MAX32670 by 8KB to so that the final page is inaccessible by the application code. Apparently the bootloader uses this page (see MAX32670 UG section 7), and modifying it from the app code can possibly brick the device

Checklist Before Requesting Review