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.

TMS320F28069M: How to use SCI or I2C function within the InstaSPIN-FOC?

Part Number: TMS320F28069M
Other Parts Discussed in Thread: BOOSTXL-DRV8305EVM, C2000WARE, MOTORWARE

I am using InstaSPIN-FOC lab11a to control a motor based F28069M  launchpad and boostxl-drv8305evm.

Now I want to use an angular sensor to measure the rotating degree after transmission. The sensor I used can output the data from the pins named RX & TX or the pins named SCL & SDA. Therefore, I think the pins P28&P29, P33&P32 can be connected to the sensor. I want to know which is easier to combine with InstaSPIN-FOC?

How can I use the SCI or I2C function in F28069M launchpad to receive the measured data and set it as the feedback of the position control?

I found several resources examples in "C2000Ware_3_04_00_00_Software\device_support\f2806x\examples\c28", including i2c_eeprom, i2c_Lib_eeprom_interrupt, i2c_Lib_eeprom_polling, sci_echoback, scia_loopback, and scia_loopback_interrupts,  which one is better for my situation?

Is there any tutorial to explain how to use this example?

Thank you very much!