physical ram base adress for q7s

This commit is contained in:
Jakob Meier 2021-11-21 13:58:05 +01:00
parent 9ec653075d
commit 67ac4060d7
1 changed files with 5 additions and 0 deletions

View File

@ -124,7 +124,12 @@ private:
static const size_t MAX_TC_SEGMENT_SIZE = 1017;
static const uint8_t MAP_ID_MASK = 0x3F;
#if BOARD_TE0720 == 1
static const uint32_t PHYSICAL_RAM_BASE_ADDRESS = 0x32000000;
#else
static const uint32_t PHYSICAL_RAM_BASE_ADDRESS = 0x26000000;
#endif
static const uint32_t MAP_ADDR_LUT_OFFSET = 0xA0;
static const uint32_t MAP_CLK_FREQ_OFFSET = 0x90;