I discovered a problem with the extended SPI library:
Using more than one begin(CS) of the three predefined pins (4, 10, 52),
completely stopps any SPI communication.
If end(CS) is used before an other begin(CS) with a different pin it works.
Not sure if this is the intended use?
I thought they can be used in parallel, as shown in the extended SPI reference.