This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RAM Management example not working

Other Parts Discussed in Thread: CONTROLSUITE, F28M35H52C

I am working with the F28M35x Concerto, and the RAM Management example provided by controlsuite (v201) seems to have some problems.

After importing the projects, and adding additional path variables, the M3 project still has a build error:

Description    Resource    Path    Location    Type
object files have incompatible byte orderings    RAM_management_m3             C/C++ Problem

Also, the #pragma directives do not correspond to anything in the linker file. The pragma directives are:

#pragma DATA_SECTION(m3_r_array,"SHARERAMS0");
#pragma DATA_SECTION(m3_r_w_array,"SHARERAMS2");

Neither SHARERAMS0 nor SHARERAMS2 appear in the linker. The only linker command file in the project is F28M35x_Headers_nonBIOS.cmd, whereas searching in the forums seems to indicate that there should be another one. The M3 project does not have any linker files.


Any help in getting this project to work is appreciated!
 Thanks