Started a FC Pi PICO project, added a CAN component.
Component Channel options are Software/ Channel 1 SPI0 / Channel 2 SPI1
Unfortuantly the CAN device we have on the bench (Waveshare CAN Module) has a fixed pinout.
MISO - GP4
CS - GP5 or GP19
CLK - GP6
MOSI - GP7
INT - GP21 or GP22
FC Pinout options for Channel1 SPI0 are,
MISO - GP4, GP16
CS - Anypin
CLK - GP2, GP18
MOSI - GP3 GP19
This seems to be a partial combination of SPI pins allowed by the possible PICO SPI pins ( unless as is usual I miss understand!)
PICO Pinouts from the Web give the following options.
MISO - GP0, GP4, GP16
CS - GP1, GP5, GP17
CLK - GP2, GP6, GP18
MOSI - GP3, GP7, GP19
Is there a technical reason why not all options are availibe?

Thanks, J.