atsam: Enable TCM and cache for atsame70
Signed-off-by: Luke Vuksta <wulfstawulfsta@gmail.com>
This commit is contained in:
@@ -71,8 +71,8 @@ struct fdcan_msg_ram {
|
||||
struct fdcan_fifo TXFIFO[3];
|
||||
};
|
||||
|
||||
// Message ram is in regular memory
|
||||
static struct fdcan_msg_ram MSG_RAM;
|
||||
// Message ram is in DTCM - locate it there to avoid cache.
|
||||
static struct fdcan_msg_ram MSG_RAM __section(".dtcm.bss");
|
||||
|
||||
|
||||
/****************************************************************
|
||||
|
||||
Reference in New Issue
Block a user