We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16659f3 commit f76ea1cCopy full SHA for f76ea1c
bsp/renesas/ra4e2-ek/fsp_gen.scat
@@ -164,8 +164,8 @@ LOAD_REGION_FLASH FLASH_START NOCOMPRESS FLASH_LENGTH
164
{
165
}
166
167
- __RAM_end +0 EMPTY 0 {}
168
- SCatterAssert( (LoadBase(__RAM_end) - LoadBase(__RAM_start)) <= RAM_LENGTH )
+ RAM_END +0 EMPTY 0 {}
+ SCatterAssert( (LoadBase(RAM_END) - LoadBase(__RAM_start)) <= RAM_LENGTH )
169
} ; create a root region after the RAM init ERs for remainder of ROM ERs
170
LOAD_REGION_FLASH_JUMP +0 NOCOMPRESS
171
0 commit comments