AM620-Q1: SDL with AutoSAR

Part Number: AM620-Q1

Tool/software:

Dear Champs,

Could you please let me know how SDL can be implemented with AutoSAR on AM62x?

My customer found SDL was implemented on FreeRTOS through OSAL, and want to know how it can be implemented on AutoSAR.

Could you please provide details on this?

Thanks and Best Regards,

SI.

  • Hello SI,

    My customer found SDL was implemented on FreeRTOS through OSAL, and want to know how it can be implemented on AutoSAR.

    The SDL drivers are baremetal and are completely OS independent. They can directly integrate the SDL driver libraries into Autosar.

    SDL also has a DPL interface layer to take care of any OS related calls.

    examples/sdl/dpl/dpl_interface.c

    In the dpl_interface.c file they can replace the SDL_TEST_registerInterrupt and other functions with their Autosar interrupt registration calls.

    Regards,

    Nihar Potturu.