I try to add ksdk_mbedtls.c into my project that MCU is RT1024 o support HTTPS web server feature.
However, the error message "undefined reference to `__base_NCACHE_REGION' and __top_NCACHE_REGION"

Compare the RT1024 EVK, it seems assign NCACHE_REGION on an external SDRAM.

But, In my application, there is no external SDRAM. The RAM setting is following

How cam I fixe this issue?
Thanks