I'm having an issue using any other SPI devices on my MKR WiFi 1010. I have tried an ArduCam 5MP+ and a Catalex MicroSD Card Adapter. Both devices work perfectly well on a UNO and MEGA. I have tested each device separately to ensure there are no issues of them working together.
The devices have been wired as follows:
ArduCam -> MKR
CS -> Pin7
SCK -> Pin9
MOSI -> Pin8
MISO -> Pin10
SCL -> Pin12
SDA -> Pin11
All ArduCam examples report an SPI acknowledgement error
Catalex -> MKR
CS -> Pin4
SCK -> Pin9
MOSI -> Pin8
MISO -> Pin10
SD CardInfo example reports MicroSD present but no file system information, is the card formatted correctly (it is)
I've scoured the documentation and even tried reviewing the source code for the SPI library. I cannot see where I am going wrong any help would be greatly appreciated. I'm hoping it is something obvious that I've missed.