~ruther/vhdl-spi-2

ref: 83810d3df03d7aa618451ede026ac726be030d64 vhdl-spi-2/stm_spi_funduino/devices/STM32F401xE/include/defines.h -rw-r--r-- 153 bytes
83810d3d — Rutherther fix: do not pass rx_serial_o from spi_multiplexor when not enabled 1 year, 5 days ago
                                                                                
1
2
3
4
#define SRAM_START (0x20000000U)
#define SRAM_SIZE (96U * 1024U)
#define SRAM_END (SRAM_START + SRAM_SIZE)
#define STACK_POINTER_INIT_ADDRESS (SRAM_END)