Tool/software:
Due to insufficient memory, I have used shared memory in my project.
I configured `SH_MEM_CONFIG` to 3 (and also tried setting it to 1);
and the Region Size of `CONFIG_MPU_REGION1` is set to 1MB.
I have allocated part of the `.text` section to use the memory space from `0x00480000` to `0x0049FFFF`.
However, when debugging with CCS, I encounter a verification error.
Could you please advise how I can debug my project using CCS? I have already configured everything according to the SDK documentation.