Why I am not liking the SDK
I get the following error:
RGB4XGA.elf section `.VidBuf' will not fit in region `RAM'
when VidBuf is its own memory section. i.e.
MEMORY
{
FLASH(rx) : ORIGIN = 0x10000000, LENGTH = 2048k
RAM(rwx) : ORIGIN = 0x21000000, LENGTH = 64k
Core1(RWX) : ORIGIN = 0x21010000, LENGTH = 64K
VidBuf(rw) : ORIGIN = 0x21020000, LENGTH = 128K
SCRATCH_X(rwx) : ORIGIN = 0x20040000, LENGTH = 4k
SCRATCH_Y(rwx) : ORIGIN = 0x20041000, LENGTH = 4k
}
I get the following error:
RGB4XGA.elf section `.VidBuf' will not fit in region `RAM'
when VidBuf is its own memory section. i.e.
MEMORY
{
FLASH(rx) : ORIGIN = 0x10000000, LENGTH = 2048k
RAM(rwx) : ORIGIN = 0x21000000, LENGTH = 64k
Core1(RWX) : ORIGIN = 0x21010000, LENGTH = 64K
VidBuf(rw) : ORIGIN = 0x21020000, LENGTH = 128K
SCRATCH_X(rwx) : ORIGIN = 0x20040000, LENGTH = 4k
SCRATCH_Y(rwx) : ORIGIN = 0x20041000, LENGTH = 4k
}
Statistics: Posted by BPB — Sun May 31, 2026 3:04 am




