rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
hw_layer
ports
stm32
stm32h7
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")))
Generated on Fri Sep 26 2025 00:10:16 for rusEFI by
1.9.8