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

freertos: c7x: _stack array defined in freertos portable layer is of insufficent size

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • PDK
    • PDK-12112
    • PROCESSOR_SDK_08.00.00
    • PROCESSOR_SDK_08.04.00
    • Hide
      j721e-evm
      j721s2-evm
      j784s4-evm
      Show
      j721e-evm j721s2-evm j784s4-evm

      _stack array is defined with size 0x10001 in ti/kernel/freertos/portable/TI_CGT/c7x/Hwi.c

      In Hwi_getStackInfo function, hwiStackBase is set to _stack + HWI_ECSP_SIZE + 0x2000
      HWI_ECSP_SIZE is 0x10000

      Hence _stack should be of size 0x12001

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

              Created:
              Updated:
              Resolved: