Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10910

OCMC RAM used by Sciserver FreeRTOS Testapp may cause memory conflict

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • PDK
    • PDK-11975
    • PROCESSOR_SDK_08.02.00
    • PROCESSOR_SDK_08.04.00
    • Hide
      j721e-evm
      j7200-evm
      j721s2-evm
      Show
      j721e-evm j7200-evm j721s2-evm

      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

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: