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

Mcu_InitRamSection API is mandatory as per AUTOSAR Specification

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • MCAL
    • MCAL-21452
    • MCUSW_J7_09.00.00
    • MCUSW_J7_10.00.00
    • j721e-evm

      Hello,

      As per our configuration file MCU_INIT_RAM_API is always defined as STD_OFF and we don't have any parameter to change to STD_ON as we don't support Mcu_InitRamSection and we have the dummy API implementation as well but it is under condition "STD_ON == MCU_INIT_RAM_API " as below which is not met during the code flow and causing the issue.

      #if (STD_ON == MCU_INIT_RAM_API)
      
      FUNC(Std_ReturnType, MCU_CODE) Mcu_InitRamSection(Mcu_RamSectionType RamSection)
      {
          /* No actions performed. Dummy API. always returns E_OK  */
          return E_OK;
      }
      #endif /*(STD_ON == MCU_INIT_RAM_API)  */
      

      Work around/Fix suggestion: Please remove the condition #if (STD_ON == MCU_INIT_RAM_API)

      Regards
      Tarun Mukesh

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

              Created:
              Updated: