What do you mean by "when i connect the Shield i can't shared the SCK pin with author devices"? The pin is physically blocked and therefore can't be attached? What indications are you getting/expecting?
You can connect several slaves to an Arduino using the SPI bus. To do so, all the slaves share the same MISO, MOSI and SCK, and each one has its own SS (or sometimes called CS). Just remember that all SS must be set to HIGH except the one of the slave currently communicating with the master. You can set them all to HIGH in the setup.
lesept:
You can connect several slaves to an Arduino using the SPI bus.
Yes i do that ..
The ENC28J60 Ethernet card and the RC522 RFID work together perfectly
With deferent SS pin
But when i connect the TFT Shield on the mega board nothing work
i dont know whay