I want to build my openMP project based on “openMP hello world” example project.The problem is that I could’t arrange the memory because the “linker.cmd” is generated by some configuration file and I did’t find it. How to find the configuration file?
Another question is that openMP occupy much MSMC memory.Sometimes it seems the lack of MSMC result in some problems. But openMP use little L2SRAM at the same time.So my question is that is there some ways to balance the use of MSMC and L2SRAM?