analogdevicesinc / msdk

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

fix(CMSIS): Fix MAX32690 SRAM Size Calculation #843

Closed ozersa closed 8 months ago

ozersa commented 8 months ago

Pull Request Template

Description

Total SRAM size shall be 1MB. In linker file SRAM size calculated by below formula ARM_SRAM_SIZE = _SRAM_SIZE - _RISCV_SRAM_SIZE; ARM SRAM size shall be less than total incase of riscv core enabled.

This condition causes issue while working on DAPLink fw for MAX32690.

Checklist Before Requesting Review

image

image