9 years, 9 months ago.

CC3000 "pinmap not found for peripheral"

Hi everyone,

I am trying to use ST Nucleo F401RE with CC3000 shielf, my code is like this

cc3000 wifi(PB_3, PB_4, PB_6, SPI(PA_5, PA_6, PA_7), "xxxx", "xxxxxx", WPA2, false); Serial pc(SERIAL_TX, SERIAL_RX);

And I am getting this error pinmap not found for peripheral

This is link to Adafruit CC3000 WiFi Shield http://www.adafruit.com/products/1491

Thanks, A;o

Question relating to:

Affordable and flexible platform to ease prototyping using a STM32F401RET6 microcontroller.

Hi, were you able to successfully connect using cc3000? What version of firmware do you have (the latest is v1.1)? Kijes

posted by Rafal Kijewski 22 Jun 2014

1 Answer

9 years, 9 months ago.

Hi,

I don't have this board but looking at the pins you appear to have got the SPI pins reversed. So try swapping PA_7 and PA_5.

Dave.

Accepted Answer

Thanks Dave, you were right is working.

posted by Ali Kian 20 Jun 2014