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.

CCS/LAUNCHXL2-RM57L: Resource Explorer examples

Part Number: LAUNCHXL2-RM57L
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Is there any documentation or any examples I can find for the Hercules RM57Lx in the Resource Explorer for CCS? I tried looking up the device in Resource Explorer's search bar but couldn't find it.

  • Unfortunately the Hercules family of devices is not integrated into Resource Explorer. I will loop in the Hercules team to help you find the appropriate examples.

    Regards,
    John
  • Hello,
    HALCoGen is chip configuration GUI and Hardware Abstraction Layer (HAL) Code Generation with drivers and example code.

    HALCoGen allows users to generate hardware abstraction layer device drivers for Hercules™ microcontrollers. HALCoGen provides a graphical user interface that allows the user to configure peripherals, interrupts, clocks, and other Hercules microcontroller parameters. Once the Hercules device is configured, the user can generate peripheral initialization and driver code, which can be imported into CCS, IAR Workbench, or Keil uVision

    Follow this link to download HALCoGenL: www.ti.com/.../HALCOGEN

    After installing HALCoGen you will find some examples in HALCoGen examples folder (by default c:\ti\Hercules\HALCoGen\v04.07.01\examples\). Description how to use those examples is in Help-->Help Topics-->Exmaples from HALCoGen menus. HalCoGen will generate all needed files for you.

    Also you can find some tutorials how to use HALCoGen here: training.ti.com/hercules-how-tutorial-using-halcogen

    Best regards,
    Miro