Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rt: build: update linker script to reflect correct SRAM size
- description: - change the SRAM length from `32K` to `128K`. this adjustment aligns with the specifications outlined in the memory mapping documentation - reference: - Module Address Size - SRAM A1 0x0002 0000---0x0002 7FFF 32KB - DSP0 IRAM 0x0002 8000---0x0003 7FFF 64KB (The local sram is switched to system boot) - DSP0 DRAM0 0x0003 8000---0x0003 FFFF 32KB (The local sram is switched to system boot) - DSP0 DRAM1 0x0004 0000---0x0004 7FFF 32KB (The local sram is switched to system boot) Signed-off-by: seven <[email protected]>
- Loading branch information