Jump to content
43oh

CC3100 WiFi+SPI doesn't work


Recommended Posts

Hi !! My name is Daniel and I'm working in a project using CC3100 and MSP430F5529.

 

The project is based on connecting devices to a wireless network. Once connected , the system must read analog sensor data and store them in an SD card.

Storage on the SD card is done through the SPI protocol using a library that I found on this forum , called " pffats " . The problem is that if I make the connections between the microcontroller and the SD card as the SPI protocol the system can not connect to the wireless network. However, if I remove the cables from the SPI connection, the system by connecting to the network. It seems as if it could use wireless and SPI at once. Shipping the code so you can take a look.


 

#include <pfatfs.h>#include <pffconf.h>#ifndef __CC3200R1M1RGC__#include <SPI.h>#endif#include <WiFi.h>// Nombre de la red char ssid[] = "vodafoneC3E3";// Contrase
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...