Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7742

SDK • Re: placing core1 code in RAM

$
0
0
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
}

Statistics: Posted by BPB — Sun May 31, 2026 3:04 am



Viewing all articles
Browse latest Browse all 7742

Latest Images

Trending Articles



Latest Images