-
Bug
-
Resolution: Fixed
-
Medium
-
PDK
-
PDK-11975
-
PROCESSOR_SDK_08.02.00
-
PROCESSOR_SDK_08.04.00
-
OCMC RAM used by Sciserver Testapp may cause memory conflict.
sciserver_testapp linekr file:-
```
/* Sciserver App Space */
OCMC_RAM_SCISERVER (RWIX) : ORIGIN = 0x41C82000 , LENGTH = 0x7BB00
```
Default R5 Linker file and other custom linkers:-
```
OCMC_RAM_SCISERVER (RWIX) : ORIGIN = 0x41C82000 LENGTH = 0x00060000
OCMC_RAM (RWIX) : ORIGIN = 0x41CE3100 LENGTH = 0x0001CA00
```
This mismatch may cause memory overlap when Sciserver application uses the region beyond length 0x60000 and applications(on other r5 cores) is using OCCM_RAM memory starting from 0x41CE3100