modify the extern sram size as 32MBytes

This commit is contained in:
Wang_Weigen
2022-01-17 15:43:06 +08:00
parent c88dc282fc
commit d56a5315dd
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@
// /* sram size */
// #define SRAM_SIZE ((uint32_t)0x00100000)
/* sram size */
#define SRAM_SIZE ((uint32_t)0x008000)
#define SRAM_SIZE ((uint32_t)0x2000000)
int sram_test(void)
{