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-TMS57012: TMS570LS1224 out-of-box demo, source code request

Part Number: LAUNCHXL2-TMS57012
Other Parts Discussed in Thread: TMS570LS1224

Tool/software: Code Composer Studio

Hi Team,

Could you please help to share the source code of TMS570LS1224 out-of-box demo including the *.hcg file which is used to generates the source code. The out-of-box contains 4 demos named as project 1.

http://processors.wiki.ti.com/index.php/LAUNCHXL2_TMS57012:_Project_1

The support colleague(Petra) has helped to find the above link. Unfortunately it only allow to download the binary.

Look forward to hear from you soon. Thanks

David

  • Hello David,

    I will reach out to the author of the demo to see why its not included and if this was an oversite or if there is some logical (or maybe illogical) reason it wasn't.

    In the meantime, the project 0 code is posted at this link: processors.wiki.ti.com/.../LAUNCHXL2_RM46:_Project_0 even though it states it is a wiki for th RM46 version of the LP it has code for both the TMS570LS12x and the RM46x boards.
  • We didn't release the source to that project because it was created w. the safety library integrated in source form, and that library has a click wrap license.

    So can't give the CCS project to build this one.


    We reorganized the same project for the Conqueror launchpad here:

    Here this project has the safety library separately downloaded, and linked in ..


    Sorry for the trouble on this one.

  • Thanks for you guys's reply.

    To be specific, I would like to enable demo 1, light sensor. So could you please let me know how to enable the light sensor callback named as adcNotification() in notification.c? In my code, the function is not called at all while pressing the light sensor.

    So how to enable light sensor using HAL CoGen? Thanks.