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/TMS320F28377S: EnDat 22 for single core

Part Number: TMS320F28377S
Other Parts Discussed in Thread: TMS320F28377D,

Tool/software: Code Composer Studio

Hello everyone,

I´m struggeling with the operation of the EnDat 22 protocol with my own HW. I´m using the single core variant of the TMS320F28377. The Hardware configuration is the same as the IDDK design, using the SPIB with GPIO24-27, GPIO34 for TxEn and GPIO 6/7 for the Clk. The only difference is, that i have to invert the GPIO32 signal for powering the position sensor, because my supply enable is low active.

I´m trying to operate the HW with the PM_endat22BasicPosAcc_DelComp project SW. The code runs through the EnDat_Init() function and stays at the loop

while (endat22Data.dataReady != 1) {}

after

//Encoder Receive Reset - Command ERR

retval1 = PM_endat22_setupCommand (ENCODER_RECEIVE_RESET, 0xAA, 0x2222, 0); //data1=any; data2=any

PM_endat22_startOperation();

With the oscilloscope i only see the EnClk going low for some ns and back high staying there forever. The other lines SIMOB or SOMIB does nothing (staying low all the time).

 

What I´m doing wrong? Does the code only work for the dual core variant?

Many thanks for your help,

Florian

 

  • Hi,
    Absolute encoder interface protocols will work only on parts where CLB is available.
    Software is developed for use on F28379D part.
  • Hi,
    thank you for your reply and the answer to my question! So the Software should also work with the F28379S part?

    A bit misleading is the preamble in the endat22 example. There, the target is the F28377D part.

    //----------------------------------------------------------------------------------
    // FILE: PM_endat22-Main.C
    //
    // Description: Example project for using PM EnDat22 Library.
    // Includes PM_endat22_lib library and correspoding include files.
    // Initializes the encoders and performs delay compensation.
    // Runs endat21 and endat22 command set.
    // Continuously Read position value in an infinite loop
    //
    // Version: 1.0
    //
    // Target: TMS320F28377D,
    //

    Annoying, because I would have used the right part from the beginning in my design. Now I have a useless PCB for 1000$...
  • Did you resolve this prolem ?
    Now, I have a trouble to connect from TMS320F28377S to Motor ( TMS320F28377S (100pins)). I see on chip do not have GPIO 6 and 7 to create CLOCK, because of i want to exchange GPIO to connect but the lib (from TI) do not allow access.
    Could you tell me how to resolve this problem ? Tks so much !
  • Hi, As described above, this feature library is only applicable for F28379D devices. Please see note above in this thread.

  • Thanks you. I'm experimenting with F28379D.