rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
global_port.h
Go to the documentation of this file.
1// DTCM memory is 128k
2#define CCM_OPTIONAL __attribute__((section(".ram5")))
3//TODO: update LD file!
4#define SDRAM_OPTIONAL __attribute__((section(".ram8")))
5// SRAM3 is 32k and set to disable dcache
6#define NO_CACHE __attribute__((section(".ram3")))
7
8#define BKUP_RAM_NOINIT __attribute__((section(".bkup_ram_noinit")))