Skip to content

Commit 4d97759

Browse files
committed
[M480] Fix SRAM_LENGTH_MIN to 96KiB
1 parent 87bb176 commit 4d97759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/m480/inc/configurations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* FLASH_LENGTH_MIN = min(FLASH_LENGTH_i) for i in family
3232
* SRAM_LENGTH_MIN = min(SRAM_LENGTH_i) for i in family */
3333
#define FLASH_LENGTH_MIN 0x40000
34-
#define SRAM_LENGTH_MIN 0x20000
34+
#define SRAM_LENGTH_MIN 0x18000
3535

3636
/* The symbols below can be either configuration-specific or family-wide,
3737
* depending on your requirements. See the porting guide for more details. */

0 commit comments

Comments
 (0)