File tree 4 files changed +65
-291
lines changed
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);
30
30
#endif
31
31
32
32
#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)
35
35
#elif __ICCARM__
36
36
#pragma section="HEAP"
37
37
#define K64_SRAM_BEGIN (__segment_end("HEAP"))
Original file line number Diff line number Diff line change 23
23
24
24
// <o> Internal SRAM memory size[Kbytes] <8-64>
25
25
// <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))
28
28
29
29
//#define RT_USING_UART1
30
30
#define RT_USING_UART0
You can’t perform that action at this time.
0 commit comments