Hi, the tech officiers,
I have developed a S32M27x project in S32K3XX_S32M27X_RTD4.4, which was working.
But after I installed RTD5.0, change the project SDK to RTD5.0, update source code and rebuild the project. I got non_cacheable_bss overflow issue as shown.
I compared the map files between RTD5(on right) and RTD4(on left). I found it is because DET add many global variables. DET is auto generated. How should I solve this issue?
Solved! Go to Solution.
Hi@XinWang0219
If you don't use Det.c, you can actually delete the det.c file in the RTD->Source directory path.
Hi@XinWang0219
If you don't use Det.c, you can actually delete the det.c file in the RTD->Source directory path.