Hi, all
Just started to learn zephyr project with VS code, import a few examples like hello_world and button, they work fine , but I noticed they all use external RAM like below:
[build] Memory region Used Size Region Size %age Used
[build] FLASH: 24972 B 4 MB 0.60%
[build] RAM: 4 KB 32 MB 0.01%
[build] ITCM: 0 GB 64 KB 0.00%
[build] DTCM: 0 GB 64 KB 0.00%
[build] OCRAM: 0 GB 128 KB 0.00%
[build] IDT_LIST: 0 GB 2 KB 0.00%
I am thinking of moving the project into our custom boards which has no external RAM, how can I configure it to use different RAM in the project? also need to reconfigure the FlexRAM size like I did for existing project, but not sure how to do it. Please advise.
Thank you.
Ping