Hi everyone,
This post is actually about another post by a member of TI, Sample OpenMP configuration file. I don't want to mess that page. My question is, by using that configuration file and the platform.xdc, does it mean that
1. SharedRegion is in APP_HEAPOMP,
2. HeapOMP.sharedRegionId is in DDR3_DATA, and
3. OpenMP.stackRegionId is in DDR3_DATA as well?
In the configuration file, all three above is set to 2. From other pages, I understand that when set the OpenMP.stackRegionID to -1, this will map the region to L2SRAM, and 2 for DDR3. Since in the platform.xdc, the DDR3 now has 3 section; DDR3 for codeMemory, DDR3_DATA for dataMemory and APP_HEAPOMP for (I believe) for the SharedRegion, setting those values to 2 made me confuse.
I'm a beginner in OpenMP in this embedded system (C6678L). Hope the answer later can improve my understanding. Thanks also to the TI member that wrote the page.
Many thanks,
Rizuan