Hi,
From the error message, there should be an object( check your source file, function or const data ) trying to be allocated at address 0xFCA86C, but the space left in PAGE_FC ( 0xFCA86C-0xFCBFFF ) isn't enough to hold the object. So error message comes out.
Please check your source code to find out this object and allocate it to an available space.
You may use
#pragma CODE_SEG
or
#pragma CONST_SEG
if nceessary
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------