Hi,
I did a test based TWR-K65F180M board with MQX 4.2 [hello] example project.
I made below change at <intflash.ld> file at C:\Freescale\Freescale_MQX_4_2\mqx\source\bsp\twrk65f180m\gcc_arm folder, then re-compile the TWR-K65F180M bsp/psp project.
/* kernel space starts after RAM variables (Location of MQX Kernel data + MQX heap) */
end_of_kd (RW): ORIGIN = 0x2002FFF0, LENGTH = 0x00000000
__INTERNAL_SRAM_BASE = 0x1FFF0000;
__INTERNAL_SRAM_SIZE = 0x00040000;
__SRAM_POOL = 0x2002FFF0;
__UNCACHED_DATA_START = 0x1FFF0000;
__UNCACHED_DATA_SIZE = 0x00040000;
__UNCACHED_DATA_END = 0x2002FFF0;
After that, from the [MQX Lightweight Memory Pools] window shows the size is 256KB:

I attached <intflash.ld> file for your reference.
Have a great day,
Ma Hui
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------