Well, it seems to be about the DCD table. To be able to move the external RAM to the second place in the memory configurations for generated variables and buffers to reside, a DCD table is required. Without a DCD table, our board crashes. We've tried it with the SLN-TLHMI Kit, when we created a custom project without DCD, we were not able to move the external ram into the second position after flash, but with the DCD table taken from the example project. We were able to move the external ram right after flash.
So We need to create a DCD table for our custom board, what is the best way to do it? Any advice on this matter? Thank you in advance!