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.

Compiler/TMS570LS1224: flexray

Part Number: TMS570LS1224
Other Parts Discussed in Thread: TMS570LS3137, TMS570LS1227, TMS5703137, HALCOGEN

Tool/software: TI C/C++ Compiler

Hi,

we are using tms570ls1224 launchpad , can we use flexray code downloaded fromtms33x all registers are same.

or suggest any code for flexray communiocation.

thanks and regards,

K Subrahmaniam

  • Hello,

    We don't have a code written for TMS570LS1224. But you can download the example code for  TMS570LS3137 from here:

    You should setup the TMS570LS1224 device (clocks, pinmux, etc) and after that reuse the driver from the example.

    Best regards,
    Miro

  • Hi,

    Thanks for reply.

    I imported that code into ccs and changed the MCU from TMS570LS3137 to  TMS570LS1224 in properities and built. Please help me how to change the 

    pinmux and clock configurations . please can you mention the steps.

    thanks and regards,

    K Subrahmaniam

  • Hi,

    Thanks for reply.

    I imported that code into ccs and changed the MCU from TMS570LS3137 to  TMS570LS1224 in properities and built. Please help me how to change the 

    pinmux and clock configurations . please can you mention the steps.

    thanks and regards,

    K Subrahmaniam

  • Part Number: TMS570LS1227

    Tool/software: TI C/C++ Compiler

    Hi,

    We are using tms570ls1227 . we ar implementing flexray communication. i downloaded the code for tms570ls3137.    

    please can you guide me pinmux setup steps for tms570ls1227  for flexray communication

    Thanks and regards,

    K Subrahmaniam

  • Hello,

    Since you have opened new similar thread, I am going to close this one.

    Best regards,
    Miro

  • Hi,

    Thanks for reply.

    I imported that code into ccs and changed the MCU from TMS570LS3137 to  TMS570LS1227 in properities and built. Please help me how to change the 

    pinmux and clock configurations . please can you mention the steps.

    thanks and regards,

    K Subrahmaniam

  • Hello,

    Sorry, I've missed the LaunchPad you are using. TMS570LS1224 does not have a FlexRay module.

    On TMS570LS1227 FlexRay module has dedicated pins. So, you don't have to set PINMMRs to use FlexRay.

    Best regards,
    MIro

  • Hi,

    thanks for reply, how can i use  the code downloaded for tms5703137  to tms570ls1227 . are pinmuixng same . please guide me .

    the steps to use the code downloaded for tms570ls3137 flexray to tms570ls1227.

    thanks and regards,

    K Subrahmaniam

  • Hello,

    You have to create a new project to use TMS570LS1227. After that you can use HALCoGen to set all other modules you are using. HALCoGen does not have support for FlexRay module. Because FlexRay module on TMS570LS1227 has dedicated pins you don't need to change PINMMRs regarding FlexRay. Keep on mind that FlexRay module needs transceivers for connection between 2 devices. You should provide FlexRay with 80MHz from VCLKA2. I'll forward you question to our FlexRay expert for more on setting FlexRay module.

    Best regards,
    Miro

  • Hello,

    As Miro said, you need flexray transceiver to build flexray network. It is better to use PLL2 as the clock source of VCLKA2. The flexray modules have their dedicated pins which are not multiplexed with other signals.