Other Parts Discussed in Thread: SYSCONFIG, TIDM-1011
Hi,
I have read your release library project " PM_tformat_lib" for T format interface encoder in C2000ware-MotionControl-SDK. In your sample library, you create - configure TILE1 block and using CLB4 module for this TILE block. With module CLB4 - TILE1, there are 3 CLB outputs:
- Out2 - GPIO7 - PWM4B - Clock to SPI,
- Out3 - connect to In7 - output enable for PWM4B
- Out4 - TxEN - connect to OUTPUT Xbar
My project needs to read two t format encoders, so i need to create and configure one more TILE block ( ex TILE0,.....) which implement the same to TILE1 above.
My concern: Is it OK if I still use CLB4 for this new TILE (because I want to use PWM4A - GPIO6 - for CLB Out2 and Out3, Out4 the same to TILE1) or I have to use other CLB module for this new TILE as CLB1, CLB2 or CLB3..?