This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS3137: TI HAL Hierarchy With RTOS

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

Hello

I have a qestion about the hieracrhy of HAL(HalCoGen)and RTOS which one is running top of the other. RTOS runs top of HAL or HAL runs  on top of RTOS.

Thank you.

  • Hello,

    HALCoGen is a GUI-based driver generating tool for the Hercules devices. HALCoGen also supports FREERTOS for various devices in the Hercules family. It enables users to generate the FREERTOS code, along with other drivers.

    The freeRTOS is running on the top of the peripheral drivers generated by HALCOGen.