Howdy,
I am a student at Texas A&M University currently trying to develop a communications board which successfully implements a TI MSP430F5438A, TI CC1101, and a TI CC1190 for data communications. This system will include embedded intelligence which stores incoming data to the MSP430 and transmits the data between a matching 915 MHz network using the TI CC tranceiver chips.
We have however encountered a small hardware problem which may have a fairly simple solution. The Current Hardware Design is based off of the datasheets for both the TI CC1101 and the TI CC1190. I have included the application circuits I am using below.
Additionally, the CC1101, CC190 Schematic () that accompanies the TI CC1190 has been used in the development of hardware.This schematic proved useful as it depicts a CC1101 interfacing with a CC1190. In the datasheets of both devices, the enables which determine the state of the CC1190 seem to have simple connections back to the microcontroller but is a little bit unspecific. The Given schematic is done using an external microcontroller which connects to the on board CC1101 and CC1190 using a series of connectors or header pins and seems to be a much more complex connection. This schematic is shown below.
In the Segment of the Schematic Below which we have put together, you can see the Connections of the CC1101 and the first half of the communications schematic.
In this Schematic, The tags correspond to an actual connection being made to the MSP430. The pins are being used as follows.
CC1101 CS | P3_0 |
CC1101 MOSI | P3_1 |
CC1101 MISO | P3_2 |
CC1101 SCLK | P3_3 |
CC1101 GPIO2 | P2_5 |
CC1101 GPIO1 | P2_6 |
In this segment of the Schematic you can see the problem that we are currently encountering. This is the configuration of our current alpha prototype which is being debugged and tested. We are currently exploring options on how to make this configuration operational.
My question is, that in interfacing from these two devices back to an on board MSP430F5438A, what is the proper approach in connecting the devices? And is it possible to salvage and test the Current Configuration? Additionally, are there any other noticable issues with the design?
Thank you Very Much,
Tyler