meier/txRateSetting #111

Merged
muellerr merged 12 commits from meier/txRateSetting into develop 2021-11-24 18:47:05 +01:00
Showing only changes of commit 67ac4060d7 - Show all commits

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;