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/TMS570LS0714: TMS570 MCAL EB tresos configuration question

  • DioPortID is a numeric identifier of the DIO port. Not all MCU ports may be used for DIO, thus there may be "gaps" in the list of all IDs. This value will be assigned to the DIO port symbolic name. The ID is generated by the tool, but you can change it manually. The ID for each DioPort (DioAPort, N2Het1Port, etc) is unique. The valid range for the ID is 0x0~0xFFFFFFFF.

    DioChannelGroup: A channel group represents several adjoining DIO channels represented by a logical group. The channels shall consist of adjoining bits in the same port.

    The DioChannelId: Youc an assigned the id to channel, for example 1,2,3,4...
  • Now I need to configure LINRX, LINTX will match them with GPI mode, but now I don't know what is the DioChannelID corresponding to LINRX and LINTX, can you tell me?
  • Look at the picture above, CAN3 has corresponding RX and TX channels, but LINRX and LINTX do not, so I am very confused now, can you help me solve it?
  • You can use "add element" to add 1 element for LIN_TX and other for LIN_RX.