diff --git a/bench/bsp/config/fpga_platform_config.h b/bench/bsp/config/fpga_platform_config.h index 6c11bb82f4c6f110210e86ffebddec173c497391..e0bd0d49ffafaf06db0cbb1b3752f65c5c3ec297 100644 --- a/bench/bsp/config/fpga_platform_config.h +++ b/bench/bsp/config/fpga_platform_config.h @@ -35,7 +35,7 @@ * Platform frequency */ -#define FPGA_UART_0_FREQUENCY 50000000 +#define FPGA_UART_0_FREQUENCY 25000000 /***************************************************************************//** diff --git a/bench/bsp/config/link.ld b/bench/bsp/config/link.ld index fa39710719310a6852a221efefbb71c0555abd24..5856d17abf1e072ae64c013ed2128624d7470310 100644 --- a/bench/bsp/config/link.ld +++ b/bench/bsp/config/link.ld @@ -32,7 +32,7 @@ MEMORY allowing initialized sections to be placed there). Infact we dump all sections to ram. */ - ram (rwxai) : ORIGIN = 0x80000000, LENGTH = 0x40000 + ram (rwxai) : ORIGIN = 0x80000000, LENGTH = 0x20000 dbg (rwxai) : ORIGIN = 0x1A110800, LENGTH = 0x1000 }