Part Number: TMS320F28388D
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software:
I need to port the EnDat22 library from the F28379D to the F283888D. The design guide provides explanation for its use in the control suite boostxl position manager folder (C:\ti\controlSUITE\libs\app_libs\position_manager\v01_02_00_00\endat22\examples) PM_endat22_BasicPosAcc_DelComp project but it does not include the source code or a dependent project for the library, "PM_endat22_Lib.lib". This library contains the function PM_endat22_setupPeriph() (among other things) and to port the library to our board I need to change that code because we are not using the same peripheral instances and the same CLBs. For example, I must use SPI-A and not SPI-B which means that I will have to change which CLBs are used. For the BiSS-C library the source code for the library is provided as a dependent project, and I was about to make the appropriate changes. How can I get the source code for the EnDat library?