CascoLogix / E07-M1101S_V2

0 stars 1 forks source link

Help me with the connections #1

Closed PreethamRU closed 5 years ago

PreethamRU commented 5 years ago

Hi, can you share connection diagram for cc1101 with MSP430 ?

CascoLogix commented 5 years ago

The connections of the MSP430 to the E07-M1101S_V2 are detailed in this header file: Pinouts.h

The CC1101 is the chip on the E07 board, which requires many more connections besides just the microcontroller interface. The E07 board has the following pins: 1 VDD, 2 GD00, 3 CSN, 4 SCK, 5 MOSI, 6 GD01, 7 GD02, 8 GND

If you're looking for more info on the CC1101 chip itself, you can find more info here: Texas Instruments CC1101

PreethamRU commented 5 years ago

worked, thanks for the help :)