helping build
This commit is contained in:
parent
019b65ad9c
commit
55ff879cb7
|
@ -11,6 +11,7 @@
|
||||||
#define CCM_OPTIONAL
|
#define CCM_OPTIONAL
|
||||||
#define SDRAM_OPTIONAL
|
#define SDRAM_OPTIONAL
|
||||||
#define NO_CACHE
|
#define NO_CACHE
|
||||||
|
#else
|
||||||
// CCM memory is 64k
|
// CCM memory is 64k
|
||||||
#define CCM_OPTIONAL __attribute__((section(".ram4")))
|
#define CCM_OPTIONAL __attribute__((section(".ram4")))
|
||||||
#define SDRAM_OPTIONAL __attribute__((section(".ram7")))
|
#define SDRAM_OPTIONAL __attribute__((section(".ram7")))
|
||||||
|
|
Loading…
Reference in New Issue