File tree Expand file tree Collapse file tree 4 files changed +65
-291
lines changed Expand file tree Collapse file tree 4 files changed +65
-291
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ extern void finsh_set_device(const char* device);
3030#endif
3131
3232#ifdef __CC_ARM
33- extern int Image$$RW_IRAM1 $$ZI$$Limit ;
34- #define K64_SRAM_BEGIN (&Image$$RW_IRAM1 $$ZI$$Limit)
33+ extern int Image$$RW_IRAM2 $$ZI$$Limit ;
34+ #define K64_SRAM_BEGIN (&Image$$RW_IRAM2 $$ZI$$Limit)
3535#elif __ICCARM__
3636#pragma section="HEAP"
3737#define K64_SRAM_BEGIN (__segment_end("HEAP"))
Original file line number Diff line number Diff line change 2323
2424// <o> Internal SRAM memory size[Kbytes] <8-64>
2525// <i>Default: 64
26- #define K64_SRAM_SIZE 256
27- #define K64_SRAM_END (0x1FFF0000 + (K64_SRAM_SIZE * 1024))
26+ #define K64_SRAM_SIZE 192
27+ #define K64_SRAM_END (0x20000000 + (K64_SRAM_SIZE * 1024))
2828
2929//#define RT_USING_UART1
3030#define RT_USING_UART0
You can’t perform that action at this time.
0 commit comments