No, it's fine - you just have to choose pins that are actually on a proper SPI peripheral. Software SPI won't work with CC3000/WIZnet (at the moment).
Have you seen http://www.espruino.com/ReferenceHYSTM32_32 ? There's a list of them at the top of http://www.espruino.com/Reference - that's basically the main list of available pins and what they can be used for. On the STM32F1 boards you can only use 'groups' of SPI pins together though - for instance B3,B4,B5 - but not B3,B4,A7.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
No, it's fine - you just have to choose pins that are actually on a proper SPI peripheral. Software SPI won't work with CC3000/WIZnet (at the moment).
Have you seen http://www.espruino.com/ReferenceHYSTM32_32 ? There's a list of them at the top of http://www.espruino.com/Reference - that's basically the main list of available pins and what they can be used for. On the STM32F1 boards you can only use 'groups' of SPI pins together though - for instance B3,B4,B5 - but not B3,B4,A7.