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.

TMS570LS1227: ucos-3 example project for tms570ls12xx

Part Number: TMS570LS1227
Other Parts Discussed in Thread: HALCOGEN

Hi,everyone

       we are now using tms570lc43x device for vehicle underlying control,and obviously it is overqualified. So we want to turn to tms570ls12x platform. The problem is our software was based on ucos-3 RTOS,and micrium did not provide the project for tms570ls12x. While the ls31x has the same arm architecture(Cortext-R4F)according to some technical manuals.

      Is there ucos-3 example for tms570ls1227? If not, porting ls31x ucos-3 project to ls12x would be an easy way?and how? 

      I am not good at assembly language and arm architecture. 

Thanks and Regards,

Jinus

  • Hi Jinus,

    From just OS perspective ls31x and ls12x are same. So porting should be straight forward.
    Except Pinmux, few Clock settings, Flash Size ( Linker file will take care), FEE module and few new modules in ls12x.
    If you use HALCoGen for drivers these things will be taken care, but these all are independent to OS.